-
-
Constructor Summary
Constructors
| Constructor and Description |
Pair(L first,
R second) |
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
static <L,R> Pair<L,R> |
pair(L first,
R second) |
String |
toString() |
-
-
Field Detail
-
first
public final L first
-
second
public final R second
Copyright © 2014. All rights reserved.