Uses of Class
org.pcollections.IntTreePMap
-
Uses of IntTreePMap in org.pcollections
Fields in org.pcollections declared as IntTreePMapModifier and TypeFieldDescriptionprivate static final IntTreePMap<Object> IntTreePMap.EMPTY/ STATIC FACTORY METHODS ////private final IntTreePMap<E> TreePVector.map/ PRIVATE CONSTRUCTORS ////Methods in org.pcollections that return IntTreePMapModifier and TypeMethodDescriptionstatic <V> IntTreePMap<V> IntTreePMap.empty()static <V> IntTreePMap<V> IntTreePMap.minusAll(Collection<?> keys) IntTreePMap.minusRange(int start, int end) / IMPLEMENTED METHODS OF PMap////static <V> IntTreePMap<V> (package private) IntTreePMap<V> IntTreePMap.withKeysChangedAbove(int key, int delta) (package private) IntTreePMap<V> IntTreePMap.withKeysChangedBelow(int key, int delta) private IntTreePMap<V> Constructors in org.pcollections with parameters of type IntTreePMap