|
|||||||||
| 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
public abstract class AbstractFloatBigListIterator
An abstract class facilitating the creation of type-specific big-list iterators.
This implementation provides (deprecated) implementations of ListIterator.previousIndex() and ListIterator.nextIndex() that
just invoke the corresponding BigListIterator methods.
ListIterator,
BigListIterator| Method Summary | |
|---|---|
void |
add(float k)
This method just throws an UnsupportedOperationException. |
void |
add(java.lang.Float ok)
Delegates to the corresponding type-specific method. |
long |
back(long n)
This method just iterates the type-specific version of AbstractFloatBidirectionalIterator.previous() for
at most n times, stopping if BidirectionalIterator.hasPrevious() becomes false. |
void |
set(float k)
This method just throws an UnsupportedOperationException. |
void |
set(java.lang.Float ok)
Delegates to the corresponding type-specific method. |
long |
skip(long n)
This method just iterates the type-specific version of AbstractFloatIterator.next() for at most
n times, stopping if Iterator.hasNext() becomes false. |
| Methods inherited from class it.unimi.dsi.fastutil.floats.AbstractFloatBidirectionalIterator |
|---|
back, previous, previousFloat |
| Methods inherited from class it.unimi.dsi.fastutil.floats.AbstractFloatIterator |
|---|
next, nextFloat, 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, previousFloat |
| Methods inherited from interface it.unimi.dsi.fastutil.floats.FloatIterator |
|---|
nextFloat, skip |
| Methods inherited from interface it.unimi.dsi.fastutil.objects.ObjectIterator |
|---|
skip |
| Methods inherited from interface it.unimi.dsi.fastutil.BidirectionalIterator |
|---|
hasPrevious, previous |
| Methods inherited from interface java.util.Iterator |
|---|
hasNext, next, remove |
| Methods inherited from interface it.unimi.dsi.fastutil.BigListIterator |
|---|
nextIndex, previousIndex |
| Method Detail |
|---|
public void set(java.lang.Float ok)
set in interface FloatBigListIteratorpublic void add(java.lang.Float ok)
add in interface FloatBigListIteratorpublic void set(float k)
UnsupportedOperationException.
set in interface FloatBigListIteratorpublic void add(float k)
UnsupportedOperationException.
add in interface FloatBigListIteratorpublic long skip(long n)
AbstractFloatIterator.next() for at most
n times, stopping if Iterator.hasNext() becomes false.
skip in interface BigListIterator<java.lang.Float>n - the number of elements to skip.
public long back(long n)
AbstractFloatBidirectionalIterator.previous() for
at most n times, stopping if BidirectionalIterator.hasPrevious() becomes false.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||