public class NestedKeySearchIndex extends BaseIndexWrapper
index, path| Constructor and Description |
|---|
NestedKeySearchIndex(String... path) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Object o) |
boolean |
delete(Object o) |
protected List |
getKeys(Object o) |
boolean |
has(Object o) |
all, clear, count, deleteByKey, findBetween, findContains, findEndsWith, findEquals, findFirst, findFirstKey, findGreaterThan, findGreaterThanEqual, findLast, findLastKey, findLessThan, findLessThanEqual, findStartsWith, get, getAll, init, isPrimaryKeyOnly, max, min, setBucketSize, setComparator, setInputKeyTransformer, setKeyGetter, size, toCollectionpublic NestedKeySearchIndex(String... path)
public boolean add(Object o)
add in interface Bagadd in class BaseIndexWrapperprotected List getKeys(Object o)
getKeys in class BaseIndexWrapperpublic boolean delete(Object o)
delete in interface Bagdelete in class BaseIndexWrapperpublic boolean has(Object o)
has in interface LookupIndexhas in class BaseIndexWrapperCopyright © 2015. All Rights Reserved.