SoftNet-Consult Java Utility Library

Uses of Interface
com.softnetConsult.utils.collections.ArrayIteratorPrimitive

Packages that use ArrayIteratorPrimitive
com.softnetConsult.utils.collections This package contains classes and utilities that are commonly required when dealing with collections and are missing in the standard java API. 
 

Uses of ArrayIteratorPrimitive in com.softnetConsult.utils.collections
 

Classes in com.softnetConsult.utils.collections that implement ArrayIteratorPrimitive
 class ArrayIteratorBoolean
          Implements an iterator over a boolean array.
 class ArrayIteratorByte
          Implements an iterator over a byte array.
 class ArrayIteratorChar
          Implements an iterator over a char array.
 class ArrayIteratorDouble
          Implements an iterator over a double array.
 class ArrayIteratorFloat
          Implements an iterator over a float array.
 class ArrayIteratorInt
          Implements an iterator over a int array.
 class ArrayIteratorLong
          Implements an iterator over a long array.
 class ArrayIteratorShort
          Implements an iterator over a short array.
 


SoftNet-Consult Java Utility Library is a member of SourceForge.net