Class ValueOrderedMapCursor<K,V>

java.lang.Object
swim.structure.collections.ValueEntryCursor<K,V>
swim.structure.collections.ValueOrderedMapCursor<K,V>
All Implemented Interfaces:
Iterator<Map.Entry<K,V>>, ListIterator<Map.Entry<K,V>>, Cursor<Map.Entry<K,V>>, OrderedMapCursor<K,V>

public class ValueOrderedMapCursor<K,V> extends ValueEntryCursor<K,V> implements OrderedMapCursor<K,V>