E
- Type of items in listpublic class ArrayWrappingList<E> extends AbstractList<E>
modCount
Constructor and Description |
---|
ArrayWrappingList(E[] array) |
Modifier and Type | Method and Description |
---|---|
E |
get(int index) |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
public ArrayWrappingList(E[] array)
public E get(int index)
get
in interface List<E>
get
in class AbstractList<E>
AbstractList.get(int)
public int size()
size
in interface Collection<E>
size
in interface List<E>
size
in class AbstractCollection<E>
AbstractCollection.size()
Copyright © 2013- Suresh Mahalingam. All Rights Reserved.