Class UnitFormatParser.Exponent

  • Enclosing class:
    UnitFormatParser

    private static class UnitFormatParser.Exponent
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int pow  
      (package private) int root  
    • Constructor Summary

      Constructors 
      Constructor Description
      Exponent​(int pow, int root)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • pow

        final int pow
      • root

        final int root
    • Constructor Detail

      • Exponent

        public Exponent​(int pow,
                        int root)