protected static class GroupSortedProperties.EntryComparator extends Object implements Comparator<Map.Entry<String,String>>, Serializable
Comparator that sorts GroupSortedProperties.Entry elements by key by grouping
the keys into groups separated by ".". Integer groups are sorted
numerically, all other groups are sorted lexicographically. When
comparing an integer group with a non-integer group, integer groups are
sorted last.| Modifier | Constructor and Description |
|---|---|
protected |
GroupSortedProperties.EntryComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Map.Entry<String,String> o1,
Map.Entry<String,String> o2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalsCopyright © 2024. All rights reserved.