com.hazelcast.client
Class SetClientProxy<E>
java.lang.Object
java.util.AbstractCollection<E>
com.hazelcast.client.CollectionClientProxy<E>
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>
| Methods inherited from interface java.util.Set |
addAll, clear, containsAll, hashCode, isEmpty, iterator, removeAll, retainAll, size, toArray, toArray |
SetClientProxy
public SetClientProxy(HazelcastClient client,
String name)
SetClientProxy
public SetClientProxy(ProxyHelper proxyHelper,
String name)
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.