Class FieldUtils.KeyValueValueComparator
java.lang.Object
org.apache.pdfbox.pdmodel.interactive.form.FieldUtils.KeyValueValueComparator
- All Implemented Interfaces:
Serializable
,Comparator<FieldUtils.KeyValue>
- Enclosing class:
- FieldUtils
static class FieldUtils.KeyValueValueComparator
extends Object
implements Serializable, Comparator<FieldUtils.KeyValue>
Comparator to sort KeyValue by value.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
KeyValueValueComparator
KeyValueValueComparator()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<FieldUtils.KeyValue>
-