public static class SetInfo.FormatComparator
extends java.lang.Object
implements java.util.Comparator
| Constructor and Description |
|---|
FormatComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(java.lang.Object O1,
java.lang.Object O2)
Campares the format field.
|
public int compare(java.lang.Object O1,
java.lang.Object O2)
throws java.lang.ClassCastException
compare in interface java.util.ComparatorO1 - A SetInfo ObjectO2 - A SetInfo Objectjava.lang.ClassCastException - If Object is not SetInfo