|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectrx.operators.ChunkedOperation.Chunk<T,C>
T - The type of objects which this ChunkedOperation.Chunk can hold.C - The type of object being tracked by the ChunkedOperation.Chunkprotected abstract static class ChunkedOperation.Chunk<T,C>
This class represents a single chunk: A sequence of recorded values.
| Field Summary | |
|---|---|
protected java.util.List<T> |
contents
|
| Constructor Summary | |
|---|---|
protected |
ChunkedOperation.Chunk()
|
| Method Summary | |
|---|---|
abstract C |
getContents()
|
void |
pushValue(T value)
Appends a specified value to the ChunkedOperation.Chunk. |
int |
size()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final java.util.List<T> contents
| Constructor Detail |
|---|
protected ChunkedOperation.Chunk()
| Method Detail |
|---|
public void pushValue(T value)
ChunkedOperation.Chunk.
value - The value to append to the ChunkedOperation.Chunk.public abstract C getContents()
C which contains all the
recorded values in this ChunkedOperation.Chunk object.public int size()
List which contains all the
recorded values in this ChunkedOperation.Chunk object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||