com.hazelcast.core
Interface ISet<E>

All Superinterfaces:
Collection<E>, ICollection<E>, Instance, Iterable<E>, Set<E>

public interface ISet<E>
extends ICollection<E>, Set<E>, Instance

Concurrent, Distributed Set

This class is not a general-purpose Set implementation! While this class implements the Set interface, it intentionally violates Set's general contract, which mandates the use of the equals method when comparing objects. Instead of the equals method this implementation compares the serialized byte version of the objects.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.hazelcast.core.Instance
Instance.InstanceType
 
Method Summary
 
Methods inherited from interface com.hazelcast.core.ICollection
addItemListener, getName, removeItemListener
 
Methods inherited from interface com.hazelcast.core.Instance
destroy, getId, getInstanceType
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 



Copyright © 2008-2012 Hazel Ltd. All Rights Reserved.