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

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

Subinterfaces of DoubleIterator in org.apache.commons.collections.primitives
 interface DoubleListIterator
          A bi-directional iterator over double values.
 

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

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

Methods in org.apache.commons.collections.primitives that return DoubleIterator
static DoubleIterator DoubleCollections.getEmptyDoubleIterator()
          Returns an unmodifiable, empty DoubleIterator
 DoubleIterator DoubleCollection.iterator()
          Returns an iterator over all my elements.
 DoubleIterator DoubleList.iterator()
          Returns an iterator over all my elements, in the appropriate sequence.
abstract  DoubleIterator AbstractDoubleCollection.iterator()
           
 DoubleIterator RandomAccessDoubleList.iterator()
           
static DoubleIterator DoubleCollections.singletonDoubleIterator(double value)
          Returns an unmodifiable DoubleIterator containing only the specified element.
static DoubleIterator DoubleCollections.unmodifiableDoubleIterator(DoubleIterator iter)
          Returns an unmodifiable version of the given non-null DoubleIterator.
 

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

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

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

Methods in org.apache.commons.collections.primitives.adapters that return DoubleIterator
static DoubleIterator Adapt.toDoubleIterator(Iterator c)
           
static DoubleIterator IteratorDoubleIterator.wrap(Iterator iterator)
          Create an DoubleIterator wrapping the specified Iterator.
 

Methods in org.apache.commons.collections.primitives.adapters with parameters of type DoubleIterator
static Iterator Adapt.toIterator(DoubleIterator c)
           
static Iterator DoubleIteratorIterator.wrap(DoubleIterator iterator)
          Create an Iterator wrapping the specified DoubleIterator.
 

Constructors in org.apache.commons.collections.primitives.adapters with parameters of type DoubleIterator
DoubleIteratorIterator(DoubleIterator iterator)
          Creates an Iterator wrapping the specified DoubleIterator.
 

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

Classes in org.apache.commons.collections.primitives.decorators that implement DoubleIterator
 class UnmodifiableDoubleIterator
           
 class UnmodifiableDoubleListIterator
           
 

Methods in org.apache.commons.collections.primitives.decorators that return DoubleIterator
protected  DoubleIterator UnmodifiableDoubleIterator.getIterator()
           
static DoubleIterator UnmodifiableDoubleIterator.wrap(DoubleIterator iterator)
           
 

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



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