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;

public enum SortDirection {
	ASC, DESC;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy