|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectrx.operators.ChunkedOperation.Chunk<T,java.util.List<T>>
rx.operators.OperationBuffer.Buffer<T>
T - The type of objects which this OperationBuffer.Buffer can hold.protected static class OperationBuffer.Buffer<T>
This class represents a single buffer: A sequence of recorded values.
| Field Summary |
|---|
| Fields inherited from class rx.operators.ChunkedOperation.Chunk |
|---|
contents |
| Constructor Summary | |
|---|---|
protected |
OperationBuffer.Buffer()
|
| Method Summary | |
|---|---|
java.util.List<T> |
getContents()
|
| Methods inherited from class rx.operators.ChunkedOperation.Chunk |
|---|
pushValue, size |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected OperationBuffer.Buffer()
| Method Detail |
|---|
public java.util.List<T> getContents()
getContents in class ChunkedOperation.Chunk<T,java.util.List<T>>List which contains all the
recorded values in this OperationBuffer.Buffer object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||