Package | Description |
---|---|
edu.wisc.ssec.mcidasv.util.trie |
Modifier and Type | Method and Description |
---|---|
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 are declared.
|