Interface Index.Mutable<V>
- Type Parameters:
V- the entry type
- All Superinterfaces:
Index<V>
A mutable String lookup data structure.
Implementations are not thread-safe.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface Index
Index.Mutable<V> -
Method Summary
-
Method Details
-
put
-
put
Put a value as both a key and a value.- Parameters:
v- The value and key- Returns:
- True if the Trie had capacity to add the field.
-
remove
-
clear
void clear()Remove all entries from the index.
-