public class Triple<F,S,T> extends Pair<F,S>
| Constructor and Description |
|---|
Triple(F first,
S second,
T third)
Constructs a Pair
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
T |
third()
Returns the second
|
String |
toString()
Returns "first/second"
|
public T third
Copyright © 2018. All rights reserved.