java.lang.Object
swim.structure.collections.ValueCursor<T>
- All Implemented Interfaces:
Iterator<T>,ListIterator<T>,swim.util.Cursor<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanhasNext()booleanhead()swim.util.Cursor<Value>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()- Specified by:
isEmptyin interfaceswim.util.Cursor<T>
-
head
- Specified by:
headin interfaceswim.util.Cursor<T>
-
step
public void step()- Specified by:
stepin interfaceswim.util.Cursor<T>
-
skip
public void skip(long count) - Specified by:
skipin interfaceswim.util.Cursor<T>
-
hasNext
public boolean hasNext() -
nextIndexLong
public long nextIndexLong()- Specified by:
nextIndexLongin interfaceswim.util.Cursor<T>
-
nextIndex
public int nextIndex()- Specified by:
nextIndexin interfaceswim.util.Cursor<T>- Specified by:
nextIndexin interfaceListIterator<T>
-
next
-
hasPrevious
public boolean hasPrevious()- Specified by:
hasPreviousin interfaceswim.util.Cursor<T>- Specified by:
hasPreviousin interfaceListIterator<T>
-
previousIndexLong
public long previousIndexLong()- Specified by:
previousIndexLongin interfaceswim.util.Cursor<T>
-
previousIndex
public int previousIndex()- Specified by:
previousIndexin interfaceswim.util.Cursor<T>- Specified by:
previousIndexin interfaceListIterator<T>
-
previous
- Specified by:
previousin interfaceswim.util.Cursor<T>- Specified by:
previousin interfaceListIterator<T>
-
set
- Specified by:
setin interfaceswim.util.Cursor<T>- Specified by:
setin interfaceListIterator<T>
-
add
- Specified by:
addin interfaceswim.util.Cursor<T>- Specified by:
addin interfaceListIterator<T>
-
remove
public void remove() -
load
public void load()- Specified by:
loadin interfaceswim.util.Cursor<T>
-