Follows math conventions that represent ranges where [ ] represent
inclusivity and ( ) means upto but don't include. So [2, 3) means the range
from 2 upto but not including 3.

On Mon, Sep 19, 2016 at 8:56 AM, Jesse Anderson <je...@smokinghand.com>
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
>

Reply via email to