public static class Trie.Unmodifiable<T> extends Trie.TrieProxy<T>
Trie.TrieProxy<T>, Trie.Unmodifiable<T>, Trie.Util| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
Set<Map.Entry<CharSequence,T>> |
entrySet() |
Set<CharSequence> |
keySet() |
T |
put(CharSequence key,
T value) |
void |
putAll(Map<? extends CharSequence,? extends T> t) |
T |
remove(CharSequence key) |
Collection<T> |
values() |
containsKey, containsValue, equals, get, getLongestMatch, getLongestMatch, getMaxKeyLength, getWrapped, hashCode, isEmpty, remove, sizeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic T put(CharSequence key, T value)
put in interface Map<CharSequence,T>put in class Trie.TrieProxy<T>public T remove(CharSequence key)
public void putAll(Map<? extends CharSequence,? extends T> t)
putAll in interface Map<CharSequence,T>putAll in class Trie.TrieProxy<T>public void clear()
clear in interface Map<CharSequence,T>clear in class Trie.TrieProxy<T>public Set<CharSequence> keySet()
keySet in interface Map<CharSequence,T>keySet in class Trie.TrieProxy<T>public Collection<T> values()
values in interface Map<CharSequence,T>values in class Trie.TrieProxy<T>public Set<Map.Entry<CharSequence,T>> entrySet()
entrySet in interface Map<CharSequence,T>entrySet in class Trie.TrieProxy<T>Copyright © 2017. All rights reserved.