Uses of Class
com.google.privacy.differentialprivacy.AggregationState
-
-
Uses of AggregationState in com.google.privacy.differentialprivacy
Methods in com.google.privacy.differentialprivacy that return AggregationState Modifier and Type Method Description static AggregationStateAggregationState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AggregationState[]AggregationState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-