org.apache.commons.collections.primitives.adapters
final class NonSerializableByteListList extends AbstractByteListList
Constructor and Description |
---|
NonSerializableByteListList(ByteList list)
Creates a
List wrapping
the specified ByteList . |
Modifier and Type | Method and Description |
---|---|
protected ByteList |
getByteList() |
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
private ByteList _list
protected ByteList getByteList()
getByteList
in class AbstractByteListList
Copyright (c) 2002-2003 - Apache Software Foundation