|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
K - V - public interface InverseHashView<K,V>
Provides inverse view on persisted map. It uses hash index to find Key which belongs to Value. Value must correctly implement hashCode . Internally is backed by SecondaryTreeMap which uses value hashCode as Secondary key.
| Method Summary | |
|---|---|
K |
findKeyForValue(V val)
Finds first primary key which corresponds to value. |
java.lang.Iterable<K> |
findKeysForValue(V val)
Finds primary keys which corresponds to value. |
| Method Detail |
|---|
K findKeyForValue(V val)
val -
java.lang.Iterable<K> findKeysForValue(V val)
val -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||