Count

public final class Count extends PercentOrCount

Constructors

Link copied to clipboard
public Count Count(Integer number)

Functions

Link copied to clipboard
public final Integer getNumber()
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 Integer number