| Package | Description | 
|---|---|
| com.hazelcast.core | 
 Provides core API interfaces/classes. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
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 © 2017 Hazelcast, Inc.. All Rights Reserved.