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

com.github.wz2cool.dynamic.builder.direction.Ascending Maven / Gradle / Ivy

There is a newer version: 3.2.32
Show newest version
package com.github.wz2cool.dynamic.builder.direction;

import com.github.wz2cool.dynamic.SortDirection;

/**
 * @author Frank
 */
public class Ascending implements ISortDirection {
    @Override
    public SortDirection getDirection() {
        return SortDirection.ASC;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy