
ca.uvic.cs.chisel.cajun.util.ToStringComparator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ca.uvic.cs.chisel.cajun Show documentation
Show all versions of ca.uvic.cs.chisel.cajun Show documentation
Visualization library used by the OntoGraf plug-in for the Protege ontology editing environment.
The newest version!
package ca.uvic.cs.chisel.cajun.util;
import java.util.Comparator;
/**
* Compares a collection of objects using the {@link Object#toString()} method
* and doing a string comparison.
* Can ignore case or invert the comparison as well.
*
* @author Chris
* @since 21-Dec-07
*/
public class ToStringComparator implements Comparator
© 2015 - 2025 Weber Informatics LLC | Privacy Policy