private static class ODFPageCache.LevelComparator extends Object implements Comparator<String>
Modifier and Type | Field and Description |
---|---|
private Map<String,String> |
_levelValues |
Constructor and Description |
---|
LevelComparator(Map<String,String> initialMap) |
Modifier and Type | Method and Description |
---|---|
int |
compare(String s1,
String s2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
private final Map<String,String> _levelValues
public LevelComparator(Map<String,String> initialMap)