public class SparseIndexIterator extends Object implements ReversibleIterator<Integer>
| Constructor and Description |
|---|
SparseIndexIterator(int[] starts,
int[] ends,
boolean reversed)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
forEachRemaining(Consumer<? super Integer> consumer)
Deprecated.
|
boolean |
hasNext()
Deprecated.
|
boolean |
isReversed()
Deprecated.
|
Integer |
next()
Deprecated.
|
void |
remove()
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic SparseIndexIterator(int[] starts,
int[] ends,
boolean reversed)
public boolean isReversed()
isReversed in interface ReversibleIterator<Integer>Copyright © 2018. All rights reserved.