Uses of Interface
com.hazelcast.core.IList

Packages that use IList
com.hazelcast.client   
com.hazelcast.core Provides core API interfaces/classes. 
com.hazelcast.jmx Contains Hazelcast MBean classes. 
 

Uses of IList in com.hazelcast.client
 

Methods in com.hazelcast.client that return IList
<E> IList<E>
HazelcastClientProxy.getList(String name)
           
<E> IList<E>
HazelcastClient.getList(String name)
           
 

Uses of IList in com.hazelcast.core
 

Methods in com.hazelcast.core that return IList
<E> IList<E>
HazelcastInstance.getList(String name)
          Returns the distributed list instance with the specified name.
 

Uses of IList in com.hazelcast.jmx
 

Constructors in com.hazelcast.jmx with parameters of type IList
ListMBean(IList<?> managedObject, ManagementService service)
           
 



Copyright © 2013 Hazelcast, Inc.. All Rights Reserved.