类 Tuple2<R1,R2>
java.lang.Object
com.alibaba.csp.sentinel.util.function.Tuple2<R1,R2>
A tuple of 2 elements.
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
r1
-
r2
-
-
构造器详细资料
-
Tuple2
-
-
方法详细资料
-
of
Factory method for creating a Tuple.- 返回:
- new Tuple
-
swap
Swaps the element of this Tuple.- 返回:
- a new Tuple where the first element is the second element of this Tuple and the second element is the first element of this Tuple.
-
equals
-
hashCode
public int hashCode() -
toString
-