SoftNet-Consult Java Utility Library

Uses of Package
com.softnetConsult.utils.collections

Packages that use com.softnetConsult.utils.collections
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. 
com.softnetConsult.utils.math This package contains commonly used mathematical and statistical functions, finctions for bit-map processing and futher mathematical classes. 
 

Classes in com.softnetConsult.utils.collections used by com.softnetConsult.utils.collections
ArrayIterator
          Implements an iterator over an array.
ArrayIteratorBoolean
          Implements an iterator over a boolean array.
ArrayIteratorByte
          Implements an iterator over a byte array.
ArrayIteratorChar
          Implements an iterator over a char array.
ArrayIteratorDouble
          Implements an iterator over a double array.
ArrayIteratorFloat
          Implements an iterator over a float array.
ArrayIteratorInt
          Implements an iterator over a int array.
ArrayIteratorLong
          Implements an iterator over a long array.
ArrayIteratorPrimitive
          An abstract superinterface for array iterators over primitive arrays.
ArrayIteratorShort
          Implements an iterator over a short array.
NullIterator
          Provides an Null Iterator: the methods of this class perform no action and no elements are ever returned - this class can be used when a non-null Iterator object must be specified, but no actual iteration indended.
Pair
          A convenience memory structure to hold two objects.
 

Classes in com.softnetConsult.utils.collections used by com.softnetConsult.utils.math
Pair
          A convenience memory structure to hold two objects.
 


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