Class ForwardingNavigableMap.StandardNavigableKeySet

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

protected class ForwardingNavigableMap.StandardNavigableKeySet extends Maps.NavigableKeySet<K,V>
A sensible implementation of NavigableMap.navigableKeySet() in terms of the methods of this NavigableMap. In many cases, you may wish to override ForwardingNavigableMap.navigableKeySet() to forward to this implementation or a subclass thereof.
Since:
12.0
  • Constructor Details

    • StandardNavigableKeySet

      public StandardNavigableKeySet()
      Constructor for use by subclasses.