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