public class Triple<F,S,T> extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
F |
first
The first object.
|
S |
second
The second object.
|
T |
third
The third object.
|
Constructor and Description |
---|
Triple() |
Triple(F first,
S second,
T third)
Constructor for holding a pair of objects.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static <F,S,T> Triple<F,S,T> |
from(F first,
S second,
T third) |
int |
hashCode() |
String |
toString() |
@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.