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
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