java.lang.Object
swim.structure.collections.ValueEntryCursor<K,V>
- All Implemented Interfaces:
Iterator<Map.Entry<K,,V>> ListIterator<Map.Entry<K,,V>> Cursor<Map.Entry<K,V>>
- Direct Known Subclasses:
ValueOrderedMapCursor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanhasNext()booleanhead()inner()booleanisEmpty()<K2> ValueEntryCursor<K2,V> keyForm()<K2> ValueEntryCursor<K2,V> voidload()next()intlongprevious()intlongvoidremove()voidvoidskip(long count) voidstep()<V2> ValueEntryCursor<K,V2> valueClass(Class<V2> valueClass) <V2> ValueEntryCursor<K,V2> 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
-
Constructor Details
-
ValueEntryCursor
-
-
Method Details
-
inner
-
keyForm
-
keyForm
-
keyClass
-
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<K>
-
nextIndex
public int nextIndex() -
next
-
hasPrevious
public boolean hasPrevious()- Specified by:
hasPreviousin interfaceCursor<K>- Specified by:
hasPreviousin interfaceListIterator<K>
-
previousIndexLong
public long previousIndexLong()- Specified by:
previousIndexLongin interfaceCursor<K>
-
previousIndex
public int previousIndex()- Specified by:
previousIndexin interfaceCursor<K>- Specified by:
previousIndexin interfaceListIterator<K>
-
previous
-
set
-
add
-
remove
public void remove() -
load
public void load()
-