Class FieldUtils.KeyValue
- java.lang.Object
-
- org.apache.pdfbox.pdmodel.interactive.form.FieldUtils.KeyValue
-
- Enclosing class:
- FieldUtils
static class FieldUtils.KeyValue extends java.lang.Object
An implementation of a basic key value pair. This implementation is used to help sorting the content of field option entries with an array of two-element arrays as used by choice fields.
-
-
Constructor Summary
Constructors Constructor Description KeyValue(java.lang.String theKey, java.lang.String theValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getKey()
java.lang.String
getValue()
java.lang.String
toString()
-