com.jidesoft.comparator.PrioritizedObjectComparator 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 com.jidesoft.swing.Prioritized;
import java.util.Comparator;
/**
* Comparator
for objects that implements {@link com.jidesoft.swing.Prioritized}
* interface. It is a singleton pattern. You use {@link #getInstance()} to get an instance.
*/
public class PrioritizedObjectComparator implements Comparator
© 2015 - 2025 Weber Informatics LLC | Privacy Policy