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