public interface IStoreNonUniqueIndex<K,T extends IStoreObject> extends IStoreIndex<K,T>
IStoreIndex
with accessors specific to non-unique indexing.IStoreIndex
Modifier and Type | Method and Description |
---|---|
Iterable<T> |
get(K key)
Gets the store objects associated with the given key.
|
allValues, containsKey, get, getCardinality, getFieldCanonicalName, getHighKey, getKeyCardinality, getLowKey, getName, isUnique
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.