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

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

Introduction

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

The text is from its open source code.

Method

booleanadd(long element)
Appends the specified element to the end of me (optional operation).
booleancontains(long element)
Returns true iff I contain the specified element.
long[]toArray()
Returns an array containing all of my elements.