Adapts an
ByteList ByteList to the
List List interface.
This implementation delegates most methods
to the provided
ByteList ByteList
implementation in the "obvious" way.
since: Commons Primitives 1.0 version: $Revision: 1.3 $ $Date: 2003/10/16 20:49:38 $ author: Rodney Waldhoff
Create a
List List wrapping
the specified
ByteList ByteList . When
the given list is null,
returns null.
Parameters: list - the (possibly null) ByteList ByteList to wrap a List List wrapping the given list, or null when list isnull.
Methods inherited from org.apache.commons.collections.primitives.adapters.AbstractByteListList