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

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

Introduction

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

The text is from its open source code.

Constructor

ArrayCharList(int initialCapacity)
Construct an empty list with the given initial capacity.
ArrayCharList(CharCollection that)
Constructs a list containing the elements of the given collection, in the order they are returned by that collection's iterator.
ArrayCharList(char[] array)
Constructs a list by copying the specified array.
ArrayCharList()
Construct an empty list with the default initial capacity.