Uses of Interface
com.hazelcast.core.ICollection

Packages that use ICollection
com.hazelcast.core   
 

Uses of ICollection in com.hazelcast.core
 

Subinterfaces of ICollection in com.hazelcast.core
 interface IList<E>
           
 interface IQueue<E>
           
 interface ISet<E>
          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.

 



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