Uses of Class
org.mongojack.Aggregation.Group.Op
-
Packages that use Aggregation.Group.Op Package Description org.mongojack -
-
Uses of Aggregation.Group.Op in org.mongojack
Fields in org.mongojack declared as Aggregation.Group.Op Modifier and Type Field Description Aggregation.Group.Op
Aggregation.Group.Accumulator. operator
Methods in org.mongojack that return Aggregation.Group.Op Modifier and Type Method Description static Aggregation.Group.Op
Aggregation.Group.Op. valueOf(String name)
Returns the enum constant of this type with the specified name.static Aggregation.Group.Op[]
Aggregation.Group.Op. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-