Java org.apache.commons.collections FastArrayList fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.collections FastArrayList fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.collections FastArrayList.

The text is from its open source code.

Constructor

FastArrayList()
Construct a an empty list.

Method

booleanadd(Object element)
Appends the specified element to the end of this list.
Iteratoriterator()
Return an iterator over the elements in this list in proper sequence.
voidsetFast(boolean fast)
Sets whether this list will operate in fast mode.