IntIntPair
storing
two int
values
DoubleIntPair
storing one double
and one int
value.See: Description
Class | Description |
---|---|
DoubleDoublePair |
Pair storing two doubles.
|
DoubleIntPair |
Pair storing an integer and a double.
|
DoubleObjPair<O> |
Pair storing a native double value and an arbitrary object.
|
IntDoublePair |
Pair storing an integer and a double.
|
IntIntPair |
Pair storing two integers.
|
Pair<FIRST,SECOND> |
Simple class wrapping two objects.
|
A number of commonly needed primitive pairs are the following:
IntIntPair
storing
two int
valuesDoubleIntPair
storing one double
and one int
value.IntDoublePair
storing one int
and one double
value.DoubleDoublePair
storing two double
valuesPair<A,B>
?
Copyright © 2019 ELKI Development Team. License information.