public class AlphaNumericKeyComparator extends Object implements Comparator<Map.Entry<Object,Object>>
Map.Entry
Objects, that compares based on their keys only. The keys
will be compared in a human readable fashion by trying to parse numbers that appear in
the keys as integers and compare those, too.Heavily influenced by https://codereview.stackexchange.com/questions/37192/number-aware-string-sorting-with-comparator
Modifier and Type | Field and Description |
---|---|
static AlphaNumericKeyComparator |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
int |
compare(Map.Entry<Object,Object> o1,
Map.Entry<Object,Object> o2) |
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
Copyright © 1998-2022 Apache Software Foundation. All Rights Reserved.