All Methods Static Methods Instance Methods Abstract Methods Concrete Methods
| Modifier and Type |
Method and Description |
static <K,V> PrefixTree<K,V> |
empty(PrefixTree.Ops<K,V> ops) |
abstract java.util.stream.Stream<java.util.Map.Entry<K,V>> |
entries() |
abstract PrefixTree<K,V> |
insert(K key,
V value,
java.util.function.BiFunction<? super V,? super V,? extends V> combine) |
PrefixTree<K,V> |
map(java.util.function.Function<? super V,? extends V> f) |
abstract <W> PrefixTree<K,W> |
map(java.util.function.Function<? super V,? extends W> f,
PrefixTree.Ops<K,W> ops) |