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

Packages that use DoubleListIterator
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 DoubleListIterator in org.apache.commons.collections.primitives
 

Classes in org.apache.commons.collections.primitives that implement DoubleListIterator
protected static class RandomAccessDoubleList.RandomAccessDoubleListIterator
           
 

Fields in org.apache.commons.collections.primitives declared as DoubleListIterator
static DoubleListIterator DoubleCollections.EMPTY_DOUBLE_LIST_ITERATOR
          An unmodifiable, empty DoubleListIterator
 

Methods in org.apache.commons.collections.primitives that return DoubleListIterator
static DoubleListIterator DoubleCollections.singletonDoubleListIterator(double value)
          Returns an unmodifiable DoubleListIterator containing only the specified element.
static DoubleListIterator DoubleCollections.unmodifiableDoubleListIterator(DoubleListIterator iter)
          Returns an unmodifiable version of the given non-null DoubleListIterator.
static DoubleListIterator DoubleCollections.getEmptyDoubleListIterator()
          Returns an unmodifiable, empty DoubleListIterator
 DoubleListIterator RandomAccessDoubleList.listIterator()
           
 DoubleListIterator RandomAccessDoubleList.listIterator(int index)
           
 DoubleListIterator DoubleList.listIterator()
          Returns a bidirectional iterator over all my elements, in the appropriate sequence.
 DoubleListIterator DoubleList.listIterator(int index)
          Returns a bidirectional iterator over all my elements, in the appropriate sequence, starting at the specified position.
 

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

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

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

Methods in org.apache.commons.collections.primitives.adapters that return DoubleListIterator
static DoubleListIterator ListIteratorDoubleListIterator.wrap(ListIterator iterator)
          Create an DoubleListIterator wrapping the specified ListIterator.
 

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

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

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

Classes in org.apache.commons.collections.primitives.decorators that implement DoubleListIterator
(package private)  class org.apache.commons.collections.primitives.decorators.ProxyDoubleListIterator
           
 class UnmodifiableDoubleListIterator
           
 

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

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



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