Package | Description |
---|---|
org.apache.commons.collections4.trie |
This package contains implementations of the
Trie interface. |
Modifier and Type | Class and Description |
---|---|
private class |
AbstractPatriciaTrie.EntrySet.EntryIterator
An
Iterator that returns Entry Objects. |
private class |
AbstractPatriciaTrie.KeySet.KeyIterator
An
Iterator that returns Key Objects. |
private class |
AbstractPatriciaTrie.PrefixRangeEntrySet.EntryIterator
An
Iterator for iterating over a prefix search. |
private class |
AbstractPatriciaTrie.RangeEntrySet.EntryIterator
An
Iterator for AbstractPatriciaTrie.RangeEntrySet s. |
private class |
AbstractPatriciaTrie.TrieMapIterator
An
OrderedMapIterator for a Trie . |
private class |
AbstractPatriciaTrie.Values.ValueIterator
An
Iterator that returns Value Objects. |