public final class ByteListList extends AbstractByteListList implements java.io.Serializable
ByteList
to the
List
interface.
This implementation delegates most methods
to the provided ByteList
implementation in the "obvious" way.Constructor and Description |
---|
ByteListList(ByteList list)
Creates a
List wrapping
the specified ByteList . |
Modifier and Type | Method and Description |
---|---|
protected ByteList |
getByteList() |
static java.util.List |
wrap(ByteList list)
Create a
List wrapping
the specified ByteList . |
add, addAll, equals, get, getByteCollection, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, set, subList
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
private ByteList _list
public static java.util.List wrap(ByteList list)
list
- the (possibly null
)
ByteList
to wrapList
wrapping the given
list, or null
when list is
null
.protected ByteList getByteList()
getByteList
in class AbstractByteListList
Copyright (c) 2002-2003 - Apache Software Foundation