Using Top.Largest to sort a list of {2,1,3} produces {1,2,3}. This matches the javadoc for the class, but seems counter-intuitive -- one might expect that a Comparator called Largest would give largest items first. I'm wondering if renaming the classes to Natural / Reversed would better match their behavior?
--- Wesley Tanaka https://wtanaka.com/