Uses of Interface
com.hazelcast.collection.IList
Package | Description |
---|---|
com.hazelcast.client.console |
This package contains ClientConsoleApp
|
com.hazelcast.console |
This package contains classes related to ConsoleApp
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
-
Uses of IList in com.hazelcast.client.console
Methods in com.hazelcast.client.console that return IList Modifier and Type Method Description IList<Object>
ClientConsoleApp. getList()
-
Uses of IList in com.hazelcast.console
Methods in com.hazelcast.console that return IList Modifier and Type Method Description IList<Object>
ConsoleApp. getList()
-
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.