public static class CharBigListIterators.UnmodifiableBigListIterator extends java.lang.Object implements CharBigListIterator
| Constructor and Description |
|---|
UnmodifiableBigListIterator(CharBigListIterator i) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
boolean |
hasPrevious()
Returns whether there is a previous element.
|
char |
nextChar()
Returns the next element as a primitive type.
|
long |
nextIndex()
Returns the index of the element that would be returned by a subsequent call to next.
|
char |
previousChar()
Returns the previous element as a primitive type.
|
long |
previousIndex()
Returns the index of the element that would be returned by a subsequent call to previous.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, add, back, set, set, skip, skipback, previousforEachRemaining, forEachRemaining, nextpublic UnmodifiableBigListIterator(CharBigListIterator i)
public boolean hasNext()
hasNext in interface java.util.Iterator<java.lang.Character>public boolean hasPrevious()
BidirectionalIteratorhasPrevious in interface BidirectionalIterator<java.lang.Character>ListIterator.hasPrevious()public char nextChar()
CharIteratornextChar in interface CharIteratorIterator.next()public char previousChar()
CharBidirectionalIteratorpreviousChar in interface CharBidirectionalIteratorListIterator.previous()public long nextIndex()
BigListIteratornextIndex in interface BigListIterator<java.lang.Character>ListIterator.nextIndex()public long previousIndex()
BigListIteratorpreviousIndex in interface BigListIterator<java.lang.Character>ListIterator.previousIndex()