Example usage for Java java.util AbstractCollection fields, constructors, methods, implement or subclass
The text is from its open source code.
AbstractCollection() Sole constructor. |
boolean | add(E e) |
Iterator | iterator() Returns an iterator over the elements contained in this collection. |
T[] | toArray(T[] a) |