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
Classes in com.mckoi.util that implement IntegerIterator Modifier and Type Class Description private class
AbstractBlockIntegerList.BILIterator
Our iterator that walks through the list.Methods in com.mckoi.util that return IntegerIterator Modifier and Type Method Description IntegerIterator
AbstractBlockIntegerList. iterator()
Returns an IntegerIterator that will walk from the start to the end this list.IntegerIterator
AbstractBlockIntegerList. 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.IntegerIterator
IntegerListInterface. iterator()
Returns an IntegerIterator that will walk from the start to the end this list.IntegerIterator
IntegerListInterface. 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 void
AbstractBlockIntegerList. checkSorted(IntegerIterator iterator, IndexComparator c)
-