java.lang.Object
swim.structure.collections.ValueCursor<T>
- All Implemented Interfaces:
Iterator<T>,ListIterator<T>,Cursor<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanhasNext()booleanhead()inner()booleanisEmpty()voidload()next()intlongprevious()intlongvoidremove()voidvoidskip(long count) voidstep()<T2> ValueCursor<T2>valueClass(Class<T2> valueClass) <T2> ValueCursor<T2>Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
inner
-
valueForm
-
-
Constructor Details
-
ValueCursor
-
-
Method Details
-
inner
-
valueForm
-
valueForm
-
valueClass
-
isEmpty
public boolean isEmpty() -
head
-
step
public void step() -
skip
public void skip(long count) -
hasNext
public boolean hasNext() -
nextIndexLong
public long nextIndexLong()- Specified by:
nextIndexLongin interfaceCursor<T>
-
nextIndex
public int nextIndex() -
next
-
hasPrevious
public boolean hasPrevious()- Specified by:
hasPreviousin interfaceCursor<T>- Specified by:
hasPreviousin interfaceListIterator<T>
-
previousIndexLong
public long previousIndexLong()- Specified by:
previousIndexLongin interfaceCursor<T>
-
previousIndex
public int previousIndex()- Specified by:
previousIndexin interfaceCursor<T>- Specified by:
previousIndexin interfaceListIterator<T>
-
previous
-
set
-
add
-
remove
public void remove() -
load
public void load()
-