| Class | Description |
|---|---|
| DblMapperUtils |
Methods that build functions to map a target element into another result.
|
| DblTransformUtils |
Methods to transform an array of doubles to a collection of elements of an arbitrary type, or to transform a
collection of elements of an arbitrary type to an array of doubles.
|
| DoubleIndexPair |
An immutable object that pairs a primitive
double value, with an associated int index. |
| DoubleObjectPair<T> |
An immutable object that pairs a primitive
double value, with an associated object of type <T>. |
| IntIndexPair |
An immutable object that pairs a primitive
int value, with an associated int index. |
| IntMapperUtils |
Methods that build functions to map a target element into another result.
|
| IntObjectPair<T> |
An immutable object that pairs a primitive
int value, with an associated object of type <T>. |
| IntTransformUtils |
Methods to transform an array of ints to a collection of elements of an arbitrary type, or to transform a collection
of elements of an arbitrary type to an array of ints.
|
| LongIndexPair |
An immutable object that pairs a primitive
long value, with an associated int index. |
| LongMapperUtils |
Methods that build functions to map a target element into another result.
|
| LongObjectPair<T> |
An immutable object that pairs a primitive
long value, with an associated object of type <T>. |
| LongTransformUtils |
Methods to transform an array of longs to a collection of elements of an arbitrary type, or to transform a collection
of elements of an arbitrary type to an array of longs.
|
| MapperUtils |
Methods that build functions to map a target element into another result.
|
| ObjectIndexPair<T> |
An immutable object that pairs an object of type <T>, with an associated
int index. |
| TransformUtils |
Methods to transform a collection of elements of a given type, to those of another type, in some cases to another
type of collection as well.
|