Uses of Interface
com.hazelcast.core.ICollection

Packages that use ICollection
com.hazelcast.core Provides core API interfaces/classes. 
 

Uses of ICollection in com.hazelcast.core
 

Subinterfaces of ICollection in com.hazelcast.core
 interface IList<E>
          Concurrent, distributed implementation of List
 interface IQueue<E>
          Concurrent, blocking, distributed, observable queue.
 interface ISet<E>
          Concurrent, distributed implementation of 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 © 2014 Hazelcast, Inc.. All Rights Reserved.