public class Pair<P1,P2> extends Object
Modifier and Type | Method and Description |
---|---|
P1 |
getFirst() |
P2 |
getSecond() |
static <P1,P2> Pair<P1,P2> |
newInstance(P1 newFirst,
P2 newSecond) |
Copyright © 2017. All rights reserved.