edu.emory.mathcs.backport.java.util

Class AbstractCollection

public abstract class AbstractCollection extends AbstractCollection

Overrides toArray() and toArray(Object[]) in AbstractCollection to provide implementations valid for concurrent collections.

Author: Doug Lea Dawid Kurzyniec

Constructor Summary
protected AbstractCollection()
Sole constructor.
Method Summary
Object[]toArray()
Object[]toArray(Object[] a)

Constructor Detail

AbstractCollection

protected AbstractCollection()
Sole constructor. (For invocation by subclass constructors, typically implicit.)

Method Detail

toArray

public Object[] toArray()

toArray

public Object[] toArray(Object[] a)