Uses of Interface
org.pcollections.PSortedSet
-
Uses of PSortedSet in org.pcollections
Classes in org.pcollections that implement PSortedSetModifier and TypeClassDescriptionfinal class
TreePSet<E>
An implementation ofPSortedSet
based on a self-balancing binary search tree.Methods in org.pcollections that return PSortedSetModifier and TypeMethodDescriptionPSortedMap.descendingKeySet()
TreePMap.descendingKeySet()
PSortedSet.descendingSet()
default PSortedSet
<E> PSortedSet.intersect
(Collection<? extends E> list) PSortedMap.keySet()
PSortedSet.minusAll
(Collection<?> list) PSortedSet.minusFirst()
PSortedSet.minusLast()
PSortedMap.navigableKeySet()
PSortedSet.plusAll
(Collection<? extends E> list) static <E extends Comparable<? super E>>
PSortedSet<E> Empty.sortedSet()
static <E> PSortedSet
<E> Empty.sortedSet
(Comparator<? super E> comparator)