Package | Description |
---|---|
com.asakusafw.utils.collections |
Collection utilities.
|
Modifier and Type | Method and Description |
---|---|
static <T1,T2> Tuple2<T1,T2> |
Tuple2.of(T1 first,
T2 second)
Creates a new instance.
|
static <T1,T2> Tuple2<T1,T2> |
Tuples.of(T1 first,
T2 second)
Creates a new tuple.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.