| Modifier and Type | Class and Description |
|---|---|
class |
MapPBag<E>
A map-backed persistent bag.
|
| Modifier and Type | Method and Description |
|---|---|
static <E> PBag<E> |
Empty.bag() |
PBag<E> |
PBag.minus(Object e) |
PBag<E> |
PBag.minusAll(Collection<?> list) |
PBag<E> |
PBag.plus(E e) |
PBag<E> |
PBag.plusAll(Collection<? extends E> list) |
Copyright © 2019. All rights reserved.