com.triactive.jdo.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.
 

Method Detail

getKey

public java.lang.Object getKey()
Returns the key associated with the value referenced by this Reference object.



Copyright © 2001 TriActive, Inc. All Rights Reserved.