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

com.javajy.api.component.PageEntity Maven / Gradle / Ivy

The newest version!
package com.javajy.api.component;

public class PageEntity {
    public PageEntity() {
    }

    public Integer getTotalPage(Integer var1, Integer var2) {
        return (int)Math.ceil((double)var1 * 1.0 / (double)var2);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy