public class Triple<T>
extends java.lang.Object
Constructor and Description |
---|
Triple(T first,
T second,
T third)
Instantiates a new triple.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |