Uses of Class
org.apache.cassandra.index.sasi.utils.trie.Cursor.Decision
-
Packages that use Cursor.Decision Package Description org.apache.cassandra.index.sasi.utils.trie -
-
Uses of Cursor.Decision in org.apache.cassandra.index.sasi.utils.trie
Methods in org.apache.cassandra.index.sasi.utils.trie that return Cursor.Decision Modifier and Type Method Description Cursor.DecisionCursor. select(java.util.Map.Entry<? extends K,? extends V> entry)Called for eachMap.Entryin theTrie.static Cursor.DecisionCursor.Decision. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Cursor.Decision[]Cursor.Decision. values()Returns an array containing the constants of this enum type, in the order they are declared.
-