Interface ValueSortedMap.ValueSortedMapEntryList<K,V>

All Superinterfaces:
Iterable<Map.Entry<K,V>>, ValueSortedMap.LesserList<Map.Entry<K,V>>
All Known Implementing Classes:
RestrictedValueSortedMap.RestrictedValueSortedMapEntryList, TreeValueSortedMap.ValueSortedTreeMapEntrySet
Enclosing interface:
ValueSortedMap<K,V>

public static interface ValueSortedMap.ValueSortedMapEntryList<K,V> extends ValueSortedMap.LesserList<Map.Entry<K,V>>