com.hazelcast.query
Class EntryKeyObject<T>

java.lang.Object
  extended by com.hazelcast.query.EntryKeyObject<T>
All Implemented Interfaces:
Expression<T>, Serializable

public class EntryKeyObject<T>
extends Object
implements Expression<T>, Serializable

See Also:
Serialized Form

Constructor Summary
EntryKeyObject()
           
 
Method Summary
 T getValue(Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntryKeyObject

public EntryKeyObject()
Method Detail

getValue

public T getValue(Object obj)
Specified by:
getValue in interface Expression<T>


Copyright © 2008-2012 Hazelcast, Inc. All Rights Reserved.