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

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

Subinterfaces of IntIterator in org.apache.commons.collections.primitives
 interface IntListIterator
          A bi-directional iterator over int values.
 

Classes in org.apache.commons.collections.primitives that implement IntIterator
protected static class RandomAccessIntList.RandomAccessIntListIterator
           
 

Fields in org.apache.commons.collections.primitives declared as IntIterator
static IntIterator IntCollections.EMPTY_INT_ITERATOR
          An unmodifiable, empty IntIterator
 

Methods in org.apache.commons.collections.primitives that return IntIterator
static IntIterator IntCollections.getEmptyIntIterator()
          Returns an unmodifiable, empty IntIterator
 IntIterator IntCollection.iterator()
          Returns an iterator over all my elements.
 IntIterator IntList.iterator()
          Returns an iterator over all my elements, in the appropriate sequence.
abstract  IntIterator AbstractIntCollection.iterator()
           
 IntIterator RandomAccessIntList.iterator()
           
static IntIterator IntCollections.singletonIntIterator(int value)
          Returns an unmodifiable IntIterator containing only the specified element.
static IntIterator IntCollections.unmodifiableIntIterator(IntIterator iter)
          Returns an unmodifiable version of the given non-null IntIterator.
 

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

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

Classes in org.apache.commons.collections.primitives.adapters that implement IntIterator
 class IteratorIntIterator
          Adapts a Number-valued Iterator to the IntIterator interface.
 class ListIteratorIntListIterator
          Adapts a Number-valued ListIterator to the IntListIterator interface.
 

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

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

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

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

Classes in org.apache.commons.collections.primitives.decorators that implement IntIterator
 class UnmodifiableIntIterator
           
 class UnmodifiableIntListIterator
           
 

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

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



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