Package er.extensions.formatters

Examples of er.extensions.formatters.ERXUnitAwareDecimalFormat


    private double _peakMemoryUsage = 0.0d;
    private Runtime _runtime;
    private ERXUnitAwareDecimalFormat _decimalFormatter;

    public Stats() {
      _decimalFormatter = new ERXUnitAwareDecimalFormat(ERXUnitAwareDecimalFormat.BYTE);
      _decimalFormatter.setMaximumFractionDigits(2);
      _runtime = Runtime.getRuntime();
      updateMemoryUsage();
    }
View Full Code Here

TOP

Related Classes of er.extensions.formatters.ERXUnitAwareDecimalFormat

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.