public abstract class Window
extends java.lang.Object
Constructor and Description |
---|
Window(long start,
long end) |
Modifier and Type | Method and Description |
---|---|
long |
end()
Returns the end timestamp of this window, exclusive
|
boolean |
equals(java.lang.Object obj) |
boolean |
equalsTo(Window other) |
int |
hashCode() |
boolean |
overlap(Window other) |
long |
start()
Returns the start timestamp of this window, inclusive
|
public long start()
public long end()
public boolean overlap(Window other)
public boolean equalsTo(Window other)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object