Class ContainerSortedSet<E>

    • Constructor Detail

      • ContainerSortedSet

        public ContainerSortedSet​(java.util.SortedSet<E> delegate)
    • Method Detail

      • comparator

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

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

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

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

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

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