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