Example usage for org.apache.commons.lang.math NumberUtils subclass-usage

List of usage examples for org.apache.commons.lang.math NumberUtils subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.lang.math NumberUtils subclass-usage.

Usage

From source file org.bigmouth.nvwa.utils.NumberHelper.java

public class NumberHelper extends org.apache.commons.lang.math.NumberUtils {

}

From source file org.mule.util.NumberUtils.java

/**
 * <code>NumberUtils</code> contains useful methods for manipulating numbers.
 */
// @ThreadSafe
public class NumberUtils extends org.apache.commons.lang.math.NumberUtils {
    public static final int INTEGER_ERROR = -999999999;