|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.commons.collections.primitives.adapters.AbstractByteCollectionCollection
org.apache.commons.collections.primitives.adapters.AbstractByteListList
org.apache.commons.collections.primitives.adapters.ByteListList
public final class ByteListList
Adapts an ByteList to the
List interface.
ByteList
implementation in the "obvious" way.
| Field Summary | |
|---|---|
private ByteList |
_list
|
| Constructor Summary | |
|---|---|
ByteListList(ByteList list)
Creates a List wrapping
the specified ByteList. |
|
| Method Summary | |
|---|---|
protected ByteList |
getByteList()
|
static java.util.List |
wrap(ByteList list)
Create a List wrapping
the specified ByteList. |
| Methods inherited from class org.apache.commons.collections.primitives.adapters.AbstractByteListList |
|---|
add, addAll, equals, get, getByteCollection, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, set, subList |
| Methods inherited from class org.apache.commons.collections.primitives.adapters.AbstractByteCollectionCollection |
|---|
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
|---|
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| Field Detail |
|---|
private ByteList _list
| Constructor Detail |
|---|
public ByteListList(ByteList list)
List wrapping
the specified ByteList.
wrap(org.apache.commons.collections.primitives.ByteList)| Method Detail |
|---|
public static java.util.List wrap(ByteList list)
List wrapping
the specified ByteList. When
the given list is null,
returns null.
list - the (possibly null)
ByteList to wrap
List wrapping the given
list, or null when list is
null.protected ByteList getByteList()
getByteList in class AbstractByteListList
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||