Package com.github.tommyettinger.ds.support.sort


package com.github.tommyettinger.ds.support.sort
Code for customized sorting on primitive arrays and collections. With some exceptions (namely, ObjectComparators.comparingFloat(com.github.tommyettinger.function.ObjToFloatFunction) and FilteredComparators, which are original to jdkgdxds, as well as NaturalTextComparator, which is based on the Apache-licensed java-nat-sort), this is Apache-licensed code from the FastUtil project with minimal changes. Like fastutil, jdkgdxds is Apache-licensed, but if you want to refer to FastUtil's license, it is here.