Range

public final class Range extends NumberOrRange(source)

Represents a start- and stop-inclusive integer range.

Parameters

start

The inclusive lower bound of the range

end

The inclusive upper bound of the range or null, if there is no upper bound

Constructors

Link copied to clipboard

Properties

Link copied to clipboard
private final Integer end
Link copied to clipboard
private final Integer start

Functions

Link copied to clipboard
public final Integer getEnd()
Link copied to clipboard
public final Integer getStart()
Link copied to clipboard

Converts the current number or range to a filter.

Link copied to clipboard
public String toString()