Uses of Class
com.ibm.icu.impl.units.SingleUnitImpl
Packages that use SingleUnitImpl
-
Uses of SingleUnitImpl in com.ibm.icu.impl.units
Classes in com.ibm.icu.impl.units that implement interfaces with type arguments of type SingleUnitImplModifier and TypeClassDescription(package private) static classFields in com.ibm.icu.impl.units declared as SingleUnitImplModifier and TypeFieldDescription(package private) SingleUnitImplMeasureUnitImpl.UnitsParser.SingleUnitOrConstant.singleUnitFields in com.ibm.icu.impl.units with type parameters of type SingleUnitImplModifier and TypeFieldDescriptionprivate final ArrayList<SingleUnitImpl> MeasureUnitImpl.singleUnitsThe list of single units.Methods in com.ibm.icu.impl.units that return SingleUnitImplMethods in com.ibm.icu.impl.units that return types with arguments of type SingleUnitImplModifier and TypeMethodDescriptionConversionRates.extractBaseUnits(MeasureUnitImpl measureUnitImpl) ConversionRates.extractBaseUnits(SingleUnitImpl singleUnit) MeasureUnitImpl.getSingleUnits()Returns the list of simple units.Methods in com.ibm.icu.impl.units with parameters of type SingleUnitImplModifier and TypeMethodDescriptionbooleanMeasureUnitImpl.appendSingleUnit(SingleUnitImpl singleUnit) Mutates this MeasureUnitImpl to append a single unit.intMeasureUnitImpl.SingleUnitComparator.compare(SingleUnitImpl o1, SingleUnitImpl o2) (package private) intSingleUnitImpl.compareTo(SingleUnitImpl other) Compare this SingleUnitImpl to another SingleUnitImpl for the sake of sorting and coalescing.ConversionRates.extractBaseUnits(SingleUnitImpl singleUnit) ConversionRates.extractSystems(SingleUnitImpl singleUnit) private UnitsConverter.FactorConversionRates.getFactorToBase(SingleUnitImpl singleUnit) Extracts the factor from aSingleUnitImplto its Basic Unit.(package private) booleanSingleUnitImpl.isCompatibleWith(SingleUnitImpl other) Checks whether this SingleUnitImpl is compatible with another for the purpose of coalescing.Method parameters in com.ibm.icu.impl.units with type arguments of type SingleUnitImplModifier and TypeMethodDescriptionprivate static voidUnitsConverter.insertInMap(HashMap<String, Integer> dimensionMap, ArrayList<SingleUnitImpl> singleUnits, int multiplier) HelpersConstructors in com.ibm.icu.impl.units with parameters of type SingleUnitImplModifierConstructorDescriptionMeasureUnitImpl(SingleUnitImpl singleUnit) (package private)SingleUnitOrConstant(SingleUnitImpl singleUnit, Long constant) -
Uses of SingleUnitImpl in com.ibm.icu.util
Methods in com.ibm.icu.util that return SingleUnitImpl