Class ForwardingNavigableMap.StandardNavigableKeySet

  • All Implemented Interfaces:
    java.lang.Iterable<K>, java.util.Collection<K>, java.util.NavigableSet<K>, java.util.Set<K>, java.util.SortedSet<K>
    Enclosing class:
    ForwardingNavigableMap<K,​V>

    @Beta
    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 Detail

      • StandardNavigableKeySet

        public StandardNavigableKeySet()
        Constructor for use by subclasses.