Uses of Interface
com.espertech.esper.type.MathArithTypeEnum.Computer

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

Uses of MathArithTypeEnum.Computer in com.espertech.esper.type
 

Classes in com.espertech.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 com.espertech.esper.type that return MathArithTypeEnum.Computer
 MathArithTypeEnum.Computer MathArithTypeEnum.getComputer(Class coercedType)
          Returns number cruncher for the target coercion type.
 


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com