Java java.util AbstractCollection fields, constructors, methods, implement or subclass

Example usage for Java java.util AbstractCollection fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.util AbstractCollection.

The text is from its open source code.

Subclass

java.util.AbstractCollection has subclasses.
Click this link to see all its subclasses.

Constructor

AbstractCollection()
Sole constructor.

Method

booleanadd(E e)
Iteratoriterator()
Returns an iterator over the elements contained in this collection.
T[]toArray(T[] a)