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

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

Introduction

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

The text is from its open source code.

Constructor

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