Class ForwardingSortedMap.StandardKeySet

    • Constructor Detail

      • StandardKeySet

        public StandardKeySet()
        Constructor for use by subclasses.
    • Method Detail

      • comparator

        public Comparator<? super K> comparator()
      • subSet

        public SortedSet<K> subSet(K fromElement,
                                   K toElement)
      • headSet

        public SortedSet<K> headSet(K toElement)
      • tailSet

        public SortedSet<K> tailSet(K fromElement)
      • first

        public K first()
      • last

        public K last()
      • iterator

        public Iterator<K> iterator()
      • size

        public int size()
      • isEmpty

        public boolean isEmpty()
      • contains

        public boolean contains(Object o)
      • remove

        public boolean remove(Object o)
      • clear

        public void clear()
      • removeAll

        public boolean removeAll(Collection<?> c)
      • retainAll

        public boolean retainAll(Collection<?> c)