public class NestedKeySearchIndex extends BaseIndexWrapper
index, path| Constructor and Description |
|---|
NestedKeySearchIndex(java.lang.String... path) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(java.lang.Object o) |
boolean |
delete(java.lang.Object o) |
protected java.util.List |
getKeys(java.lang.Object o) |
boolean |
has(java.lang.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 boolean add(java.lang.Object o)
add in interface Bagadd in class BaseIndexWrapperprotected java.util.List getKeys(java.lang.Object o)
getKeys in class BaseIndexWrapperpublic boolean delete(java.lang.Object o)
delete in interface Bagdelete in class BaseIndexWrapperpublic boolean has(java.lang.Object o)
has in interface LookupIndexhas in class BaseIndexWrapperCopyright © 2014. All Rights Reserved.