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

Packages that use ArithTypeEnum.Computer
net.esper.type   
 

Uses of ArithTypeEnum.Computer in net.esper.type
 

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

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