Package io.datarouter.bytes
Class LongArray.LongArrayIterator
java.lang.Object
io.datarouter.bytes.LongArray.LongArrayIterator
- All Implemented Interfaces:
Iterator<Long>,ListIterator<Long>
- Enclosing class:
- LongArray
public static class LongArray.LongArrayIterator extends Object implements ListIterator<Long>
-
Constructor Summary
Constructors Constructor Description LongArrayIterator(LongArray wrapper)LongArrayIterator(LongArray wrapper, int startIndex) -
Method Summary
-
Constructor Details
-
Method Details
-
hasNext
public boolean hasNext() -
next
-
remove
public void remove() -
add
- Specified by:
addin interfaceListIterator<Long>
-
hasPrevious
public boolean hasPrevious()- Specified by:
hasPreviousin interfaceListIterator<Long>
-
nextIndex
public int nextIndex()- Specified by:
nextIndexin interfaceListIterator<Long>
-
previous
- Specified by:
previousin interfaceListIterator<Long>
-
previousIndex
public int previousIndex()- Specified by:
previousIndexin interfaceListIterator<Long>
-
set
- Specified by:
setin interfaceListIterator<Long>
-