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

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

Introduction

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

Usage

From source file com.fjn.helper.common.util.NumberUtil.java

/**
 *
 * @author fjn
 *
 */
public class NumberUtil extends NumberUtils {

From source file net.dontdrinkandroot.utils.lang.math.NumberUtils.java

/**
 * Provides extra functionality for Java Number classes.
 * 
 * @author Philip W. Sorst
 * 
 */

From source file org.openlmis.migration.tool.openlmis.requisition.domain.OpenLmisNumberUtils.java

public final class OpenLmisNumberUtils extends NumberUtils {

    private OpenLmisNumberUtils() {
        throw new UnsupportedOperationException();
    }

From source file com.qtplaf.library.util.NumberUtils.java

/**
 * Number utilities extended from Apache Commons Lang.
 *
 * @author Miquel Sas
 */
public class NumberUtils extends org.apache.commons.lang3.math.NumberUtils {

From source file fr.landel.utils.commons.NumberUtilsParsers.java

/**
 * Utility class to parse numbers.
 *
 * @since Dec 11, 2017
 * @author Gilles Landel
 *

From source file jp.furplag.util.commons.NumberUtils.java

/**
 * utilities for number classes.
 *
 * @see org.apache.commons.lang3.math.NumberUtils
 * @author furplag.jp
 */