com.hazelcast.core
Interface IList<E>

Type Parameters:
E -
All Superinterfaces:
Collection<E>, DistributedObject, ICollection<E>, Iterable<E>, List<E>

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

Concurrent, distributed implementation of List

See Also:
List

Method Summary
 
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
 
Methods inherited from interface com.hazelcast.core.ICollection
addItemListener, getName, removeItemListener
 
Methods inherited from interface com.hazelcast.core.DistributedObject
destroy, getId, getPartitionKey, getServiceName
 



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