Uses of Interface
com.hazelcast.core.ICollection

Packages that use ICollection
com.hazelcast.client.proxy This package contains client side proxy implementations of the different Hazelcast data structures and operation types 
com.hazelcast.collection.list This package contains IList functionality for Hazelcast.
 
com.hazelcast.collection.set This package contains ISet functionality for Hazelcast.
 
com.hazelcast.core Provides core API interfaces/classes. 
com.hazelcast.queue.impl.proxy This package contains the IQueue proxies.
 
 

Uses of ICollection in com.hazelcast.client.proxy
 

Classes in com.hazelcast.client.proxy that implement ICollection
 class AbstractClientCollectionProxy<E>
           
 class ClientListProxy<E>
           
 class ClientQueueProxy<E>
           
 class ClientSetProxy<E>
           
 

Uses of ICollection in com.hazelcast.collection.list
 

Classes in com.hazelcast.collection.list that implement ICollection
 class ListProxyImpl<E>
           
 

Uses of ICollection in com.hazelcast.collection.set
 

Classes in com.hazelcast.collection.set that implement ICollection
 class SetProxyImpl<E>
           
 

Uses of ICollection in com.hazelcast.core
 

Subinterfaces of ICollection in com.hazelcast.core
 interface IList<E>
          Concurrent, distributed implementation of List The Hazelcast IList is not a partitioned data-structure.
 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.

 

Uses of ICollection in com.hazelcast.queue.impl.proxy
 

Classes in com.hazelcast.queue.impl.proxy that implement ICollection
 class QueueProxyImpl<E>
          Proxy implementation for the Queue.
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.