Uses of Interface
net.esper.type.MathArithTypeEnum.Computer

Packages that use MathArithTypeEnum.Computer
net.esper.type Internal primitive, enum and other type representations 
 

Uses of MathArithTypeEnum.Computer in net.esper.type
 

Classes in net.esper.type that implement MathArithTypeEnum.Computer
static class MathArithTypeEnum.AddDouble
          Computer for type-specific arith.
static class MathArithTypeEnum.AddFloat
          Computer for type-specific arith.
static class MathArithTypeEnum.AddInt
          Computer for type-specific arith.
static class MathArithTypeEnum.AddLong
          Computer for type-specific arith.
static class MathArithTypeEnum.DivideDouble
          Computer for type-specific arith.
static class MathArithTypeEnum.DivideFloat
          Computer for type-specific arith.
static class MathArithTypeEnum.DivideInt
          Computer for type-specific arith.
static class MathArithTypeEnum.DivideLong
          Computer for type-specific arith.
static class MathArithTypeEnum.ModuloDouble
          Computer for type-specific arith.
static class MathArithTypeEnum.ModuloFloat
          Computer for type-specific arith.
static class MathArithTypeEnum.ModuloInt
          Computer for type-specific arith.
static class MathArithTypeEnum.ModuloLong
          Computer for type-specific arith.
static class MathArithTypeEnum.MultiplyDouble
          Computer for type-specific arith.
static class MathArithTypeEnum.MultiplyFloat
          Computer for type-specific arith.
static class MathArithTypeEnum.MultiplyInt
          Computer for type-specific arith.
static class MathArithTypeEnum.MultiplyLong
          Computer for type-specific arith.
static class MathArithTypeEnum.SubtractDouble
          Computer for type-specific arith.
static class MathArithTypeEnum.SubtractFloat
          Computer for type-specific arith.
static class MathArithTypeEnum.SubtractInt
          Computer for type-specific arith.
static class MathArithTypeEnum.SubtractLong
          Computer for type-specific arith.
 

Methods in net.esper.type that return MathArithTypeEnum.Computer
 MathArithTypeEnum.Computer MathArithTypeEnum.getComputer(Class coercedType)
          Returns number cruncher for the target coercion type.