public class Pair<A,B>
extends Object
Pair.
- 作者:
- nacos
-
方法概要
static <A,
B> Pair<A,B>
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
方法详细资料
-
with
public static <A,
B> Pair<A,B> with
(A first,
B second)
-
-