See: Description
Interface | Description |
---|---|
DesiredRateExpression<R> |
An expression to read at the desired rate.
|
DesiredRateExpressionList<R> |
A list of expressions to read at the desired rate.
|
DesiredRateReadWriteExpression<R,W> |
An expression to write and to read at the desired rate.
|
DesiredRateReadWriteExpressionList<R,W> |
An list of expressions to write and to read at the desired rate.
|
SourceRateExpression<R> |
An expression to read at the rate of the source.
|
SourceRateExpressionList<R> |
A list of expressions to read at the rate of the source.
|
SourceRateReadWriteExpression<R,W> |
An expression to write and to read at the rate of the source.
|
SourceRateReadWriteExpressionList<R,W> |
A list of expressions to write and to read at the rate of the source.
|
WriteExpression<W> |
An expression to write.
|
WriteExpressionList<W> |
A list of expressions to write.
|
These interfaces and implementation where put here to stay a bit "out of sight" since most people who simply use expressions already built don't need to care about these. And, given the lack of multiple inheritance in Java, and the different combinations, 20 classes/interfaces are required to cover all the cases.
Copyright © 2012. All Rights Reserved.