public class SetClientProxy<E> extends CollectionClientProxy<E> implements ISet<E>
Instance.InstanceType
name, 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()
Returns instance type such as map, set, list, lock, topic, multimap, id generator
|
String |
getName()
Returns the name of this collection
|
protected Collection<E> |
getTheCollection() |
boolean |
remove(Object o) |
addItemListener, destroy, getId, hashCode, iterator, removeItemListener, size, toString
addAll, clear, containsAll, isEmpty, removeAll, retainAll, toArray, toArray
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addItemListener, removeItemListener
public 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()
ICollection
getName
in interface ICollection<E>
public Instance.InstanceType getInstanceType()
Instance
getInstanceType
in interface Instance
Copyright © 2013 Hazelcast, Inc.. All rights reserved.