Uses of Interface
com.ibm.icu.impl.number.Modifier
Packages that use Modifier
-
Uses of Modifier in com.ibm.icu.impl.number
Classes in com.ibm.icu.impl.number that implement ModifierModifier and TypeClassDescriptionclassThe canonical implementation ofModifier, containing a prefix and suffix string.classAn implementation ofModifierthat allows for multiple types of fields in the same modifier.classIdentical toConstantMultiFieldModifier, but supports currency spacing.classThis class is aModifierthat wraps a decimal format pattern.classThe second primary implementation ofModifier, this one consuming aSimpleFormatterpattern.Fields in com.ibm.icu.impl.number declared as ModifierModifier and TypeFieldDescriptionMicroProps.modInnerMicroProps.modMiddleMicroProps.modOuter(package private) final Modifier[]AdoptingModifierStore.modsprivate final ModifierAdoptingModifierStore.negativeprivate final ModifierAdoptingModifierStore.negZeroprivate final ModifierAdoptingModifierStore.positiveprivate final ModifierAdoptingModifierStore.posZeroMethods in com.ibm.icu.impl.number that return ModifierModifier and TypeMethodDescriptionprivate ModifierMixedUnitLongNameHandler.getMixedUnitModifier(DecimalQuantity quantity, MicroProps micros) For a mixed unit, returns a Modifier that takes only one parameter: the smallest and final unit of the set.AdoptingModifierStore.getModifier(Modifier.Signum signum, StandardPlural plural) LongNameHandler.getModifier(Modifier.Signum signum, StandardPlural plural) MixedUnitLongNameHandler.getModifier(Modifier.Signum signum, StandardPlural plural) Required for ModifierStore.ModifierStore.getModifier(Modifier.Signum signum, StandardPlural plural) Returns a Modifier with the given parameters (best-effort).AdoptingModifierStore.getModifierWithoutPlural(Modifier.Signum signum) Methods in com.ibm.icu.impl.number with parameters of type ModifierModifier and TypeMethodDescriptionintPadder.padAndApply(Modifier mod1, Modifier mod2, FormattedStringBuilder string, int leftIndex, int rightIndex) default booleanModifier.semanticallyEquivalent(Modifier other) Returns whether this Modifier is *semantically equivalent* to the other Modifier; in many cases, this is the same as equal, but parameters should be ignored.voidAdoptingModifierStore.setModifier(Modifier.Signum signum, StandardPlural plural, Modifier mod) booleanConstantAffixModifier.strictEquals(Modifier other) booleanConstantMultiFieldModifier.strictEquals(Modifier other) booleanModifier.strictEquals(Modifier other) Returns whether this Modifier equals another Modifier.booleanMutablePatternModifier.strictEquals(Modifier other) booleanSimpleModifier.strictEquals(Modifier other) Constructors in com.ibm.icu.impl.number with parameters of type ModifierModifierConstructorDescriptionAdoptingModifierStore(Modifier positive, Modifier posZero, Modifier negZero, Modifier negative) This constructor populates the ParameterizedModifier with a single positive and negative form. -
Uses of Modifier in com.ibm.icu.number
Classes in com.ibm.icu.number that implement ModifierModifier and TypeClassDescriptionprivate static classprivate static classMethods in com.ibm.icu.number that return ModifierModifier and TypeMethodDescription(package private) ModifierNumberRangeFormatterImpl.resolveModifierPlurals(Modifier first, Modifier second) Methods in com.ibm.icu.number with parameters of type ModifierModifier and TypeMethodDescription(package private) ModifierNumberRangeFormatterImpl.resolveModifierPlurals(Modifier first, Modifier second) booleanScientificNotation.ScientificHandler.strictEquals(Modifier other) booleanScientificNotation.ScientificModifier.strictEquals(Modifier other)