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

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

Introduction

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

The text is from its open source code.

Subclass

org.apache.commons.collections.list.TreeList has subclasses.
Click this link to see all its subclasses.

Constructor

TreeList()
Constructs a new empty list.
TreeList(Collection coll)
Constructs a new empty list that copies the specified list.

Method

booleanadd(E e)
Appends the specified element to the end of this list (optional operation).