|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
T - The index key.ID - The corresponding id for the given key.public interface IdxUniqueIndex<T,ID>
Defines a unique index. A unique index is one such that there can only be a single key K for any ID being indexed.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.neeve.query.index.IdxIndex |
|---|
IdxIndex.Stats<K> |
| Method Summary | |
|---|---|
ID |
getId(T value)
Returns the record ID associated with the indexed value. |
| Methods inherited from interface com.neeve.query.index.IdxIndex |
|---|
allEntries, allIds, containsKey, getEntries, getField, getIds, getIds, getName, getStats, isUnique, put, remove, valueCount |
| Method Detail |
|---|
ID getId(T value)
value - The index key.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||