|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.unimi.dsi.fastutil.shorts.AbstractShortIterator
it.unimi.dsi.fastutil.shorts.AbstractShortBidirectionalIterator
it.unimi.dsi.fastutil.shorts.AbstractShortBigListIterator
it.unimi.dsi.fastutil.shorts.ShortBigListIterators.UnmodifiableBigListIterator
public static class ShortBigListIterators.UnmodifiableBigListIterator
An unmodifiable wrapper class for big list iterators.
Constructor Summary | |
---|---|
ShortBigListIterators.UnmodifiableBigListIterator(ShortBigListIterator i)
|
Method Summary | |
---|---|
boolean |
hasNext()
|
boolean |
hasPrevious()
Returns whether there is a previous element. |
java.lang.Short |
next()
Delegates to the corresponding type-specific method. |
long |
nextIndex()
Returns the index of the element that would be returned by a subsequent call to next. |
short |
nextShort()
Delegates to the corresponding generic method. |
java.lang.Short |
previous()
Delegates to the corresponding type-specific method. |
long |
previousIndex()
Returns the index of the element that would be returned by a subsequent call to previous. |
short |
previousShort()
Delegates to the corresponding generic method. |
Methods inherited from class it.unimi.dsi.fastutil.shorts.AbstractShortBigListIterator |
---|
add, add, back, set, set, skip |
Methods inherited from class it.unimi.dsi.fastutil.shorts.AbstractShortBidirectionalIterator |
---|
back |
Methods inherited from class it.unimi.dsi.fastutil.shorts.AbstractShortIterator |
---|
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.shorts.ShortBidirectionalIterator |
---|
back |
Methods inherited from interface it.unimi.dsi.fastutil.shorts.ShortIterator |
---|
skip |
Methods inherited from interface it.unimi.dsi.fastutil.objects.ObjectIterator |
---|
skip |
Methods inherited from interface java.util.Iterator |
---|
remove |
Constructor Detail |
---|
public ShortBigListIterators.UnmodifiableBigListIterator(ShortBigListIterator i)
Method Detail |
---|
public boolean hasNext()
public boolean hasPrevious()
BidirectionalIterator
ListIterator.hasPrevious()
public short nextShort()
AbstractShortIterator
nextShort
in interface ShortIterator
nextShort
in class AbstractShortIterator
Iterator.next()
public short previousShort()
AbstractShortBidirectionalIterator
previousShort
in interface ShortBidirectionalIterator
previousShort
in class AbstractShortBidirectionalIterator
ListIterator.previous()
public long nextIndex()
BigListIterator
ListIterator.nextIndex()
public long previousIndex()
BigListIterator
ListIterator.previousIndex()
public java.lang.Short next()
AbstractShortIterator
next
in interface java.util.Iterator<java.lang.Short>
next
in class AbstractShortIterator
public java.lang.Short previous()
AbstractShortBidirectionalIterator
previous
in interface BidirectionalIterator<java.lang.Short>
previous
in class AbstractShortBidirectionalIterator
ListIterator.previous()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |