| Package | Description |
|---|---|
| com.mckoi.util |
Miscellaneous utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
IntegerIterator |
AbstractBlockIntegerList.iterator()
Returns an IntegerIterator that will walk from the start to the end
this list.
|
IntegerIterator |
IntegerListInterface.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(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.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
AbstractBlockIntegerList.checkSorted(IntegerIterator iterator,
IndexComparator c) |
Copyright © 2019. All rights reserved.