Package | Description |
---|---|
org.apache.commons.collections.primitives |
Collections of primitive values.
|
org.apache.commons.collections.primitives.adapters |
Adapters for converting between the
primitive and object based versions of the
collections framework.
|
org.apache.commons.collections.primitives.decorators |
Decorators of primitive collections.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayByteList
An
ByteList backed by an array of byte s. |
class |
RandomAccessByteList
Abstract base class for
ByteList s backed
by random access structures like arrays. |
protected static class |
RandomAccessByteList.RandomAccessByteSubList |
Modifier and Type | Field and Description |
---|---|
static ByteList |
ByteCollections.EMPTY_BYTE_LIST
An unmodifiable, empty ByteList
|
Modifier and Type | Method and Description |
---|---|
static ByteList |
ByteCollections.getEmptyByteList()
Returns an unmodifiable, empty ByteList.
|
static ByteList |
ByteCollections.singletonByteList(byte value)
Returns an unmodifiable ByteList containing only the specified element.
|
ByteList |
ByteList.subList(int fromIndex,
int toIndex)
Returns a view of the elements within me
between the specified fromIndex, inclusive, and
toIndex, exclusive.
|
ByteList |
RandomAccessByteList.subList(int fromIndex,
int toIndex) |
static ByteList |
ByteCollections.unmodifiableByteList(ByteList list)
Returns an unmodifiable version of the given non-null ByteList.
|
Modifier and Type | Method and Description |
---|---|
static ByteList |
ByteCollections.unmodifiableByteList(ByteList list)
Returns an unmodifiable version of the given non-null ByteList.
|
Modifier and Type | Class and Description |
---|---|
class |
ListByteList
|
Modifier and Type | Method and Description |
---|---|
protected ByteList |
ByteListList.getByteList() |
static ByteList |
Adapt.toByteList(List c) |
static ByteList |
ListByteList.wrap(List list)
|
Modifier and Type | Method and Description |
---|---|
static List |
Adapt.toList(ByteList c) |
static List |
ByteListList.wrap(ByteList list)
|
Constructor and Description |
---|
ByteListList(ByteList list)
|
Modifier and Type | Class and Description |
---|---|
class |
UnmodifiableByteList |
Modifier and Type | Method and Description |
---|---|
protected ByteList |
UnmodifiableByteList.getProxiedList() |
static ByteList |
UnmodifiableByteList.wrap(ByteList list) |
Modifier and Type | Method and Description |
---|---|
static ByteList |
UnmodifiableByteList.wrap(ByteList list) |
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.