Pulses.Row
Pageable.Array<T>, Pageable.Sequence<T>
Constructor and Description |
---|
Pulses.Row()
Public ctor.
|
Pulses.Row(Collection<Pulse> data)
Public ctor.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Pulse> |
iterator() |
Query |
query()
Get query to filter by.
|
Pageable<Pulse,Coordinates> |
tail(Coordinates head)
Get a subset of this vector.
|
public Pulses.Row()
public Pulses.Row(@NotNull(message="array can\'t be NULL") Collection<Pulse> data)
data
- Array of datapublic Pageable<Pulse,Coordinates> tail(Coordinates head)
Pageable
tail
in interface Pageable<Pulse,Coordinates>
head
- Maximum time that is allowed in the result vectorCopyright © 2009–2014 Rultor Inc.. All rights reserved.