public class SetClientProxy<E> extends CollectionClientProxy<E> implements ISet<E>
Instance.InstanceTypename, proxyHelper| Constructor and Description |
|---|
SetClientProxy(HazelcastClient client,
String name) |
SetClientProxy(ProxyHelper proxyHelper,
String name) |
| Modifier and Type | Method and Description |
|---|---|
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) |
addItemListener, destroy, getId, hashCode, iterator, removeItemListener, size, toStringaddAll, clear, containsAll, isEmpty, removeAll, retainAll, toArray, toArrayclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddItemListener, removeItemListenerpublic SetClientProxy(HazelcastClient client, String name)
public SetClientProxy(ProxyHelper proxyHelper, String name)
public boolean add(E o)
add in interface Collection<E>add in interface Set<E>add in class AbstractCollection<E>public boolean remove(Object o)
remove in interface Collection<E>remove in interface Set<E>remove in class AbstractCollection<E>public boolean contains(Object o)
contains in interface Collection<E>contains in interface Set<E>contains in class AbstractCollection<E>public boolean equals(Object o)
protected Collection<E> getTheCollection()
getTheCollection in class CollectionClientProxy<E>public String getName()
getName in interface ICollection<E>public Instance.InstanceType getInstanceType()
getInstanceType in interface InstanceCopyright © 2014 Hazelcast, Inc.. All Rights Reserved.