Package | Description |
---|---|
org.openimaj.util.pair |
Modifier and Type | Method and Description |
---|---|
static <Q> FloatObjectPair<Q> |
FloatObjectPair.pair(float t,
Q q)
Create a pair from the given objects.
|
Modifier and Type | Method and Description |
---|---|
static <Q> gnu.trove.list.array.TFloatArrayList |
FloatObjectPair.getFirst(Iterable<FloatObjectPair<Q>> data)
Extract the first objects from a list of pairs.
|
static <Q> List<Q> |
FloatObjectPair.getSecond(Iterable<FloatObjectPair<Q>> data)
Extract the second objects from a list of pairs.
|