java.lang.Object
swim.structure.collections.ValueEntryCursor<K,V>
- All Implemented Interfaces:
Iterator<Map.Entry<K,,V>> ListIterator<Map.Entry<K,,V>> swim.util.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()- Specified by:
isEmptyin interfaceswim.util.Cursor<K>
-
head
- Specified by:
headin interfaceswim.util.Cursor<K>
-
step
public void step()- Specified by:
stepin interfaceswim.util.Cursor<K>
-
skip
public void skip(long count) - Specified by:
skipin interfaceswim.util.Cursor<K>
-
hasNext
public boolean hasNext() -
nextIndexLong
public long nextIndexLong()- Specified by:
nextIndexLongin interfaceswim.util.Cursor<K>
-
nextIndex
public int nextIndex()- Specified by:
nextIndexin interfaceswim.util.Cursor<K>- Specified by:
nextIndexin interfaceListIterator<K>
-
next
-
hasPrevious
public boolean hasPrevious()- Specified by:
hasPreviousin interfaceswim.util.Cursor<K>- Specified by:
hasPreviousin interfaceListIterator<K>
-
previousIndexLong
public long previousIndexLong()- Specified by:
previousIndexLongin interfaceswim.util.Cursor<K>
-
previousIndex
public int previousIndex()- Specified by:
previousIndexin interfaceswim.util.Cursor<K>- Specified by:
previousIndexin interfaceListIterator<K>
-
previous
- Specified by:
previousin interfaceswim.util.Cursor<K>- Specified by:
previousin interfaceListIterator<K>
-
set
- Specified by:
setin interfaceswim.util.Cursor<K>- Specified by:
setin interfaceListIterator<K>
-
add
- Specified by:
addin interfaceswim.util.Cursor<K>- Specified by:
addin interfaceListIterator<K>
-
remove
public void remove() -
load
public void load()- Specified by:
loadin interfaceswim.util.Cursor<K>
-