Package | Description |
---|---|
org.apache.cassandra.utils.btree |
Modifier and Type | Method and Description |
---|---|
protected Cursor<V> |
BTreeSet.slice(boolean forwards,
boolean permitInversion) |
protected Cursor<V> |
BTreeSet.BTreeRange.slice(boolean forwards,
boolean permitInversion) |
protected Cursor<V> |
BTreeSet.BTreeDescRange.slice(boolean forwards,
boolean permitInversion) |
static <V> Cursor<V> |
BTree.slice(java.lang.Object[] btree,
boolean forwards)
Returns an Iterator over the entire tree
|
static <V> Cursor<V> |
BTree.slice(java.lang.Object[] btree,
java.util.Comparator<V> comparator,
V start,
boolean startInclusive,
V end,
boolean endInclusive,
boolean forwards)
Returns an Iterator over a sub-range of the tree
|
static <V> Cursor<V> |
BTree.slice(java.lang.Object[] btree,
java.util.Comparator<V> comparator,
V start,
V end,
boolean forwards)
Returns an Iterator over a sub-range of the tree
|
Copyright © 2014 The Apache Software Foundation