|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ByteIterator | |
---|---|
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. |
Uses of ByteIterator in org.apache.commons.collections.primitives |
---|
Subinterfaces of ByteIterator in org.apache.commons.collections.primitives | |
---|---|
interface |
ByteListIterator
A bi-directional iterator over byte values. |
Classes in org.apache.commons.collections.primitives that implement ByteIterator | |
---|---|
protected static class |
RandomAccessByteList.RandomAccessByteListIterator
|
Fields in org.apache.commons.collections.primitives declared as ByteIterator | |
---|---|
static ByteIterator |
ByteCollections.EMPTY_BYTE_ITERATOR
An unmodifiable, empty ByteIterator |
Methods in org.apache.commons.collections.primitives that return ByteIterator | |
---|---|
static ByteIterator |
ByteCollections.getEmptyByteIterator()
Returns an unmodifiable, empty ByteIterator |
ByteIterator |
ByteList.iterator()
Returns an iterator over all my elements,
in the appropriate sequence. |
abstract ByteIterator |
AbstractByteCollection.iterator()
|
ByteIterator |
RandomAccessByteList.iterator()
|
ByteIterator |
ByteCollection.iterator()
Returns an iterator over all my elements. |
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. |
Methods in org.apache.commons.collections.primitives with parameters of type ByteIterator | |
---|---|
static ByteIterator |
ByteCollections.unmodifiableByteIterator(ByteIterator iter)
Returns an unmodifiable version of the given non-null ByteIterator. |
Uses of ByteIterator in org.apache.commons.collections.primitives.adapters |
---|
Classes in org.apache.commons.collections.primitives.adapters that implement ByteIterator | |
---|---|
class |
IteratorByteIterator
Adapts a Number -valued
Iterator
to the ByteIterator
interface. |
class |
ListIteratorByteListIterator
Adapts a Number -valued ListIterator
to the ByteListIterator interface. |
Methods in org.apache.commons.collections.primitives.adapters that return ByteIterator | |
---|---|
static ByteIterator |
Adapt.toByteIterator(java.util.Iterator c)
|
static ByteIterator |
IteratorByteIterator.wrap(java.util.Iterator iterator)
Create an ByteIterator wrapping
the specified Iterator . |
Methods in org.apache.commons.collections.primitives.adapters with parameters of type ByteIterator | |
---|---|
static java.util.Iterator |
Adapt.toIterator(ByteIterator c)
|
static java.util.Iterator |
ByteIteratorIterator.wrap(ByteIterator iterator)
Create an Iterator wrapping
the specified ByteIterator . |
Constructors in org.apache.commons.collections.primitives.adapters with parameters of type ByteIterator | |
---|---|
ByteIteratorIterator(ByteIterator iterator)
Creates an Iterator wrapping
the specified ByteIterator . |
Uses of ByteIterator in org.apache.commons.collections.primitives.adapters.io |
---|
Classes in org.apache.commons.collections.primitives.adapters.io that implement ByteIterator | |
---|---|
class |
InputStreamByteIterator
Adapts an InputStream to the ByteIterator interface. |
Methods in org.apache.commons.collections.primitives.adapters.io that return ByteIterator | |
---|---|
static ByteIterator |
InputStreamByteIterator.adapt(java.io.InputStream in)
|
Methods in org.apache.commons.collections.primitives.adapters.io with parameters of type ByteIterator | |
---|---|
static java.io.InputStream |
ByteIteratorInputStream.adapt(ByteIterator in)
|
Constructors in org.apache.commons.collections.primitives.adapters.io with parameters of type ByteIterator | |
---|---|
ByteIteratorInputStream(ByteIterator in)
|
Uses of ByteIterator in org.apache.commons.collections.primitives.decorators |
---|
Classes in org.apache.commons.collections.primitives.decorators that implement ByteIterator | |
---|---|
class |
UnmodifiableByteIterator
|
class |
UnmodifiableByteListIterator
|
Methods in org.apache.commons.collections.primitives.decorators that return ByteIterator | |
---|---|
protected ByteIterator |
UnmodifiableByteIterator.getIterator()
|
static ByteIterator |
UnmodifiableByteIterator.wrap(ByteIterator iterator)
|
Methods in org.apache.commons.collections.primitives.decorators with parameters of type ByteIterator | |
---|---|
static ByteIterator |
UnmodifiableByteIterator.wrap(ByteIterator iterator)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |