Class ForwardingSortedMap.StandardKeySet

All Implemented Interfaces:
Iterable<K>, Collection<K>, SequencedCollection<K>, SequencedSet<K>, Set<K>, SortedSet<K>
Enclosing class:
ForwardingSortedMap<K,V>

protected class ForwardingSortedMap.StandardKeySet extends Maps.SortedKeySet<K,V>
A sensible implementation of SortedMap.keySet() in terms of the methods of ForwardingSortedMap. In many cases, you may wish to override ForwardingMap.keySet() to forward to this implementation or a subclass thereof.
Since:
15.0
  • Constructor Details

    • StandardKeySet

      public StandardKeySet()
      Constructor for use by subclasses.