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

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

Subinterfaces of LongIterator in org.apache.commons.collections.primitives
 interface LongListIterator
          A bi-directional iterator over long values.
 

Classes in org.apache.commons.collections.primitives that implement LongIterator
protected static class RandomAccessLongList.RandomAccessLongListIterator
           
 

Fields in org.apache.commons.collections.primitives declared as LongIterator
static LongIterator LongCollections.EMPTY_LONG_ITERATOR
          An unmodifiable, empty LongIterator
 

Methods in org.apache.commons.collections.primitives that return LongIterator
static LongIterator LongCollections.getEmptyLongIterator()
          Returns an unmodifiable, empty LongIterator
 LongIterator LongCollection.iterator()
          Returns an iterator over all my elements.
 LongIterator LongList.iterator()
          Returns an iterator over all my elements, in the appropriate sequence.
 LongIterator RandomAccessLongList.iterator()
           
abstract  LongIterator AbstractLongCollection.iterator()
           
static LongIterator LongCollections.singletonLongIterator(long value)
          Returns an unmodifiable LongIterator containing only the specified element.
static LongIterator LongCollections.unmodifiableLongIterator(LongIterator iter)
          Returns an unmodifiable version of the given non-null LongIterator.
 

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

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

Classes in org.apache.commons.collections.primitives.adapters that implement LongIterator
 class IteratorLongIterator
          Adapts a Number-valued Iterator to the LongIterator interface.
 class ListIteratorLongListIterator
          Adapts a Number-valued ListIterator to the LongListIterator interface.
 

Methods in org.apache.commons.collections.primitives.adapters that return LongIterator
static LongIterator Adapt.toLongIterator(java.util.Iterator c)
           
static LongIterator IteratorLongIterator.wrap(java.util.Iterator iterator)
          Create an LongIterator wrapping the specified Iterator.
 

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

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

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

Classes in org.apache.commons.collections.primitives.decorators that implement LongIterator
 class UnmodifiableLongIterator
           
 class UnmodifiableLongListIterator
           
 

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

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



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