Uses of Interface
org.pcollections.PBag
-
-
Uses of PBag in org.pcollections
Classes in org.pcollections that implement PBag Modifier and Type Class Description classMapPBag<E>A map-backed persistent bag.Methods in org.pcollections that return PBag Modifier and Type Method Description static <E> PBag<E>Empty. bag()PBag<E>PBag. minus(java.lang.Object e)PBag<E>PBag. minusAll(java.util.Collection<?> list)PBag<E>PBag. plus(E e)PBag<E>PBag. plusAll(java.util.Collection<? extends E> list)
-