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