public class SortStatusFlags
extends java.lang.Object
implements java.util.Comparator
StatusFlag
instances natural order of their "label" property. | Constructor and Description |
|---|
SortStatusFlags() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(java.lang.Object o1,
java.lang.Object o2)
Provide comparison for sorting StatusFlag by their label property
|