Class TLongListDecorator

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<Long>
gnu.trove.decorator.TLongListDecorator
All Implemented Interfaces:
Externalizable, Serializable, Cloneable, Iterable<Long>, Collection<Long>, List<Long>

public class TLongListDecorator extends AbstractList<Long> implements List<Long>, Externalizable, Cloneable
Wrapper class to make a TLongList conform to the java.util.List API. This class simply decorates an underlying TLongList and translates the Object-based APIs into their Trove primitive analogs.

Note that wrapping and unwrapping primitive values is extremely inefficient. If possible, users of this class should override the appropriate methods in this class and use a table of canonical values.

See Also: