ICU4J API Comparison: ICU4J 74 with ICU4J 75
Removed from ICU4J 74
(no API removed)
Deprecated or Obsoleted in ICU4J 75
(no API obsoleted)
Changed in ICU4J 75 (old, new)
(no API changed)
Promoted to stable in ICU4J 75
Package com.ibm.icu.text
- (stable) public interface PersonName
 
- (stable) public class PersonNameFormatter
 
- (stable) public static class PersonNameFormatter.Builder
 
- (stable) public class SimplePersonName
 
- (stable) public static class SimplePersonName.Builder
 
- (stable) public static enum PersonName.FieldModifier
 
- (stable) public static enum PersonName.NameField
 
- (stable) public static enum PersonName.PreferredOrder
 
- (stable) public static enum PersonNameFormatter.DisplayOrder
 
- (stable) public static enum PersonNameFormatter.Formality
 
- (stable) public static enum PersonNameFormatter.Length
 
- (stable) public static enum PersonNameFormatter.Usage
 
PersonName.FieldModifier
- (stable) public static PersonName.FieldModifier forString(java.lang.String)
 
- (stable) public java.lang.String toString()
 
- (stable) public static final PersonName.FieldModifier ALL_CAPS
 
- (stable) public static final PersonName.FieldModifier CORE
 
- (stable) public static final PersonName.FieldModifier INFORMAL
 
- (stable) public static final PersonName.FieldModifier INITIAL
 
- (stable) public static final PersonName.FieldModifier INITIAL_CAP
 
- (stable) public static final PersonName.FieldModifier MONOGRAM
 
- (stable) public static final PersonName.FieldModifier PREFIX
 
PersonName.NameField
- (stable) public java.lang.String toString()
 
- (stable) public static final PersonName.NameField CREDENTIALS
 
- (stable) public static final PersonName.NameField GENERATION
 
- (stable) public static final PersonName.NameField GIVEN
 
- (stable) public static final PersonName.NameField GIVEN2
 
- (stable) public static final PersonName.NameField SURNAME
 
- (stable) public static final PersonName.NameField SURNAME2
 
- (stable) public static final PersonName.NameField TITLE
 
PersonName.PreferredOrder
- (stable) public static final PersonName.PreferredOrder DEFAULT
 
- (stable) public static final PersonName.PreferredOrder GIVEN_FIRST
 
- (stable) public static final PersonName.PreferredOrder SURNAME_FIRST
 
PersonNameFormatter.DisplayOrder
- (stable) public static final PersonNameFormatter.DisplayOrder DEFAULT
 
- (stable) public static final PersonNameFormatter.DisplayOrder SORTING
 
PersonNameFormatter.Formality
- (stable) public static final PersonNameFormatter.Formality FORMAL
 
- (stable) public static final PersonNameFormatter.Formality INFORMAL
 
PersonNameFormatter.Length
- (stable) public static final PersonNameFormatter.Length LONG
 
- (stable) public static final PersonNameFormatter.Length MEDIUM
 
- (stable) public static final PersonNameFormatter.Length SHORT
 
PersonNameFormatter.Usage
- (stable) public static final PersonNameFormatter.Usage ADDRESSING
 
- (stable) public static final PersonNameFormatter.Usage MONOGRAM
 
- (stable) public static final PersonNameFormatter.Usage REFERRING
 
UnicodeSet
- (stable) public static final int SIMPLE_CASE_INSENSITIVE
 
Package com.ibm.icu.util
MeasureUnit
- (stable) public static final MeasureUnit BEAUFORT
 
Added in ICU4J 75
Package com.ibm.icu.lang
- (draft) public static enum UCharacter.IdentifierStatus
 
- (draft) public static enum UCharacter.IdentifierType
 
UCharacter
- (draft) public static final int getIdentifierTypes(int, java.util.EnumSet<UCharacter.IdentifierType>)
 
- (draft) public static final boolean hasIdentifierType(int, UCharacter.IdentifierType)
 
UCharacter.IdentifierStatus
- (draft) public static final UCharacter.IdentifierStatus ALLOWED
 
- (draft) public static final UCharacter.IdentifierStatus RESTRICTED
 
UCharacter.IdentifierType
- (draft) public static final UCharacter.IdentifierType DEFAULT_IGNORABLE
 
- (draft) public static final UCharacter.IdentifierType DEPRECATED
 
- (draft) public static final UCharacter.IdentifierType EXCLUSION
 
- (draft) public static final UCharacter.IdentifierType INCLUSION
 
- (draft) public static final UCharacter.IdentifierType LIMITED_USE
 
- (draft) public static final UCharacter.IdentifierType NOT_CHARACTER
 
- (draft) public static final UCharacter.IdentifierType NOT_NFKC
 
- (draft) public static final UCharacter.IdentifierType NOT_XID
 
- (draft) public static final UCharacter.IdentifierType OBSOLETE
 
- (draft) public static final UCharacter.IdentifierType RECOMMENDED
 
- (draft) public static final UCharacter.IdentifierType TECHNICAL
 
- (draft) public static final UCharacter.IdentifierType UNCOMMON_USE
 
UProperty
- (draft) public static final int IDENTIFIER_STATUS
 
- (draft) public static final int IDENTIFIER_TYPE
 
UScript
- (stable) public static final int ARABIC_NASTALIQ
 
Package com.ibm.icu.message2
MFDataModel.Attribute
- (draft) public final java.lang.String name
 
- (draft) public final MFDataModel.LiteralOrVariableRef value
 
MFDataModel.CatchallKey
- (draft) public MFDataModel.CatchallKey()
 
MFDataModel.FunctionAnnotation
- (draft) public final java.lang.String name
 
- (draft) public final java.util.Map<java.lang.String, MFDataModel.Option> options
 
MFDataModel.FunctionExpression
- (draft) public final MFDataModel.FunctionAnnotation annotation
 
- (draft) public final java.util.List<MFDataModel.Attribute> attributes
 
MFDataModel.InputDeclaration
- (draft) public final java.lang.String name
 
- (draft) public final MFDataModel.VariableExpression value
 
MFDataModel.Literal
- (draft) public final java.lang.String value
 
MFDataModel.LiteralExpression
- (draft) public final MFDataModel.Annotation annotation
 
- (draft) public final MFDataModel.Literal arg
 
- (draft) public final java.util.List<MFDataModel.Attribute> attributes
 
MFDataModel.LocalDeclaration
- (draft) public final java.lang.String name
 
- (draft) public final MFDataModel.Expression value
 
MFDataModel.Markup
- (draft) public final java.util.List<MFDataModel.Attribute> attributes
 
- (draft) public final MFDataModel.Markup.Kind kind
 
- (draft) public final java.lang.String name
 
- (draft) public final java.util.Map<java.lang.String, MFDataModel.Option> options
 
MFDataModel.Option
- (draft) public final java.lang.String name
 
- (draft) public final MFDataModel.LiteralOrVariableRef value
 
MFDataModel.Pattern
- (draft) public final java.util.List<MFDataModel.PatternPart> parts
 
MFDataModel.PatternMessage
- (draft) public final java.util.List<MFDataModel.Declaration> declarations
 
- (draft) public final MFDataModel.Pattern pattern
 
MFDataModel.SelectMessage
- (draft) public final java.util.List<MFDataModel.Declaration> declarations
 
- (draft) public final java.util.List<MFDataModel.Expression> selectors
 
- (draft) public final java.util.List<MFDataModel.Variant> variants
 
MFDataModel.StringPart
- (draft) public final java.lang.String value
 
MFDataModel.UnsupportedAnnotation
- (draft) public final java.lang.String source
 
MFDataModel.UnsupportedExpression
- (draft) public final MFDataModel.UnsupportedAnnotation annotation
 
- (draft) public final java.util.List<MFDataModel.Attribute> attributes
 
MFDataModel.UnsupportedStatement
- (draft) public final java.lang.String body
 
- (draft) public final java.util.List<MFDataModel.Expression> expressions
 
- (draft) public final java.lang.String keyword
 
MFDataModel.VariableExpression
- (draft) public final MFDataModel.Annotation annotation
 
- (draft) public final MFDataModel.VariableRef arg
 
- (draft) public final java.util.List<MFDataModel.Attribute> attributes
 
MFDataModel.VariableRef
- (draft) public final java.lang.String name
 
MFDataModel.Variant
- (draft) public final java.util.List<MFDataModel.LiteralOrCatchallKey> keys
 
- (draft) public final MFDataModel.Pattern value
 
MFParseException
- (draft) public MFParseException(java.lang.String, int)
 
- (draft) public java.lang.String getMessage()
 
MFSerializer
- (draft) public MFSerializer()
 
Package com.ibm.icu.number
LocalizedNumberFormatter
- (draft) public UnlocalizedNumberFormatter withoutLocale()
 
LocalizedNumberRangeFormatter
- (draft) public UnlocalizedNumberRangeFormatter withoutLocale()
 
Package com.ibm.icu.util
MeasureUnit.MeasurePrefix
- (draft) public static final MeasureUnit.MeasurePrefix QUECTO
 
- (draft) public static final MeasureUnit.MeasurePrefix QUETTA
 
- (draft) public static final MeasureUnit.MeasurePrefix RONNA
 
- (draft) public static final MeasureUnit.MeasurePrefix RONTO
 
Contents generated by ReportAPI tool on Mon Mar 25 13:11:50 EDT 2024
© 2024 and later: Unicode, Inc. and others. License & terms of use: http://www.unicode.org/copyright.html