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

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

Subinterfaces of ShortIterator in org.apache.commons.collections.primitives
 interface ShortListIterator
          A bi-directional iterator over short values.
 

Classes in org.apache.commons.collections.primitives that implement ShortIterator
protected static class RandomAccessShortList.RandomAccessShortListIterator
           
 

Fields in org.apache.commons.collections.primitives declared as ShortIterator
static ShortIterator ShortCollections.EMPTY_SHORT_ITERATOR
          An unmodifiable, empty ShortIterator
 

Methods in org.apache.commons.collections.primitives that return ShortIterator
static ShortIterator ShortCollections.getEmptyShortIterator()
          Returns an unmodifiable, empty ShortIterator
 ShortIterator ShortCollection.iterator()
          Returns an iterator over all my elements.
 ShortIterator ShortList.iterator()
          Returns an iterator over all my elements, in the appropriate sequence.
abstract  ShortIterator AbstractShortCollection.iterator()
           
 ShortIterator RandomAccessShortList.iterator()
           
static ShortIterator ShortCollections.singletonShortIterator(short value)
          Returns an unmodifiable ShortIterator containing only the specified element.
static ShortIterator ShortCollections.unmodifiableShortIterator(ShortIterator iter)
          Returns an unmodifiable version of the given non-null ShortIterator.
 

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

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

Classes in org.apache.commons.collections.primitives.adapters that implement ShortIterator
 class IteratorShortIterator
          Adapts a Number-valued Iterator to the ShortIterator interface.
 class ListIteratorShortListIterator
          Adapts a Number-valued ListIterator to the ShortListIterator interface.
 

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

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

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

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

Classes in org.apache.commons.collections.primitives.decorators that implement ShortIterator
 class UnmodifiableShortIterator
           
 class UnmodifiableShortListIterator
           
 

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

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



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