Removed Methods
|
boolean add(E )
|
|
boolean addAll(Collection<? extends E> )
|
|
void clear()
|
|
boolean contains(Object )
|
|
boolean containsAll(Collection<?> )
|
|
boolean equals(Object )
|
|
int hashCode()
|
|
boolean isEmpty()
|
|
Iterator<E> iterator()
|
|
boolean remove(Object )
|
|
boolean removeAll(Collection<?> )
|
|
boolean retainAll(Collection<?> )
|
|
int size()
|
|
T[] toArray(T[] )
|
|
Object[] toArray()
|
|