Package com.vladsch.flexmark.util.misc
Class Pair<K,V>
- java.lang.Object
-
- com.vladsch.flexmark.util.misc.Pair<K,V>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)KgetFirst()KgetKey()VgetSecond()VgetValue()inthashCode()static <K1,V1>
Pair<K1,V1>of(K1 first, V1 second)VsetValue(V value)java.lang.StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.vladsch.flexmark.util.misc.Paired
component1, component2
-
-
-
-
Method Detail
-
of
public static <K1,V1> Pair<K1,V1> of(K1 first, V1 second)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
-
-