BidirectionalIterator<java.lang.Character>, BigListIterator<java.lang.Character>, CharBidirectionalIterator, CharBigListIterator, CharIterator, ObjectBidirectionalIterator<java.lang.Character>, ObjectIterator<java.lang.Character>, java.util.Iterator<java.lang.Character>public static class CharBigListIterators.UnmodifiableBigListIterator extends java.lang.Object implements CharBigListIterator
| Constructor | Description |
|---|---|
UnmodifiableBigListIterator(CharBigListIterator i) |
| Modifier and Type | Method | 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.
|
back, previousadd, add, back, set, set, skip, skipforEachRemaining, 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()