|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Allows access to the keys in the entry in either Persistable, WTReference, or QueryKey forms
Method Summary | |
Persistable |
getKeyAsPersistable()
Get a Persistable view of this entry's key. |
QueryKey |
getKeyAsQueryKey()
Get a QueryKey view of this entry's key. |
WTReference |
getKeyAsReference()
Get a WTReference view of this entry's key. |
Persistable |
getPersistable()
Deprecated. Replaced by getKeyAsPersistable() |
QueryKey |
getQueryKey()
Deprecated. Replaced by getKeyAsQueryKey() |
WTReference |
getReference()
Deprecated. Replaced by getKeyAsReference() |
Methods inherited from interface java.util.Map.Entry |
equals, getKey, getValue, hashCode, setValue |
Method Detail |
public Persistable getPersistable() throws WTException
WTException
public WTReference getReference()
public QueryKey getQueryKey()
public Persistable getKeyAsPersistable() throws WTException
WTException
public QueryKey getKeyAsQueryKey()
public WTReference getKeyAsReference()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |