All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.anotheria.util.sorter.IComparable Maven / Gradle / Ivy

There is a newer version: 4.0.0
Show newest version
package net.anotheria.util.sorter;

/**
 * This interface should be implemented by all classes which wish to be sorted
 * by the standart sorter.
 *
 * @see Sorter
 * @author another
 * @version $Id: $Id
 */
public interface IComparable {
   /**
    * 

compareTo.

* * @param anotherObject a {@link net.anotheria.util.sorter.IComparable} object. * @param method a int. * @return a int. */ int compareTo(IComparable anotherObject, int method); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy