public interface ISet<E> extends Set<E>, ICollection<E>
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.add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
addItemListener, getName, removeItemListener
destroy, getPartitionKey, getServiceName
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.