com.jidesoft.comparator.BooleanComparator 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 boolean type. This is a singleton class. Call getInstance() to
* get the comparator.
*/
public class BooleanComparator implements Comparator
© 2015 - 2025 Weber Informatics LLC | Privacy Policy