public interface Triple<T1,T2,T3> extends Serializable, Comparable<Triple<T1,T2,T3>>
| Modifier and Type | Method and Description |
|---|---|
T1 |
getOne() |
T3 |
getThree() |
T2 |
getTwo() |
default boolean |
isEqual() |
default boolean |
isSame() |
Triple<T3,T2,T1> |
reverse() |
compareToCopyright © 2004–2023. All rights reserved.