public static class LongArray.LongArrayIterator extends Object implements ListIterator<Long>
| Constructor and Description |
|---|
LongArrayIterator(LongArray wrapper) |
LongArrayIterator(LongArray wrapper,
int startIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Long value) |
boolean |
hasNext() |
boolean |
hasPrevious() |
Long |
next() |
int |
nextIndex() |
Long |
previous() |
int |
previousIndex() |
void |
remove() |
void |
set(Long value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic LongArrayIterator(LongArray wrapper)
public LongArrayIterator(LongArray wrapper, int startIndex)
public boolean hasNext()
public Long next()
public void remove()
public void add(Long value)
add in interface ListIterator<Long>public boolean hasPrevious()
hasPrevious in interface ListIterator<Long>public int nextIndex()
nextIndex in interface ListIterator<Long>public Long previous()
previous in interface ListIterator<Long>public int previousIndex()
previousIndex in interface ListIterator<Long>public void set(Long value)
set in interface ListIterator<Long>Copyright © 2009–2021. All rights reserved.