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

devutility.internal.util.comparator.SortDirection Maven / Gradle / Ivy

There is a newer version: 1.3.8.1
Show newest version
package devutility.internal.util.comparator;

/**
 * 
 * SortDirection
 * 
 * @author: Aldwin Su
 */
public enum SortDirection {
	/**
	 * Positive sequence.
	 */
	ASC,

	/**
	 * Reverse order
	 */
	DESC;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy