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

Packages that use ByteListIterator
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. 
 

Uses of ByteListIterator in org.apache.commons.collections.primitives
 

Classes in org.apache.commons.collections.primitives that implement ByteListIterator
protected static class RandomAccessByteList.RandomAccessByteListIterator
           
 

Fields in org.apache.commons.collections.primitives declared as ByteListIterator
static ByteListIterator ByteCollections.EMPTY_BYTE_LIST_ITERATOR
          An unmodifiable, empty ByteListIterator
 

Methods in org.apache.commons.collections.primitives that return ByteListIterator
static ByteListIterator ByteCollections.getEmptyByteListIterator()
          Returns an unmodifiable, empty ByteListIterator
 ByteListIterator ByteList.listIterator()
          Returns a bidirectional iterator over all my elements, in the appropriate sequence.
 ByteListIterator RandomAccessByteList.listIterator()
           
 ByteListIterator ByteList.listIterator(int index)
          Returns a bidirectional iterator over all my elements, in the appropriate sequence, starting at the specified position.
 ByteListIterator RandomAccessByteList.listIterator(int index)
           
static ByteListIterator ByteCollections.singletonByteListIterator(byte value)
          Returns an unmodifiable ByteListIterator containing only the specified element.
static ByteListIterator ByteCollections.unmodifiableByteListIterator(ByteListIterator iter)
          Returns an unmodifiable version of the given non-null ByteListIterator.
 

Methods in org.apache.commons.collections.primitives with parameters of type ByteListIterator
static ByteListIterator ByteCollections.unmodifiableByteListIterator(ByteListIterator iter)
          Returns an unmodifiable version of the given non-null ByteListIterator.
 

Uses of ByteListIterator in org.apache.commons.collections.primitives.adapters
 

Classes in org.apache.commons.collections.primitives.adapters that implement ByteListIterator
 class ListIteratorByteListIterator
          Adapts a Number-valued ListIterator to the ByteListIterator interface.
 

Methods in org.apache.commons.collections.primitives.adapters that return ByteListIterator
static ByteListIterator Adapt.toByteListIterator(ListIterator c)
           
static ByteListIterator ListIteratorByteListIterator.wrap(ListIterator iterator)
          Create an ByteListIterator wrapping the specified ListIterator.
 

Methods in org.apache.commons.collections.primitives.adapters with parameters of type ByteListIterator
static ListIterator Adapt.toListIterator(ByteListIterator c)
           
static ListIterator ByteListIteratorListIterator.wrap(ByteListIterator iterator)
          Create a ListIterator wrapping the specified ByteListIterator.
 

Constructors in org.apache.commons.collections.primitives.adapters with parameters of type ByteListIterator
ByteListIteratorListIterator(ByteListIterator iterator)
          Creates an ListIterator wrapping the specified ByteListIterator.
 

Uses of ByteListIterator in org.apache.commons.collections.primitives.decorators
 

Classes in org.apache.commons.collections.primitives.decorators that implement ByteListIterator
 class UnmodifiableByteListIterator
           
 

Methods in org.apache.commons.collections.primitives.decorators that return ByteListIterator
protected  ByteListIterator UnmodifiableByteListIterator.getListIterator()
           
static ByteListIterator UnmodifiableByteListIterator.wrap(ByteListIterator iterator)
           
 

Methods in org.apache.commons.collections.primitives.decorators with parameters of type ByteListIterator
static ByteListIterator UnmodifiableByteListIterator.wrap(ByteListIterator iterator)
           
 



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