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

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

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

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

Methods in org.apache.commons.collections.primitives that return ShortListIterator
static ShortListIterator ShortCollections.getEmptyShortListIterator()
          Returns an unmodifiable, empty ShortListIterator
 ShortListIterator RandomAccessShortList.listIterator()
           
 ShortListIterator ShortList.listIterator()
          Returns a bidirectional iterator over all my elements, in the appropriate sequence.
 ShortListIterator RandomAccessShortList.listIterator(int index)
           
 ShortListIterator ShortList.listIterator(int index)
          Returns a bidirectional iterator over all my elements, in the appropriate sequence, starting at the specified position.
static ShortListIterator ShortCollections.singletonShortListIterator(short value)
          Returns an unmodifiable ShortListIterator containing only the specified element.
static ShortListIterator ShortCollections.unmodifiableShortListIterator(ShortListIterator iter)
          Returns an unmodifiable version of the given non-null ShortListIterator.
 

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

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

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

Methods in org.apache.commons.collections.primitives.adapters that return ShortListIterator
static ShortListIterator Adapt.toShortListIterator(ListIterator c)
           
static ShortListIterator ListIteratorShortListIterator.wrap(ListIterator iterator)
          Create an ShortListIterator wrapping the specified ListIterator.
 

Methods in org.apache.commons.collections.primitives.adapters with parameters of type ShortListIterator
static ListIterator Adapt.toListIterator(ShortListIterator c)
           
static ListIterator ShortListIteratorListIterator.wrap(ShortListIterator iterator)
          Create a ListIterator wrapping the specified ShortListIterator.
 

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

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

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

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

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



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