Package com.adobe.epubcheck.util
Class KeyValue<A,B>
- java.lang.Object
-
- com.adobe.epubcheck.util.KeyValue<A,B>
-
public final class KeyValue<A,B> extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AgetKey()BgetValue()static <A,B>
KeyValue<A,B>with(A key, B value)
-