com.jidesoft.comparator.NumberComparator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jide-oss Show documentation
Show all versions of jide-oss Show documentation
JIDE Common Layer (Professional Swing Components)
package com.jidesoft.comparator;
import java.util.Comparator;
/**
* Comparator for Number type. This is a singleton class. Call getInstance() to get the comparator.
*/
public class NumberComparator implements Comparator
© 2015 - 2025 Weber Informatics LLC | Privacy Policy