com.hazelcast.client
Class SetClientProxy<E>

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by com.hazelcast.client.CollectionClientProxy<E>
          extended by com.hazelcast.client.SetClientProxy<E>
All Implemented Interfaces:
ICollection<E>, Instance, ISet<E>, Iterable<E>, Collection<E>, Set<E>

public class SetClientProxy<E>
extends CollectionClientProxy<E>
implements ISet<E>


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.hazelcast.core.Instance
Instance.InstanceType
 
Field Summary
 
Fields inherited from class com.hazelcast.client.CollectionClientProxy
name, proxyHelper
 
Constructor Summary
SetClientProxy(HazelcastClient client, String name)
           
SetClientProxy(ProxyHelper proxyHelper, String name)
           
 
Method Summary
 boolean add(E o)
           
 boolean contains(Object o)
           
 boolean equals(Object o)
           
 Instance.InstanceType getInstanceType()
           
 String getName()
           
protected  Collection<E> getTheCollection()
           
 boolean remove(Object o)
           
 
Methods inherited from class com.hazelcast.client.CollectionClientProxy
addItemListener, destroy, getId, hashCode, iterator, removeItemListener, size, toString
 
Methods inherited from class java.util.AbstractCollection
addAll, clear, containsAll, isEmpty, removeAll, retainAll, toArray, toArray
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.hazelcast.core.ICollection
addItemListener, removeItemListener
 
Methods inherited from interface com.hazelcast.core.Instance
destroy, getId
 
Methods inherited from interface java.util.Set
addAll, clear, containsAll, hashCode, isEmpty, iterator, removeAll, retainAll, size, toArray, toArray
 

Constructor Detail

SetClientProxy

public SetClientProxy(HazelcastClient client,
                      String name)

SetClientProxy

public SetClientProxy(ProxyHelper proxyHelper,
                      String name)
Method Detail

add

public boolean add(E o)
Specified by:
add in interface Collection<E>
Specified by:
add in interface Set<E>
Overrides:
add in class AbstractCollection<E>

remove

public boolean remove(Object o)
Specified by:
remove in interface Collection<E>
Specified by:
remove in interface Set<E>
Overrides:
remove in class AbstractCollection<E>

contains

public boolean contains(Object o)
Specified by:
contains in interface Collection<E>
Specified by:
contains in interface Set<E>
Overrides:
contains in class AbstractCollection<E>

equals

public boolean equals(Object o)
Specified by:
equals in interface Collection<E>
Specified by:
equals in interface Set<E>
Overrides:
equals in class Object

getTheCollection

protected Collection<E> getTheCollection()
Specified by:
getTheCollection in class CollectionClientProxy<E>

getName

public String getName()
Specified by:
getName in interface ICollection<E>

getInstanceType

public Instance.InstanceType getInstanceType()
Specified by:
getInstanceType in interface Instance


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