Class SimpleUnitFormat.Exponent

  • Enclosing class:
    SimpleUnitFormat

    private static class SimpleUnitFormat.Exponent
    extends java.lang.Object
    This class represents an exponent with both a power (numerator) and a root (denominator).
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int pow  
      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

        public final int pow
      • root

        public final int root
    • Constructor Detail

      • Exponent

        public Exponent​(int pow,
                        int root)