Class FieldUtils.KeyValue

java.lang.Object
org.apache.pdfbox.pdmodel.interactive.form.FieldUtils.KeyValue
Enclosing class:
FieldUtils

static class FieldUtils.KeyValue extends 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.
  • Field Details

    • key

      private final String key
    • value

      private final String value
  • Constructor Details

  • Method Details