| Class | Description |
|---|---|
| CenteredWindowIterator<W extends Collection<Maybe<T>>,T> |
[1,2,3,4,5], 3 -> (-,1,2), (1,2,3), (2,3,4), (3,4,5), (4,5,-)
|
| PreciseWindowIterator<W extends Collection<T>,T> |
[1,2,3,4,5], 3 -> (1,2,3), (2,3,4), (3,4,5)
|
Copyright © 2012. All Rights Reserved.