X
- type of the first elementY
- type of the second elementZ
- type of the third elementpublic final class Tuple3<X,Y,Z> extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
static <X,Y,Z> Tuple3<X,Y,Z> |
of(X element1,
Y element2,
Z element3) |
String |
toString() |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.