Uses of Interface
de.grogra.xl.lang.AggregateState
Packages that use AggregateState
-
Uses of AggregateState in de.grogra.xl.lang
Subinterfaces of AggregateState in de.grogra.xl.langModifier and TypeInterfaceDescriptioninterface
BooleanAggregateState
is the subinterface ofAggregateState
that is used for aggregate methods with return value of type boolean.interface
ByteAggregateState
is the subinterface ofAggregateState
that is used for aggregate methods with return value of type byte.interface
CharAggregateState
is the subinterface ofAggregateState
that is used for aggregate methods with return value of type char.interface
DoubleAggregateState
is the subinterface ofAggregateState
that is used for aggregate methods with return value of type double.interface
FloatAggregateState
is the subinterface ofAggregateState
that is used for aggregate methods with return value of type float.interface
IntAggregateState
is the subinterface ofAggregateState
that is used for aggregate methods with return value of type int.interface
LongAggregateState
is the subinterface ofAggregateState
that is used for aggregate methods with return value of type long.interface
ObjectAggregateState
is the subinterface ofAggregateState
that is used for aggregate methods with return value of type T.interface
ShortAggregateState
is the subinterface ofAggregateState
that is used for aggregate methods with return value of type short. -
Uses of AggregateState in de.grogra.xl.util
Classes in de.grogra.xl.util that implement AggregateStateModifier and TypeClassDescriptionfinal class
Utility class which implements allAggregateState
interfaces and provides some general fields for storing state.