|
|||||||||
| 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. |
java.lang.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. |
java.lang.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 FloatIteratornextFloat in class AbstractFloatIteratorIterator.next()public float previousFloat()
AbstractFloatBidirectionalIterator
previousFloat in interface FloatBidirectionalIteratorpreviousFloat in class AbstractFloatBidirectionalIteratorListIterator.previous()public long nextIndex()
BigListIterator
ListIterator.nextIndex()public long previousIndex()
BigListIterator
ListIterator.previousIndex()public java.lang.Float next()
AbstractFloatIterator
next in interface java.util.Iterator<java.lang.Float>next in class AbstractFloatIteratorpublic java.lang.Float previous()
AbstractFloatBidirectionalIterator
previous in interface BidirectionalIterator<java.lang.Float>previous in class AbstractFloatBidirectionalIteratorListIterator.previous()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||