public class Triplet<A,B,C> extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
A |
first()
Returns the first element.
|
int |
hashCode() |
static <A,B,C> Triplet<A,B,C> |
make(A a,
B b,
C c) |
B |
second()
Returns the second element.
|
C |
third()
Returns the third element.
|
String |
toString() |
Copyright © 2016 Metron, Inc.. All rights reserved.