com.hazelcast.core
Interface IList<E>

All Superinterfaces:
Collection<E>, ICollection<E>, Instance, Iterable<E>, List<E>

public interface IList<E>
extends ICollection<E>, List<E>, Instance


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.hazelcast.core.Instance
Instance.InstanceType
 
Method Summary
 
Methods inherited from interface com.hazelcast.core.ICollection
addItemListener, getName, removeItemListener
 
Methods inherited from interface com.hazelcast.core.Instance
destroy, getId, getInstanceType
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 



Copyright © 2008-2012 Hazelcast, Inc. All Rights Reserved.