JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
com.hazelcast.collection.IList
Packages that use
IList
Package
Description
com.hazelcast.core
Provides core API interfaces/classes.
Uses of
IList
in
com.hazelcast.core
Methods in
com.hazelcast.core
that return
IList
Modifier and Type
Method
Description
<E>
IList
<E>
HazelcastInstance.
getList
(
String
name)
Creates or returns the distributed list instance with the specified name.