Class TByteListDecorator

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

public class TByteListDecorator extends AbstractList<Byte> implements List<Byte>, Externalizable, Cloneable
Wrapper class to make a TByteList conform to the java.util.List API. This class simply decorates an underlying TByteList 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: