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

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

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

Classes in org.apache.commons.collections.primitives that implement BooleanListIterator
protected static class RandomAccessBooleanList.RandomAccessBooleanListIterator
           
 

Methods in org.apache.commons.collections.primitives that return BooleanListIterator
 BooleanListIterator BooleanList.listIterator()
          Returns a bidirectional iterator over all my elements, in the appropriate sequence.
 BooleanListIterator RandomAccessBooleanList.listIterator()
           
 BooleanListIterator BooleanList.listIterator(int index)
          Returns a bidirectional iterator over all my elements, in the appropriate sequence, starting at the specified position.
 BooleanListIterator RandomAccessBooleanList.listIterator(int index)
           
 

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

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

Methods in org.apache.commons.collections.primitives.adapters that return BooleanListIterator
static BooleanListIterator ListIteratorBooleanListIterator.wrap(java.util.ListIterator iterator)
          Create an BooleanListIterator wrapping the specified ListIterator.
 

Methods in org.apache.commons.collections.primitives.adapters with parameters of type BooleanListIterator
static java.util.ListIterator BooleanListIteratorListIterator.wrap(BooleanListIterator iterator)
          Create a ListIterator wrapping the specified BooleanListIterator.
 

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



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