|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.unimi.dsi.fastutil.chars.AbstractCharIterator
it.unimi.dsi.fastutil.chars.AbstractCharBidirectionalIterator
it.unimi.dsi.fastutil.chars.AbstractCharBigListIterator
it.unimi.dsi.fastutil.chars.CharBigListIterators.UnmodifiableBigListIterator
public static class CharBigListIterators.UnmodifiableBigListIterator
An unmodifiable wrapper class for big list iterators.
Constructor Summary | |
---|---|
CharBigListIterators.UnmodifiableBigListIterator(CharBigListIterator i)
|
Method Summary | |
---|---|
boolean |
hasNext()
|
boolean |
hasPrevious()
Returns whether there is a previous element. |
Character |
next()
Delegates to the corresponding type-specific method. |
char |
nextChar()
Delegates to the corresponding generic method. |
long |
nextIndex()
Returns the index of the element that would be returned by a subsequent call to next. |
Character |
previous()
Delegates to the corresponding type-specific method. |
char |
previousChar()
Delegates to the corresponding generic method. |
long |
previousIndex()
Returns the index of the element that would be returned by a subsequent call to previous. |
Methods inherited from class it.unimi.dsi.fastutil.chars.AbstractCharBigListIterator |
---|
add, add, back, set, set, skip |
Methods inherited from class it.unimi.dsi.fastutil.chars.AbstractCharBidirectionalIterator |
---|
back |
Methods inherited from class it.unimi.dsi.fastutil.chars.AbstractCharIterator |
---|
remove, skip |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface it.unimi.dsi.fastutil.chars.CharBidirectionalIterator |
---|
back |
Methods inherited from interface it.unimi.dsi.fastutil.chars.CharIterator |
---|
skip |
Methods inherited from interface it.unimi.dsi.fastutil.objects.ObjectIterator |
---|
skip |
Methods inherited from interface java.util.Iterator |
---|
remove |
Constructor Detail |
---|
public CharBigListIterators.UnmodifiableBigListIterator(CharBigListIterator i)
Method Detail |
---|
public boolean hasNext()
public boolean hasPrevious()
BidirectionalIterator
ListIterator.hasPrevious()
public char nextChar()
AbstractCharIterator
nextChar
in interface CharIterator
nextChar
in class AbstractCharIterator
Iterator.next()
public char previousChar()
AbstractCharBidirectionalIterator
previousChar
in interface CharBidirectionalIterator
previousChar
in class AbstractCharBidirectionalIterator
ListIterator.previous()
public long nextIndex()
BigListIterator
ListIterator.nextIndex()
public long previousIndex()
BigListIterator
ListIterator.previousIndex()
public Character next()
AbstractCharIterator
next
in interface Iterator<Character>
next
in class AbstractCharIterator
public Character previous()
AbstractCharBidirectionalIterator
previous
in interface BidirectionalIterator<Character>
previous
in class AbstractCharBidirectionalIterator
ListIterator.previous()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |