Uses of Class
org.jaitools.numeric.NumberOperations.ClassInfo

Packages that use NumberOperations.ClassInfo
org.jaitools.numeric Classes providing a range of numeric functions including summary statistics, defining and comparing ranges (intervals), and compiling histogram data. 
 

Uses of NumberOperations.ClassInfo in org.jaitools.numeric
 

Methods in org.jaitools.numeric that return NumberOperations.ClassInfo
static NumberOperations.ClassInfo NumberOperations.ClassInfo.get(Class<? extends Number> clazz)
          Gets the ClassInfo type for the given class
static NumberOperations.ClassInfo NumberOperations.ClassInfo.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NumberOperations.ClassInfo[] NumberOperations.ClassInfo.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2009-2015. All Rights Reserved.