Uses of Interface
com.mckoi.util.IntegerIterator
Packages that use IntegerIterator
-
Uses of IntegerIterator in com.mckoi.util
Methods in com.mckoi.util that return IntegerIteratorModifier and TypeMethodDescriptionAbstractBlockIntegerList.iterator()
Returns an IntegerIterator that will walk from the start to the end this list.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.IntegerListInterface.iterator()
Returns an IntegerIterator that will walk from the start to the end this list.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 IntegerIteratorModifier and TypeMethodDescriptionstatic void
AbstractBlockIntegerList.checkSorted
(IntegerIterator iterator, IndexComparator c)