com.hazelcast.client.proxy
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, toArray
destroy, equals, getClient, getContext, getId, getName, getPartitionKey, getServiceName, hashCode, invoke, invoke, invokeInterruptibly, listen, listen, onDestroy, onInitialize, onShutdown, setContext, stopListening, throwExceptionIfNull, toData, toObject
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
addItemListener, getName, removeItemListener
destroy, getId, getPartitionKey, getServiceName
public 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 © 2015 Hazelcast, Inc.. All Rights Reserved.