Uses of Interface
org.apache.commons.collections.primitives.ByteIterator

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.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.
static ByteIterator ByteCollections.getEmptyByteIterator()
          Returns an unmodifiable, empty ByteIterator
 ByteIterator RandomAccessByteList.iterator()
           
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.
 

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 IteratorByteIterator.wrap(Iterator iterator)
          Create an ByteIterator wrapping the specified Iterator.
 

Methods in org.apache.commons.collections.primitives.adapters with parameters of type ByteIterator
static 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(InputStream in)
           
 

Methods in org.apache.commons.collections.primitives.adapters.io with parameters of type ByteIterator
static 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
(package private)  class org.apache.commons.collections.primitives.decorators.ProxyByteIterator
           
(package private)  class org.apache.commons.collections.primitives.decorators.ProxyByteListIterator
           
 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)
           
 



Copyright © 2002-2003 Apache Software Foundation. All Rights Reserved.