Box

public void Box(T start, T end, boolean openOnLeft, boolean openOnRight)

Constructs an interval of any kind between start and end

Parameters

start

left bound of the interval

end

right bound of the interval

openOnLeft

marks whether the left bound is included or not

openOnRight

marks whether the right bound is included or not


public void Box(T start, T end)