Holger's
Java API

Uses of Class
com.antelmann.math.RelationalOperator

Packages that use RelationalOperator
com.antelmann.math This package contains classes to ease calculations. 
 

Uses of RelationalOperator in com.antelmann.math
 

Methods in com.antelmann.math that return RelationalOperator
static RelationalOperator RelationalOperator.fromString(String symbol)
           
static RelationalOperator RelationalOperator.scanNext(String str)
           
static RelationalOperator RelationalOperator.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RelationalOperator[] RelationalOperator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.antelmann.math that return types with arguments of type RelationalOperator
 Set<Map.Entry<T,RelationalOperator>> NumberStringFilter.getCompiledNumbers()
           
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads