Class IntPairIterator

java.lang.Object
net.thevpc.common.util.IntPairIterator
All Implemented Interfaces:
Iterator<IntTuple2>

public class IntPairIterator extends Object implements Iterator<IntTuple2>
  • Field Details

  • Constructor Details

    • IntPairIterator

      public IntPairIterator()
    • IntPairIterator

      public IntPairIterator(int a, int b)
  • Method Details