public class ObjSlidingWindow<T> extends LsaIterator<List<T>>
| Constructor and Description |
|---|
ObjSlidingWindow(Iterator<? extends T> iterator,
int windowSize,
int stepWidth) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
List<T> |
nextIteration() |
next, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic boolean hasNext()
public List<T> nextIteration()
nextIteration in class LsaIterator<List<T>>Copyright © 2017. All rights reserved.