com.hazelcast.client.impl
Class CollectionWrapper<K>

java.lang.Object
  extended by com.hazelcast.client.impl.CollectionWrapper<K>
All Implemented Interfaces:
DataSerializable, Serializable

public class CollectionWrapper<K>
extends Object
implements DataSerializable

See Also:
Serialized Form

Constructor Summary
CollectionWrapper()
           
 
Method Summary
 void addKey(byte[] obj)
           
 Collection<K> getKeys()
           
 void readData(DataInput in)
           
 void setKeys(Set<K> keys)
           
 void writeData(DataOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionWrapper

public CollectionWrapper()
Method Detail

readData

public void readData(DataInput in)
              throws IOException
Specified by:
readData in interface DataSerializable
Throws:
IOException

writeData

public void writeData(DataOutput out)
               throws IOException
Specified by:
writeData in interface DataSerializable
Throws:
IOException

getKeys

public Collection<K> getKeys()

setKeys

public void setKeys(Set<K> keys)

addKey

public void addKey(byte[] obj)


Copyright © 2012 Hazel Bilisim Ltd.. All Rights Reserved.