-
- All Superinterfaces:
Cursor<Map.Entry<K,V>>
,Iterator<Map.Entry<K,V>>
,ListIterator<Map.Entry<K,V>>
- All Known Implementing Classes:
ValueOrderedMapCursor
public interface OrderedMapCursor<K,V> extends Cursor<Map.Entry<K,V>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description K
nextKey()
K
previousKey()
-
Methods inherited from interface swim.util.Cursor
add, hasNext, hasPrevious, head, isEmpty, load, next, nextIndex, nextIndexLong, previous, previousIndex, previousIndexLong, remove, set, skip, step
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-