Class Pair<K,V>
java.lang.Object
jfxtras.icalendarfx.utilities.Pair<K,V>
- All Implemented Interfaces:
Serializable
A convenience class to represent name-value pairs.
Copied from JavaFx for use in Java EE environments- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
key
Key of thisPair. -
value
Value of this thisPair.
-
-
Constructor Details
-
Pair
-
-
Method Details
-
getKey
-
getValue
-
toString
-
hashCode
-
equals
Test this
Pairfor equality with anotherObject.If the
Objectto be tested is not aPairor isnull, then this method returnsfalse.Two
Pairs are considered equal if and only if both the names and values are equal.
-