E
- type of classpublic class ClientList<E> extends AbstractList<E>
modCount
Constructor and Description |
---|
ClientList() |
ClientList(Collection<E> c) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(E element) |
void |
add(int index,
E element) |
boolean |
contains(Object o) |
E |
get(int index) |
E |
remove(int index) |
boolean |
remove(Object o) |
int |
size() |
addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, set, subList
addAll, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, containsAll, isEmpty, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
@ConstructorProperties(value="") public ClientList()
@ConstructorProperties(value="c") public ClientList(Collection<E> c)
public boolean add(E element)
add
in interface Collection<E>
add
in interface List<E>
add
in class AbstractList<E>
public void add(int index, E element)
public E remove(int index)
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 int size()
size
in interface Collection<E>
size
in interface List<E>
size
in class AbstractCollection<E>
Copyright © 2006-2012 The Red5 Project