public class ListClientProxy<E> extends CollectionClientProxy<E> implements IList<E>
Instance.InstanceTypename, proxyHelper| Constructor and Description |
|---|
ListClientProxy(HazelcastClient hazelcastClient,
String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(E o) |
void |
add(int index,
E element) |
boolean |
addAll(int index,
Collection<? extends E> c) |
boolean |
contains(Object o) |
boolean |
equals(Object o) |
E |
get(int index) |
Instance.InstanceType |
getInstanceType() |
String |
getName() |
protected Collection<E> |
getTheCollection() |
int |
indexOf(Object o) |
int |
lastIndexOf(Object o) |
ListIterator<E> |
listIterator() |
ListIterator<E> |
listIterator(int index) |
E |
remove(int index) |
boolean |
remove(Object o) |
E |
set(int index,
E element) |
List<E> |
subList(int fromIndex,
int toIndex) |
addItemListener, destroy, getId, hashCode, iterator, removeItemListener, size, toStringaddAll, clear, containsAll, isEmpty, removeAll, retainAll, toArray, toArrayclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddItemListener, removeItemListenerpublic ListClientProxy(HazelcastClient hazelcastClient, String name)
public boolean add(E o)
add in interface Collection<E>add in interface List<E>add in class AbstractCollection<E>public boolean remove(Object o)
remove in interface Collection<E>remove in interface List<E>remove in class AbstractCollection<E>public boolean contains(Object o)
contains in interface Collection<E>contains in interface List<E>contains in class AbstractCollection<E>public boolean equals(Object o)
protected Collection<E> getTheCollection()
getTheCollection in class CollectionClientProxy<E>public String getName()
getName in interface ICollection<E>public Instance.InstanceType getInstanceType()
getInstanceType in interface Instancepublic 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.