Package | Description |
---|---|
com.rultor.spi |
Service Programming Interface (SPI).
|
Modifier and Type | Interface and Description |
---|---|
interface |
Pulses
Pulses.
|
interface |
Sheet
Sheet of transactions.
|
Modifier and Type | Class and Description |
---|---|
static class |
Pageable.Array<T>
Immutable collection, based on array.
|
static class |
Pageable.Sequence<T>
Sequence of pulses.
|
static class |
Pulses.Row
One row that doesn't support paginating.
|
Modifier and Type | Method and Description |
---|---|
Pageable<Time,Time> |
Drain.pulses()
Iterate all available pulses, in reverse order (the latest one on top).
|
Pageable<Pulse,Coordinates> |
Pulses.Row.tail(Coordinates head) |
Pageable<T,K> |
Pageable.tail(K head)
Get a subset of this vector.
|
Pageable<T,T> |
Pageable.Array.tail(T head) |
Pageable<T,T> |
Pageable.Sequence.tail(T head) |
Constructor and Description |
---|
Pageable.Sequence(Pageable<T,T> frst,
Pageable<T,T> scnd)
Public ctor.
|
Pageable.Sequence(Pageable<T,T> frst,
Pageable<T,T> scnd)
Public ctor.
|
Copyright © 2009–2014 Rultor Inc.. All rights reserved.