|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.unimi.dsi.fastutil.floats.AbstractFloatIterator
it.unimi.dsi.fastutil.floats.AbstractFloatBidirectionalIterator
it.unimi.dsi.fastutil.floats.AbstractFloatBigListIterator
it.unimi.dsi.fastutil.floats.FloatBigListIterators.UnmodifiableBigListIterator
public static class FloatBigListIterators.UnmodifiableBigListIterator
An unmodifiable wrapper class for big list iterators.
Constructor Summary | |
---|---|
FloatBigListIterators.UnmodifiableBigListIterator(FloatBigListIterator i)
|
Method Summary | |
---|---|
boolean |
hasNext()
|
boolean |
hasPrevious()
Returns whether there is a previous element. |
Float |
next()
Delegates to the corresponding type-specific method. |
float |
nextFloat()
Delegates to the corresponding generic method. |
long |
nextIndex()
Returns the index of the element that would be returned by a subsequent call to next. |
Float |
previous()
Delegates to the corresponding type-specific method. |
float |
previousFloat()
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.floats.AbstractFloatBigListIterator |
---|
add, add, back, set, set, skip |
Methods inherited from class it.unimi.dsi.fastutil.floats.AbstractFloatBidirectionalIterator |
---|
back |
Methods inherited from class it.unimi.dsi.fastutil.floats.AbstractFloatIterator |
---|
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.floats.FloatBidirectionalIterator |
---|
back |
Methods inherited from interface it.unimi.dsi.fastutil.floats.FloatIterator |
---|
skip |
Methods inherited from interface it.unimi.dsi.fastutil.objects.ObjectIterator |
---|
skip |
Methods inherited from interface java.util.Iterator |
---|
remove |
Constructor Detail |
---|
public FloatBigListIterators.UnmodifiableBigListIterator(FloatBigListIterator i)
Method Detail |
---|
public boolean hasNext()
public boolean hasPrevious()
BidirectionalIterator
ListIterator.hasPrevious()
public float nextFloat()
AbstractFloatIterator
nextFloat
in interface FloatIterator
nextFloat
in class AbstractFloatIterator
Iterator.next()
public float previousFloat()
AbstractFloatBidirectionalIterator
previousFloat
in interface FloatBidirectionalIterator
previousFloat
in class AbstractFloatBidirectionalIterator
ListIterator.previous()
public long nextIndex()
BigListIterator
ListIterator.nextIndex()
public long previousIndex()
BigListIterator
ListIterator.previousIndex()
public Float next()
AbstractFloatIterator
next
in interface Iterator<Float>
next
in class AbstractFloatIterator
public Float previous()
AbstractFloatBidirectionalIterator
previous
in interface BidirectionalIterator<Float>
previous
in class AbstractFloatBidirectionalIterator
ListIterator.previous()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |