Class Pair<F,S>
java.lang.Object
org.graalvm.shadowed.com.ibm.icu.impl.Pair<F,S>
- Type Parameters:
F- first object typeS- second object type
A pair of objects: first and second.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
first
-
second
-
-
Constructor Details
-
Pair
-
-
Method Details
-
of
Creates a pair object- Parameters:
first- must be non-nullsecond- must be non-null- Returns:
- The pair object.
-
equals
-
hashCode
-