Modifier and Type | Method and Description |
---|---|
static <T1,T2> Tuple2<T1,T2> |
of(T1 first,
T2 second)
Creates a new tuple.
|
public static <T1,T2> Tuple2<T1,T2> of(T1 first, T2 second)
T1
- type of first elementT2
- type of second elementfirst
- the first elementsecond
- the second elementCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.