Interface ValueSortedMap.ValueSortedMapEntryList<K,V>

All Superinterfaces:
Collection<Map.Entry<K,V>>, Deque<Map.Entry<K,V>>, Iterable<Map.Entry<K,V>>, List<Map.Entry<K,V>>, Queue<Map.Entry<K,V>>, Set<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 Set<Map.Entry<K,V>>, List<Map.Entry<K,V>>, Deque<Map.Entry<K,V>>