Uses of Interface
tech.units.indriya.spi.NumberSystem
-
Packages that use NumberSystem Package Description tech.units.indriya.function This package provides functional interfaces and other functions including unit or quantity conversion. -
-
Uses of NumberSystem in tech.units.indriya.function
Classes in tech.units.indriya.function that implement NumberSystem Modifier and Type Class Description classDefaultNumberSystemMethods in tech.units.indriya.function that return NumberSystem Modifier and Type Method Description static NumberSystemCalculus. currentNumberSystem()Returns the currentNumberSystemused for Number arithmetic.static NumberSystemCalculus. getNumberSystem(String name)Returns the givenNumberSystemused for Number arithmetic by (class) name.Methods in tech.units.indriya.function that return types with arguments of type NumberSystem Modifier and Type Method Description static List<NumberSystem>Calculus. getAvailableNumberSystems()All availableNumberSystemsused for Number arithmetic.Methods in tech.units.indriya.function with parameters of type NumberSystem Modifier and Type Method Description static voidCalculus. setCurrentNumberSystem(NumberSystem system)Sets the current number system
-