Uses of Class
org.apache.commons.collections4.trie.AbstractPatriciaTrie.TrieEntry
-
Uses of AbstractPatriciaTrie.TrieEntry in org.apache.commons.collections4.trie
Modifier and TypeFieldDescriptionprotected AbstractPatriciaTrie.TrieEntry<K,
V> AbstractPatriciaTrie.TrieEntry.left
The left child of this entry.protected AbstractPatriciaTrie.TrieEntry<K,
V> AbstractPatriciaTrie.TrieEntry.parent
The parent of this entry.protected AbstractPatriciaTrie.TrieEntry<K,
V> AbstractPatriciaTrie.TrieEntry.predecessor
The entry who uplinks to this entry.protected AbstractPatriciaTrie.TrieEntry<K,
V> AbstractPatriciaTrie.TrieEntry.right
The right child of this entry.