public class IdentityArrayList<E> extends ArrayList<E> implements IdentityList<E>
IdentityListmodCount| Constructor and Description |
|---|
IdentityArrayList() |
IdentityArrayList(Collection<? extends E> collection) |
IdentityArrayList(int initialCapacity) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(Object object) |
int |
indexOf(Object object) |
int |
lastIndexOf(Object object) |
add, add, addAll, addAll, clear, clone, ensureCapacity, forEach, get, isEmpty, iterator, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitadd, add, addAll, addAll, clear, containsAll, equals, get, hashCode, isEmpty, iterator, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streampublic IdentityArrayList()
public IdentityArrayList(Collection<? extends E> collection)
public IdentityArrayList(int initialCapacity)
public boolean contains(Object object)
public int indexOf(Object object)
public int lastIndexOf(Object object)
lastIndexOf in interface List<E>lastIndexOf in class ArrayList<E>Copyright © 2018. All rights reserved.