| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Triple<A,B,C> other) |
C |
getThird() |
static <A,B,C> Triple<A,B,C> |
of(A first,
B second,
C third)
Shorter syntax than the default constructor, allowing the compiler to discern the object types.
|
C |
third() |
java.lang.String |
toString()
Returns this key/value pair as a string, in the form "#{key} => #{value}".
|
public static <A,B,C> Triple<A,B,C> of(A first, B second, C third)
public C getThird()
public C third()
public java.lang.String toString()
KeyValue