static <E> MapPSet<E> |
HashTreePSet.empty() |
static <E> MapPSet<E> |
HashTreePSet.from(Collection<? extends E> list) |
static <E> MapPSet<E> |
MapPSet.from(PMap<E,?> map) |
static <E> MapPSet<E> |
MapPSet.from(PMap<E,?> map,
Collection<? extends E> list) |
static <E> MapPSet<E> |
MapPSet.from(PMap<E,?> map,
E e) |
MapPSet<E> |
MapPSet.minus(Object e) |
MapPSet<E> |
MapPSet.minusAll(Collection<?> list) |
MapPSet<E> |
MapPSet.plus(E e) |
MapPSet<E> |
MapPSet.plusAll(Collection<? extends E> list) |
static <E> MapPSet<E> |
HashTreePSet.singleton(E e) |