Class CurrencyDemo.HackCurrencyInfo

  • Enclosing class:
    CurrencyDemo

    static class CurrencyDemo.HackCurrencyInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int decimals  
      (package private) double rounding  
      (package private) java.lang.String symbol  
    • Constructor Summary

      Constructors 
      Constructor Description
      HackCurrencyInfo​(int decimals, double rounding, java.lang.String symbol)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • decimals

        int decimals
      • rounding

        double rounding
      • symbol

        java.lang.String symbol
    • Constructor Detail

      • HackCurrencyInfo

        HackCurrencyInfo​(int decimals,
                         double rounding,
                         java.lang.String symbol)