public class Pair<T,S> extends Object
Modifier and Type | Method and Description |
---|---|
T |
a() |
S |
b() |
static <T,S> Pair<T,S> |
create(T t,
S s) |
T |
left() |
S |
right() |
String |
toString() |
Copyright © 2013–2016. All rights reserved.