T - Object 1V - Object 2public class Pair<T,V> extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
int |
hashCode() |
static <T,V> Pair<T,V> |
of(T a,
V b)
Convenience static constructor
|
String |
toString() |
public static <T,V> Pair<T,V> of(T a, V b)
Copyright © 2017 Grakn Labs Ltd. All rights reserved.