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.adapters.io |
Adapters for converting between
primitive collections and Java I/O classes.
|
org.apache.commons.collections.primitives.decorators |
Decorators of primitive collections.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ByteListIterator
A bi-directional iterator over
byte values. |
Modifier and Type | Class and Description |
---|---|
protected static class |
RandomAccessByteList.RandomAccessByteListIterator |
Modifier and Type | Field and Description |
---|---|
static ByteIterator |
ByteCollections.EMPTY_BYTE_ITERATOR
An unmodifiable, empty ByteIterator
|
Modifier and Type | Method and Description |
---|---|
static ByteIterator |
ByteCollections.getEmptyByteIterator()
Returns an unmodifiable, empty ByteIterator
|
abstract ByteIterator |
AbstractByteCollection.iterator() |
ByteIterator |
ByteList.iterator()
Returns an
iterator over all my elements,
in the appropriate sequence. |
ByteIterator |
ByteCollection.iterator()
Returns an
iterator over all my elements. |
ByteIterator |
RandomAccessByteList.iterator() |
static ByteIterator |
ByteCollections.singletonByteIterator(byte value)
Returns an unmodifiable ByteIterator containing only the specified element.
|
static ByteIterator |
ByteCollections.unmodifiableByteIterator(ByteIterator iter)
Returns an unmodifiable version of the given non-null ByteIterator.
|
Modifier and Type | Method and Description |
---|---|
static ByteIterator |
ByteCollections.unmodifiableByteIterator(ByteIterator iter)
Returns an unmodifiable version of the given non-null ByteIterator.
|
Modifier and Type | Class and Description |
---|---|
class |
IteratorByteIterator
|
class |
ListIteratorByteListIterator
|
Modifier and Type | Method and Description |
---|---|
static ByteIterator |
Adapt.toByteIterator(Iterator c) |
static ByteIterator |
IteratorByteIterator.wrap(Iterator iterator)
Create an
ByteIterator wrapping
the specified Iterator . |
Modifier and Type | Method and Description |
---|---|
static Iterator |
Adapt.toIterator(ByteIterator c) |
static Iterator |
ByteIteratorIterator.wrap(ByteIterator iterator)
Create an
Iterator wrapping
the specified ByteIterator . |
Constructor and Description |
---|
ByteIteratorIterator(ByteIterator iterator)
Creates an
Iterator wrapping
the specified ByteIterator . |
Modifier and Type | Class and Description |
---|---|
class |
InputStreamByteIterator
Adapts an
InputStream to the ByteIterator interface. |
Modifier and Type | Method and Description |
---|---|
static ByteIterator |
InputStreamByteIterator.adapt(InputStream in) |
Modifier and Type | Method and Description |
---|---|
static InputStream |
ByteIteratorInputStream.adapt(ByteIterator in) |
Constructor and Description |
---|
ByteIteratorInputStream(ByteIterator in) |
Modifier and Type | Class and Description |
---|---|
class |
UnmodifiableByteIterator |
class |
UnmodifiableByteListIterator |
Modifier and Type | Method and Description |
---|---|
protected ByteIterator |
UnmodifiableByteIterator.getIterator() |
static ByteIterator |
UnmodifiableByteIterator.wrap(ByteIterator iterator) |
Modifier and Type | Method and Description |
---|---|
static ByteIterator |
UnmodifiableByteIterator.wrap(ByteIterator iterator) |
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.