Interface Pair<A,B>
-
public interface Pair<A,B>
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description AgetKey()BgetValue()static <A,B>
Pair<A,B>of(A key, B value)
-
public interface Pair<A,B>
| Modifier and Type | Method | Description |
|---|---|---|
A |
getKey() |
|
B |
getValue() |
|
static <A,B> |
of(A key,
B value) |