-
interface
BooleanAggregateState
is the subinterface of
AggregateState
that is used for aggregate methods with return
value of type boolean.
interface
ByteAggregateState
is the subinterface of
AggregateState
that is used for aggregate methods with return
value of type byte.
interface
CharAggregateState
is the subinterface of
AggregateState
that is used for aggregate methods with return
value of type char.
interface
DoubleAggregateState
is the subinterface of
AggregateState
that is used for aggregate methods with return
value of type double.
interface
FloatAggregateState
is the subinterface of
AggregateState
that is used for aggregate methods with return
value of type float.
interface
IntAggregateState
is the subinterface of
AggregateState
that is used for aggregate methods with return
value of type int.
interface
LongAggregateState
is the subinterface of
AggregateState
that is used for aggregate methods with return
value of type long.
interface
ObjectAggregateState
is the subinterface of
AggregateState
that is used for aggregate methods with return
value of type T.
interface
ShortAggregateState
is the subinterface of
AggregateState
that is used for aggregate methods with return
value of type short.
-
final class
Utility class which implements all AggregateState
interfaces and provides some general fields for storing state.