Uses of Class
org.pcollections.MapPSet
-
Uses of MapPSet in org.pcollections
Fields in org.pcollections declared as MapPSetMethods in org.pcollections that return MapPSetModifier and TypeMethodDescriptionstatic <E> MapPSet<E> HashTreePSet.empty()static <E> MapPSet<E> HashTreePSet.from(Collection<? extends E> list) static <E> MapPSet<E> static <E> MapPSet<E> static <E> MapPSet<E> MapPSet.from(PMap<E, ?> map, Collection<? extends E> list) MapPSet.intersect(Collection<? extends E> list) MapPSet.minusAll(Collection<?> list) MapPSet.plusAll(Collection<? extends E> list) static <E> MapPSet<E> HashTreePSet.singleton(E e)