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