JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
com.hazelcast.collection.ICollection
Packages that use
ICollection
Package
Description
com.hazelcast.collection
This package contains classes to support the collection API.
Uses of
ICollection
in
com.hazelcast.collection
Subinterfaces of
ICollection
in
com.hazelcast.collection
Modifier and Type
Interface
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