Package com.flir.thermalsdk.utils
Class Pair<F,S>
java.lang.Object
com.flir.thermalsdk.utils.Pair<F,S>
Wrapper for Pair object.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
first
-
second
-
-
Constructor Details
-
Pair
Constructor for a Pair.- Parameters:
first
- the first object in the Pairsecond
- the second object in the pair
-
-
Method Details
-
equals
Checks the two objects for equality by delegating to their respectiveObject.equals(Object)
methods. -
hashCode
public int hashCode()Compute a hash code using the hash codes of the underlying objects -
toString
-