Class SimpleUnitFormat.Exponent

java.lang.Object
tech.units.indriya.format.SimpleUnitFormat.Exponent
Enclosing class:
SimpleUnitFormat

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

    • pow

      public final int pow
    • root

      public final int root
  • Constructor Details

    • Exponent

      public Exponent(int pow, int root)