Class Pair<A,B>
java.lang.Object
net.sf.jailer.util.Pair<A,B>
- All Implemented Interfaces:
Serializable
An ordered pair of objects (a, b).
(a1, b1).equals(a2, b2)
iff
(a1 == null invalid input: '&'invalid input: '&' a2 == null || a1.equals(a2))
invalid input: '&'invalid input: '&'
(b1 == null invalid input: '&'invalid input: '&' b2 == null || b1.equals(b2))
- Author:
- Ralf Wisser
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
a
The a object. -
b
The b object.
-
-
Constructor Details
-
Pair
-
-
Method Details
-
equals
-
hashCode
-
toString
-