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