org.apache.accumulo.core.util
Class NumUtil

java.lang.Object
  extended by org.apache.accumulo.core.util.NumUtil

public class NumUtil
extends Object


Constructor Summary
NumUtil()
           
 
Method Summary
static String bigNumberForQuantity(double big)
           
static String bigNumberForQuantity(long big)
           
static String bigNumberForSize(long big)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumUtil

public NumUtil()
Method Detail

bigNumberForSize

public static String bigNumberForSize(long big)

bigNumberForQuantity

public static String bigNumberForQuantity(long big)

bigNumberForQuantity

public static String bigNumberForQuantity(double big)


Copyright © 2015 Apache Accumulo Project. All rights reserved.