Class NumericValues


  • class NumericValues
    extends java.lang.Object
    Constant strings for getting the primitive value of different native types on the generic Number object interface. (or the less generic BigDecimal/BigInteger types)
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Map<java.lang.Class<?>,​java.lang.String> map  
    • Constructor Summary

      Constructors 
      Constructor Description
      NumericValues()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) java.lang.String get​(java.lang.Class<?> cls)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • map

        private final java.util.Map<java.lang.Class<?>,​java.lang.String> map
    • Constructor Detail

      • NumericValues

        NumericValues()
    • Method Detail

      • get

        java.lang.String get​(java.lang.Class<?> cls)