|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
K
- The type of key for the index.ID
- The value type being indexed.public interface IdxNonUniqueIndex<K,ID>
A non unique index is one for which the key can map to multiple record IDs.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.neeve.query.index.IdxIndex |
---|
IdxIndex.Stats<K> |
Method Summary | |
---|---|
Iterable<ID> |
get(K key)
Gets the IDs associated with the given key. |
Methods inherited from interface com.neeve.query.index.IdxIndex |
---|
allEntries, allIds, containsKey, getEntries, getField, getIds, getIds, getName, getStats, isUnique, put, remove, valueCount |
Method Detail |
---|
Iterable<ID> get(K key)
key
- The key.
Iterable
of the values associated with the index key.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |