public abstract class Tuple4<T1,T2,T3,T4> extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
abstract T1 |
first() |
abstract T4 |
fourth() |
int |
hashCode() |
static <T1,T2,T3,T4> |
of(T1 first,
T2 second,
T3 third,
T4 fourth) |
abstract T2 |
second() |
abstract T3 |
third() |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.