Uses of Interface
org.pcollections.PSortedMap
-
Uses of PSortedMap in org.pcollections
Classes in org.pcollections that implement PSortedMapModifier and TypeClassDescriptionfinal class
TreePMap<K,
V> An implementation ofPSortedMap
based on a self-balancing binary search tree.Fields in org.pcollections declared as PSortedMapModifier and TypeFieldDescriptionprivate final PSortedMap
<Long, E> OrderedPSet.elements
private final PSortedMap
<Long, Map.Entry<K, V>> OrderedPMap.entries
Methods in org.pcollections that return PSortedMapModifier and TypeMethodDescriptionPSortedMap
<K, V> PSortedMap.descendingMap()
PSortedMap
<K, V> PSortedMap
<K, V> PSortedMap
<K, V> PSortedMap
<K, V> PSortedMap.minusAll
(Collection<?> keys) PSortedMap
<K, V> PSortedMap.minusFirstEntry()
PSortedMap
<K, V> PSortedMap.minusLastEntry()
PSortedMap
<K, V> PSortedMap
<K, V> static <K extends Comparable<? super K>,
V>
PSortedMap<K, V> Empty.sortedMap()
static <K,
V> PSortedMap <K, V> Empty.sortedMap
(Comparator<? super K> comparator) PSortedMap
<K, V> PSortedMap
<K, V> PSortedMap
<K, V> PSortedMap
<K, V> Constructors in org.pcollections with parameters of type PSortedMapModifierConstructorDescriptionprivate
OrderedPMap
(PMap<K, Long> ids, PSortedMap<Long, Map.Entry<K, V>> entries) private
OrderedPSet
(PMap<E, Long> ids, PSortedMap<Long, E> elements)