| Class | Description |
|---|---|
| CenteredWindowIterator<W extends Collection<Optional<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)
|
| TrailsIterator<T,W extends Collection<?>> |
[1,2,3,4], 3, id -> (Nothing, Nothing, Just 1), (Nothing, Just 1, Just 2),
(Just 1, Just 2, Just 3), (Just 2, Just 3, Just 4)
|
Copyright © 2017. All rights reserved.