public class ClientListProxy<E> extends AbstractClientCollectionProxy<E> implements IList<E>
partitionKey| Constructor and Description | 
|---|
ClientListProxy(String serviceName,
               String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
add(int index,
   E element)  | 
boolean | 
addAll(int index,
      Collection<? extends E> c)  | 
E | 
get(int index)  | 
int | 
indexOf(Object o)  | 
int | 
lastIndexOf(Object o)  | 
ListIterator<E> | 
listIterator()  | 
ListIterator<E> | 
listIterator(int index)  | 
E | 
remove(int index)  | 
E | 
set(int index,
   E element)  | 
List<E> | 
subList(int fromIndex,
       int toIndex)  | 
String | 
toString()  | 
add, addAll, addItemListener, clear, contains, containsAll, invoke, isEmpty, iterator, remove, removeAll, removeItemListener, retainAll, size, toArray, toArraydestroy, equals, getContext, getId, getName, getPartitionKey, getServiceName, hashCode, invoke, invoke, invokeInterruptibly, listen, listen, onDestroy, onInitialize, onShutdown, setContext, stopListening, throwExceptionIfNull, toData, toObjectclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArrayaddItemListener, getName, removeItemListenerdestroy, getId, getPartitionKey, getServiceNamepublic boolean addAll(int index,
             Collection<? extends E> c)
public int lastIndexOf(Object o)
lastIndexOf in interface List<E>public ListIterator<E> listIterator()
listIterator in interface List<E>public ListIterator<E> listIterator(int index)
listIterator in interface List<E>Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.