Package | Description |
---|---|
org.openimaj.util.pair |
Modifier and Type | Field and Description |
---|---|
static Comparator<LongBytePair> |
LongBytePair.FIRST_ITEM_ASCENDING_COMPARATOR
Comparator for comparing the first element of a
LongBytePair in ascending order. |
static Comparator<LongBytePair> |
LongBytePair.FIRST_ITEM_DESCENDING_COMPARATOR
Comparator for comparing the first element of a
LongBytePair in descending order. |
static Comparator<LongBytePair> |
LongBytePair.SECOND_ITEM_ASCENDING_COMPARATOR
Comparator for comparing the second element of a
LongBytePair in ascending order. |
static Comparator<LongBytePair> |
LongBytePair.SECOND_ITEM_DESCENDING_COMPARATOR
Comparator for comparing the second element of a
LongBytePair in descending order. |
Modifier and Type | Method and Description |
---|---|
static LongBytePair |
LongBytePair.pair(long a,
byte b)
Create a pair from the given values.
|
Modifier and Type | Method and Description |
---|---|
static gnu.trove.list.array.TLongArrayList |
LongBytePair.getFirst(Iterable<LongBytePair> data)
Extract the first values from a list of pairs.
|
static gnu.trove.list.array.TByteArrayList |
LongBytePair.getSecond(Iterable<LongBytePair> data)
Extract the second values from a list of pairs.
|