public class Pair<E1,E2>
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
E1 |
first() |
int |
hashCode() |
static <E1,E2> Pair<E1,E2> |
of(E1 first,
E2 second) |
E2 |
second() |
Copyright © 2016. All rights reserved