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 TypeInterfaceDescriptioninterfaceBooleanAggregateStateis the subinterface ofAggregateStatethat is used for aggregate methods with return value of type boolean.interfaceByteAggregateStateis the subinterface ofAggregateStatethat is used for aggregate methods with return value of type byte.interfaceCharAggregateStateis the subinterface ofAggregateStatethat is used for aggregate methods with return value of type char.interfaceDoubleAggregateStateis the subinterface ofAggregateStatethat is used for aggregate methods with return value of type double.interfaceFloatAggregateStateis the subinterface ofAggregateStatethat is used for aggregate methods with return value of type float.interfaceIntAggregateStateis the subinterface ofAggregateStatethat is used for aggregate methods with return value of type int.interfaceLongAggregateStateis the subinterface ofAggregateStatethat is used for aggregate methods with return value of type long.interfaceObjectAggregateStateis the subinterface ofAggregateStatethat is used for aggregate methods with return value of type T.interfaceShortAggregateStateis the subinterface ofAggregateStatethat 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 classUtility class which implements allAggregateStateinterfaces and provides some general fields for storing state.