Class AbstractMapBasedMultimap.WrappedSortedSet

    • Method Detail

      • getSortedSetDelegate

        java.util.SortedSet<V> getSortedSetDelegate()
      • comparator

        public java.util.Comparator<? super V> comparator()
        Specified by:
        comparator in interface java.util.SortedSet<V>
      • first

        public V first()
        Specified by:
        first in interface java.util.SortedSet<V>
      • last

        public V last()
        Specified by:
        last in interface java.util.SortedSet<V>
      • headSet

        public java.util.SortedSet<V> headSet​(V toElement)
        Specified by:
        headSet in interface java.util.SortedSet<V>
      • subSet

        public java.util.SortedSet<V> subSet​(V fromElement,
                                             V toElement)
        Specified by:
        subSet in interface java.util.SortedSet<V>
      • tailSet

        public java.util.SortedSet<V> tailSet​(V fromElement)
        Specified by:
        tailSet in interface java.util.SortedSet<V>