Uses of Interface
org.pcollections.PSortedMap
-
Uses of PSortedMap in org.pcollections
Classes in org.pcollections that implement PSortedMapModifier and TypeClassDescriptionfinal classTreePMap<K,V> An implementation ofPSortedMapbased on a self-balancing binary search tree.Fields in org.pcollections declared as PSortedMapModifier and TypeFieldDescriptionprivate final PSortedMap<Long, E> OrderedPSet.elementsprivate final PSortedMap<Long, Map.Entry<K, V>> OrderedPMap.entriesMethods 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 PSortedMapModifierConstructorDescriptionprivateOrderedPMap(PMap<K, Long> ids, PSortedMap<Long, Map.Entry<K, V>> entries) privateOrderedPSet(PMap<E, Long> ids, PSortedMap<Long, E> elements)