Uses of Class
org.pcollections.MapPSet
-
-
Uses of MapPSet in org.pcollections
Fields in org.pcollections declared as MapPSet Modifier and Type Field Description private static MapPSet<java.lang.Object>HashTreePSet. EMPTYMethods in org.pcollections that return MapPSet Modifier and Type Method Description static <E> MapPSet<E>HashTreePSet. empty()static <E> MapPSet<E>HashTreePSet. from(java.util.Collection<? extends E> list)static <E> MapPSet<E>MapPSet. from(PMap<E,?> map)static <E> MapPSet<E>MapPSet. from(PMap<E,?> map, E e)static <E> MapPSet<E>MapPSet. from(PMap<E,?> map, java.util.Collection<? extends E> list)MapPSet<E>MapPSet. intersect(java.util.Collection<? extends E> list)MapPSet<E>MapPSet. minus(java.lang.Object e)MapPSet<E>MapPSet. minusAll(java.util.Collection<?> list)MapPSet<E>MapPSet. plus(E e)MapPSet<E>MapPSet. plusAll(java.util.Collection<? extends E> list)static <E> MapPSet<E>HashTreePSet. singleton(E e)
-