Methods in net.sf.eos.trie that return Trie.Cursor.SelectStatus |
Trie.Cursor.SelectStatus |
Trie.Cursor.select(Map.Entry<? extends K,? extends V> entry)
Notification that the Trie is currently looking at the given entry. |
static Trie.Cursor.SelectStatus |
Trie.Cursor.SelectStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Trie.Cursor.SelectStatus[] |
Trie.Cursor.SelectStatus.values()
Returns an array containing the constants of this enum type, in
the order they're declared. |