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