public class NoRepeatArrayList extends ArrayList
modCount| Constructor and Description |
|---|
NoRepeatArrayList() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
Object object) |
boolean |
add(Object object) |
boolean |
addAll(Collection values) |
boolean |
addAll(int index,
Collection values) |
clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodepublic void add(int index,
Object object)
public boolean add(Object object)
public boolean addAll(Collection values)
public boolean addAll(int index,
Collection values)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.