Class PrefixDefinitions


  • public final class PrefixDefinitions
    extends Object
    This class holds definitions of common metric unit prefixes for use in unit definitions.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static List<PrefixDefinition> STANDARD
      A list of metric prefix definitions from YOTTA (1024) to YOCTO (10-24).
    • Method Summary

      • Methods inherited from class Object

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

      • STANDARD

        public static List<PrefixDefinition> STANDARD
        A list of metric prefix definitions from YOTTA (1024) to YOCTO (10-24).
    • Constructor Detail

      • PrefixDefinitions

        public PrefixDefinitions()