Interface ValueSortedMap.ValueSortedMapKeyList<K>

All Superinterfaces:
Collection<K>, Deque<K>, Iterable<K>, List<K>, Queue<K>, Set<K>
All Known Implementing Classes:
RestrictedValueSortedMap.RestrictedValueSortedMapKeyList, TreeValueSortedMap.ValueSortedTreeMapKeySet
Enclosing interface:
ValueSortedMap<K,V>

public static interface ValueSortedMap.ValueSortedMapKeyList<K> extends Set<K>, List<K>, Deque<K>