| Package | Description | 
|---|---|
| com.hazelcast.client.proxy | 
 This package contains client side proxy implementations of the different Hazelcast data structures
 and operation types 
 | 
| com.hazelcast.collection.impl.list | 
 This package contains IList functionality for Hazelcast. 
 | 
| com.hazelcast.collection.impl.queue | |
| com.hazelcast.collection.impl.set | 
 This package contains ISet functionality for Hazelcast. 
 | 
| com.hazelcast.core | 
 Provides core API interfaces/classes. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ClientListProxy<E>
Proxy implementation of  
IList. | 
class  | 
ClientQueueProxy<E>
Proxy implementation of  
IQueue. | 
class  | 
ClientSetProxy<E>
Proxy implementation of  
ISet. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ListProxyImpl<E>  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
QueueProxyImpl<E>
Proxy implementation for the Queue. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SetProxyImpl<E>  | 
| Modifier and Type | Interface and Description | 
|---|---|
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. | 
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.