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(Object o)KgetFirst()KgetKey()VgetSecond()VgetValue()inthashCode()static <K1,V1>
Pair<K1,V1>of(K1 first, V1 second)VsetValue(V value)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
-
-