T
- Type of elements to pageK
- Type of positioning element@Immutable public interface Pageable<T,K> extends Iterable<T>
Modifier and Type | Interface and Description |
---|---|
static class |
Pageable.Array<T>
Immutable collection, based on array.
|
static class |
Pageable.Sequence<T>
Sequence of pulses.
|
@NotNull(message="pulses are never NULL") Pageable<T,K> tail(@NotNull(message="head can\'t be NULL") K head) throws IOException
head
- Maximum time that is allowed in the result vectorIOException
- If fails with some IO problemCopyright © 2009–2014 Rultor Inc.. All rights reserved.