Package | Description |
---|---|
org.apache.cassandra.index.sasi.utils.trie |
Modifier and Type | Method and Description |
---|---|
Cursor.Decision |
Cursor.select(java.util.Map.Entry<? extends K,? extends V> entry)
Called for each
Map.Entry in the Trie . |
static Cursor.Decision |
Cursor.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.
|
Copyright © 2020 The Apache Software Foundation