public final class HashTreePBag extends Object
This class simply creates MapPBags backed by HashTreePMaps.
| Modifier and Type | Method and Description |
|---|---|
static <E> MapPBag<E> |
empty() |
static <E> MapPBag<E> |
from(Collection<? extends E> list) |
static <E> MapPBag<E> |
singleton(E e) |
public static <E> MapPBag<E> empty()
E - public static <E> MapPBag<E> singleton(E e)
E - e - public static <E> MapPBag<E> from(Collection<? extends E> list)
E - list - Copyright © 2019. All rights reserved.