devutility.internal.util.comparator.SortDirection Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of devutility.internal Show documentation
Show all versions of devutility.internal Show documentation
Utilities for Java development
package devutility.internal.util.comparator;
public enum SortDirection {
ASC, DESC;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy