Percent

public final class Percent extends PercentOrCount

Constructors

Link copied to clipboard
public Percent Percent(Double percent)

Functions

Link copied to clipboard
public final Double getPercent()
Link copied to clipboard
public Boolean isEq(Integer other)
Link copied to clipboard
public Boolean isGreatherThan<T extends Number>(T other, Integer totalCount)
Link copied to clipboard
public Boolean isLesserThan<T extends Number>(T other, Integer totalCount)
Link copied to clipboard
public Integer toCount(Integer totalCount)

Properties

Link copied to clipboard
private final Double percent