public abstract class BaseWindow extends java.lang.Object implements IWindow
IWindow.Type| Modifier and Type | Field and Description |
|---|---|
protected long |
slideLength |
protected long |
windowLength |
| Constructor and Description |
|---|
BaseWindow(long windowLength,
long slideLength) |
| Modifier and Type | Method and Description |
|---|---|
long |
getSlidingLength() |
long |
getWindowLength() |
void |
validate() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetWindowStrategyprotected final long windowLength
protected final long slideLength
public long getWindowLength()
getWindowLength in interface IWindowpublic long getSlidingLength()
getSlidingLength in interface IWindow