edu.emory.mathcs.backport.java.util

Class AbstractList


public abstract class AbstractList
extends java.util.AbstractList

Overrides toArray() and toArray(Object[]) in AbstractCollection to provide implementations valid for concurrent lists.
Authors:
Doug Lea
Dawid Kurzyniec

Constructor Summary

AbstractList()
Sole constructor.

Method Summary

Object[]
toArray()
Object[]
toArray(Object[] a)

Constructor Details

AbstractList

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

Method Details

toArray

public Object[] toArray()

toArray

public Object[] toArray(Object[] a)