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