Uses of Class
org.pcollections.IntTreePMap
-
-
Uses of IntTreePMap in org.pcollections
Fields in org.pcollections declared as IntTreePMap Modifier and Type Field Description private static IntTreePMap<java.lang.Object>
IntTreePMap. EMPTY
private IntTreePMap<E>
TreePVector. map
Methods in org.pcollections that return IntTreePMap Modifier and Type Method Description static <V> IntTreePMap<V>
IntTreePMap. empty()
static <V> IntTreePMap<V>
IntTreePMap. from(java.util.Map<? extends java.lang.Integer,? extends V> map)
IntTreePMap<V>
IntTreePMap. minus(java.lang.Object key)
IntTreePMap<V>
IntTreePMap. minusAll(java.util.Collection<?> keys)
IntTreePMap<V>
IntTreePMap. minusRange(int start, int end)
IntTreePMap<V>
IntTreePMap. plus(java.lang.Integer key, V value)
IntTreePMap<V>
IntTreePMap. plusAll(java.util.Map<? extends java.lang.Integer,? extends V> map)
static <V> IntTreePMap<V>
IntTreePMap. singleton(java.lang.Integer key, V value)
(package private) IntTreePMap<V>
IntTreePMap. withKeysChangedAbove(int key, int delta)
(package private) IntTreePMap<V>
IntTreePMap. withKeysChangedBelow(int key, int delta)
private IntTreePMap<V>
IntTreePMap. withRoot(IntTree<V> root)
Constructors in org.pcollections with parameters of type IntTreePMap Constructor Description TreePVector(IntTreePMap<E> map)
-