Package | Description |
---|---|
org.fusesource.hawtdb.api |
The HawDB client API
|
org.fusesource.hawtdb.internal.index |
Index implementations.
|
Modifier and Type | Method and Description |
---|---|
static <Key> Predicate<Key> |
Predicates.all() |
static <Key> Predicate<Key> |
Predicates.and(List<Predicate<Key>> conditions) |
static <Key> Predicate<Key> |
Predicates.and(Predicate<Key>... conditions) |
static <Key> Predicate<Key> |
Predicates.gt(Key key) |
static <Key> Predicate<Key> |
Predicates.gte(Key key) |
static <Key> Predicate<Key> |
Predicates.lt(Key key) |
static <Key> Predicate<Key> |
Predicates.lte(Key key) |
static <Key> Predicate<Key> |
Predicates.lte(Key first,
Key last) |
static <Key> Predicate<Key> |
Predicates.none() |
static <Key> Predicate<Key> |
Predicates.or(List<Predicate<Key>> conditions) |
static <Key> Predicate<Key> |
Predicates.or(Predicate<Key>... conditions) |
Modifier and Type | Method and Description |
---|---|
static <Key> Predicate<Key> |
Predicates.and(Predicate<Key>... conditions) |
Iterator<Map.Entry<Key,Value>> |
SortedIndex.iterator(Predicate<Key> predicate) |
static <Key> Predicate<Key> |
Predicates.or(Predicate<Key>... conditions) |
static <Key,Value> |
Predicates.visitor(Predicate<Key> predicate) |
Modifier and Type | Method and Description |
---|---|
static <Key> Predicate<Key> |
Predicates.and(List<Predicate<Key>> conditions) |
static <Key> Predicate<Key> |
Predicates.or(List<Predicate<Key>> conditions) |
Modifier and Type | Method and Description |
---|---|
Iterator<Map.Entry<Key,Value>> |
BTreeNode.iterator(BTreeIndex<Key,Value> index,
Predicate<Key> predicate) |
Iterator<Map.Entry<Key,Value>> |
BTreeIndex.iterator(Predicate<Key> predicate) |
Copyright © 2009–2016 FuseSource, Corp.. All rights reserved.