Package | Description |
---|---|
com.net2plan.utils |
General utility static methods.
|
Modifier and Type | Method and Description |
---|---|
static <A,B> Pair<A,B> |
Pair.of(A a,
B b)
This factory allows the pair to be created using inference to obtain the generic types.
|