Looks like included, excluded bounds. On Mon, Sep 19, 2016, 18:57 Jesse Anderson <[email protected]> wrote:
> The toString() to IntervalWindow starts with a square bracket and ends with
> a parenthesis. Is this a type of notation or a bug? Code:
>
> @Override
> public String toString() {
> return "[" + start + ".." + end + ")";
> }
>
> Thanks,
>
> Jesse
>
