
jidefx.utils.comparator.NaturalOrderComparator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jidefx-comparators Show documentation
Show all versions of jidefx-comparators Show documentation
JideFX Common Layer is a collection of several extend feature for JavaFX
The newest version!
/*
* @(#)DefaultComparator.java 5/19/2013
*
* Copyright 2002 - 2013 JIDE Software Inc. All rights reserved.
*/
package jidefx.utils.comparator;
import java.text.Collator;
import java.util.Comparator;
/**
* This class compares objects as Comparable first, then convert them to Strings using the toString
* methods. This is the default comparator used by the {@link ObjectComparatorManager} and should be able to handle most
* comparison cases.
*/
public class NaturalOrderComparator implements Comparator
© 2015 - 2025 Weber Informatics LLC | Privacy Policy