Uses of Interface
com.mckoi.util.IntegerIterator
-
Packages that use IntegerIterator Package Description com.mckoi.util Miscellaneous utility classes. -
-
Uses of IntegerIterator in com.mckoi.util
Methods in com.mckoi.util that return IntegerIterator Modifier and Type Method Description IntegerIteratorAbstractBlockIntegerList. iterator()Returns an IntegerIterator that will walk from the start to the end this list.IntegerIteratorAbstractBlockIntegerList. iterator(int start_offset, int end_offset)Returns an IntegerIterator that will walk from the start offset (inclusive) to the end offset (inclusive) of this list.IntegerIteratorIntegerListInterface. iterator()Returns an IntegerIterator that will walk from the start to the end this list.IntegerIteratorIntegerListInterface. iterator(int start_offset, int end_offset)Returns an IntegerIterator that will walk from the start offset (inclusive) to the end offset (inclusive) of this list.Methods in com.mckoi.util with parameters of type IntegerIterator Modifier and Type Method Description static voidAbstractBlockIntegerList. checkSorted(IntegerIterator iterator, IndexComparator c)
-