com.hazelcast.map.impl
Class MapRecordKey

java.lang.Object
  extended by com.hazelcast.map.impl.MapRecordKey

public class MapRecordKey
extends Object


Constructor Summary
MapRecordKey(String mapName, Data key)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapRecordKey

public MapRecordKey(String mapName,
                    Data key)
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.