| Klasse java.util.AbstractCollection | 1.2 |
java.lang.Object | +--java.util.AbstractCollection
| Methoden | |
|---|---|
| public boolean | add(Object o) |
| public boolean | addAll(Collection c) |
| public void | clear() |
| public boolean | contains(Object o) |
| public boolean | containsAll(Collection c) |
| public boolean | isEmpty() |
| public abstract Iterator | iterator() |
| public boolean | remove(Object o) |
| public boolean | removeAll(Collection c) |
| public boolean | retainAll(Collection c) |
| public abstract int | size() |
| public Object[] | toArray() |
| public Object[] | toArray(Object[] a) |
| public String | toString() |