|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.fc.collections.WTKeyedHashMap.WTKeyedEntry
wt.fc.collections.WTValuedHashMap.DefaultWTValuedEntry
Field Summary | |
(package private) WTReference |
key
|
(package private) Object |
value
|
Constructor Summary | |
(package private) |
WTValuedHashMap.DefaultWTValuedEntry(WTReference r)
|
Method Summary | |
(package private) WTReference |
connectKey(WTReference new_key)
|
(package private) WTReference |
connectValue(WTReference new_value)
|
boolean |
equals(Object o)
|
Object |
getKey()
|
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()
|
QueryKey |
getQueryKey()
|
WTReference |
getReference()
|
Object |
getValue()
|
Persistable |
getValueAsPersistable()
Get a Persistable view of this entry's value. |
QueryKey |
getValueAsQueryKey()
Get a QueryKey view of this entry's value. |
WTReference |
getValueAsReference()
Get a WTReference view of this entry's value. |
int |
hashCode()
|
Object |
setValue(Object o)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface wt.fc.collections.WTKeyedMap.WTEntry |
getKeyAsPersistable, getKeyAsQueryKey, getKeyAsReference, getPersistable, getQueryKey, getReference |
Methods inherited from interface java.util.Map.Entry |
equals, getKey, hashCode |
Field Detail |
WTReference key
Object value
Constructor Detail |
WTValuedHashMap.DefaultWTValuedEntry(WTReference r)
Method Detail |
public Object getValue()
getValue
in interface Map.Entry
getValue
in class WTKeyedHashMap.WTKeyedEntry
public Object setValue(Object o)
setValue
in interface Map.Entry
setValue
in class WTKeyedHashMap.WTKeyedEntry
public Persistable getValueAsPersistable() throws WTException
WTValuedMap.WTValuedEntry
getValueAsPersistable
in interface WTValuedMap.WTValuedEntry
WTException
public QueryKey getValueAsQueryKey()
WTValuedMap.WTValuedEntry
getValueAsQueryKey
in interface WTValuedMap.WTValuedEntry
public WTReference getValueAsReference()
WTValuedMap.WTValuedEntry
getValueAsReference
in interface WTValuedMap.WTValuedEntry
WTReference connectValue(WTReference new_value)
public Object getKey()
getKey
in interface Map.Entry
public Persistable getKeyAsPersistable() throws WTException
WTKeyedMap.WTEntry
getKeyAsPersistable
in interface WTKeyedMap.WTEntry
WTException
public QueryKey getKeyAsQueryKey()
WTKeyedMap.WTEntry
getKeyAsQueryKey
in interface WTKeyedMap.WTEntry
public WTReference getKeyAsReference()
WTKeyedMap.WTEntry
getKeyAsReference
in interface WTKeyedMap.WTEntry
public Persistable getPersistable() throws WTException
getPersistable
in interface WTKeyedMap.WTEntry
WTException
public QueryKey getQueryKey()
getQueryKey
in interface WTKeyedMap.WTEntry
public WTReference getReference()
getReference
in interface WTKeyedMap.WTEntry
public boolean equals(Object o)
equals
in interface Map.Entry
public int hashCode()
hashCode
in interface Map.Entry
WTReference connectKey(WTReference new_key)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |