org.jpox.util
Interface ReferenceValueMap.ValueReference
- Enclosing interface:
- ReferenceValueMap
- public static interface ReferenceValueMap.ValueReference
References returned by newValueReference
must implement
this interface to provide the corresponding map key for the value.
Method Summary |
java.lang.Object |
getKey()
Returns the key associated with the value referenced by this
Reference object. |
getKey
public java.lang.Object getKey()
- Returns the key associated with the value referenced by this
Reference
object.
- Returns:
- The Key
Copyright © -2007 . All Rights Reserved.