Files
kotlin-fork/jdk-annotations/java/text/annotations.xml
T
Nikolay Krasko 12bdf557fa More annotations for Idea 132.844
(cherry picked from commit cd01ed95de1ae36236f5ae3f4c99854e0fe9fe14)
2013-10-30 19:59:24 +04:00

579 lines
32 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<root>
<item name="java.text.Annotation java.lang.String toString()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.AttributedCharacterIterator int getRunLimit(java.util.Set&lt;? extends java.text.AttributedCharacterIterator.Attribute&gt;) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.AttributedCharacterIterator int getRunStart(java.util.Set&lt;? extends java.text.AttributedCharacterIterator.Attribute&gt;) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.AttributedCharacterIterator java.util.Map&lt;java.text.AttributedCharacterIterator.Attribute,java.lang.Object&gt; getAttributes()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.AttributedCharacterIterator java.util.Set&lt;java.text.AttributedCharacterIterator.Attribute&gt; getAllAttributeKeys()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.AttributedCharacterIterator.Attribute java.lang.Object readResolve()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.AttributedCharacterIterator.Attribute java.lang.String toString()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.AttributedString AttributedString(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.AttributedString AttributedString(java.lang.String, java.util.Map&lt;? extends java.text.AttributedCharacterIterator.Attribute,?&gt;) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.AttributedString AttributedString(java.lang.String, java.util.Map&lt;? extends java.text.AttributedCharacterIterator.Attribute,?&gt;) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.AttributedString AttributedString(java.text.AttributedCharacterIterator) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.AttributedString AttributedString(java.text.AttributedCharacterIterator, int, int, java.text.AttributedCharacterIterator.Attribute[]) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.AttributedString java.text.AttributedCharacterIterator getIterator()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.AttributedString java.text.AttributedCharacterIterator getIterator(java.text.AttributedCharacterIterator.Attribute[])">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.AttributedString java.text.AttributedCharacterIterator getIterator(java.text.AttributedCharacterIterator.Attribute[], int, int)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.AttributedString void addAttribute(java.text.AttributedCharacterIterator.Attribute, java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.AttributedString void addAttribute(java.text.AttributedCharacterIterator.Attribute, java.lang.Object, int, int) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.AttributedString void addAttributes(java.util.Map&lt;? extends java.text.AttributedCharacterIterator.Attribute,?&gt;, int, int) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.Bidi Bidi(char[], int, byte[], int, int, int) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.Bidi Bidi(java.lang.String, int) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.Bidi Bidi(java.text.AttributedCharacterIterator) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.BreakIterator java.text.CharacterIterator getText()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.BreakIterator void setText(java.text.CharacterIterator) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.ChoiceFormat ChoiceFormat(double[], java.lang.String[]) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.ChoiceFormat ChoiceFormat(double[], java.lang.String[]) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.ChoiceFormat ChoiceFormat(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.ChoiceFormat java.lang.Number parse(java.lang.String, java.text.ParsePosition)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.ChoiceFormat java.lang.Number parse(java.lang.String, java.text.ParsePosition) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.ChoiceFormat java.lang.Number parse(java.lang.String, java.text.ParsePosition) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.ChoiceFormat java.lang.Object clone()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.ChoiceFormat java.lang.String toPattern()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.ChoiceFormat java.lang.StringBuffer format(double, java.lang.StringBuffer, java.text.FieldPosition)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.ChoiceFormat java.lang.StringBuffer format(double, java.lang.StringBuffer, java.text.FieldPosition) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.ChoiceFormat java.lang.StringBuffer format(double, java.lang.StringBuffer, java.text.FieldPosition) 2">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.ChoiceFormat java.lang.StringBuffer format(long, java.lang.StringBuffer, java.text.FieldPosition)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.ChoiceFormat java.lang.StringBuffer format(long, java.lang.StringBuffer, java.text.FieldPosition) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.ChoiceFormat java.lang.StringBuffer format(long, java.lang.StringBuffer, java.text.FieldPosition) 2">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.ChoiceFormat void applyPattern(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.ChoiceFormat void setChoices(double[], java.lang.String[]) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.ChoiceFormat void setChoices(double[], java.lang.String[]) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.CollationKey CollationKey(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.CollationKey byte[] toByteArray()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.CollationKey int compareTo(java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.CollationKey int compareTo(java.text.CollationKey) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.CollationKey java.lang.String getSourceString()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.Collator int compare(java.lang.Object, java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.Collator int compare(java.lang.Object, java.lang.Object) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.Collator int compare(java.lang.String, java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.Collator int compare(java.lang.String, java.lang.String) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.Collator java.lang.Object clone()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DateFormat java.lang.Object clone()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DateFormat java.lang.Object parseObject(java.lang.String, java.text.ParsePosition) 1">
<annotation name="org.jetbrains.annotations.NotNull" />
</item>
<item name="java.text.DateFormat java.lang.String format(java.util.Date)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DateFormat java.lang.StringBuffer format(java.lang.Object, java.lang.StringBuffer, java.text.FieldPosition) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DateFormat java.lang.StringBuffer format(java.util.Date, java.lang.StringBuffer, java.text.FieldPosition) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DateFormat java.lang.StringBuffer format(java.util.Date, java.lang.StringBuffer, java.text.FieldPosition) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DateFormat java.lang.StringBuffer format(java.util.Date, java.lang.StringBuffer, java.text.FieldPosition) 2">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DateFormat java.text.DateFormat getDateInstance()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DateFormat java.text.DateFormat getDateInstance(int)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DateFormat java.text.DateFormat getDateInstance(int, java.util.Locale)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DateFormat java.text.DateFormat getDateTimeInstance()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DateFormat java.text.DateFormat getDateTimeInstance(int, int)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DateFormat java.text.DateFormat getDateTimeInstance(int, int, java.util.Locale)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DateFormat java.text.DateFormat getInstance()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DateFormat java.text.DateFormat getTimeInstance()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DateFormat java.text.DateFormat getTimeInstance(int)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DateFormat java.text.DateFormat getTimeInstance(int, java.util.Locale)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DateFormat java.util.Date parse(java.lang.String, java.text.ParsePosition) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DateFormat java.util.Date parse(java.lang.String, java.text.ParsePosition) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DateFormat java.util.TimeZone getTimeZone()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DateFormat void setTimeZone(java.util.TimeZone) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DateFormat.Field java.lang.Object readResolve()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DateFormatSymbols java.lang.String[] getAmPmStrings()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DateFormatSymbols java.lang.String[] getEras()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DateFormatSymbols java.lang.String[] getMonths()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DateFormatSymbols java.lang.String[] getShortMonths()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DateFormatSymbols java.lang.String[] getShortWeekdays()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DateFormatSymbols java.lang.String[] getWeekdays()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DateFormatSymbols void setAmPmStrings(java.lang.String[]) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DateFormatSymbols void setEras(java.lang.String[]) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DateFormatSymbols void setLocalPatternChars(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DateFormatSymbols void setMonths(java.lang.String[]) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DateFormatSymbols void setShortMonths(java.lang.String[]) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DateFormatSymbols void setShortWeekdays(java.lang.String[]) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DateFormatSymbols void setWeekdays(java.lang.String[]) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DateFormatSymbols void setZoneStrings(java.lang.String[][]) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DecimalFormat DecimalFormat(java.lang.String, java.text.DecimalFormatSymbols) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DecimalFormat java.lang.Number parse(java.lang.String, java.text.ParsePosition) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DecimalFormat java.lang.Number parse(java.lang.String, java.text.ParsePosition) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DecimalFormat java.lang.Object clone()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DecimalFormat java.lang.String toLocalizedPattern()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DecimalFormat java.lang.String toPattern()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DecimalFormat java.lang.StringBuffer format(double, java.lang.StringBuffer, java.text.FieldPosition)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DecimalFormat java.lang.StringBuffer format(double, java.lang.StringBuffer, java.text.FieldPosition) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DecimalFormat java.lang.StringBuffer format(double, java.lang.StringBuffer, java.text.FieldPosition) 2">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DecimalFormat java.lang.StringBuffer format(java.lang.Object, java.lang.StringBuffer, java.text.FieldPosition)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DecimalFormat java.lang.StringBuffer format(java.lang.Object, java.lang.StringBuffer, java.text.FieldPosition) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DecimalFormat java.lang.StringBuffer format(long, java.lang.StringBuffer, java.text.FieldPosition)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DecimalFormat java.lang.StringBuffer format(long, java.lang.StringBuffer, java.text.FieldPosition) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DecimalFormat java.lang.StringBuffer format(long, java.lang.StringBuffer, java.text.FieldPosition) 2">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DecimalFormat java.text.AttributedCharacterIterator formatToCharacterIterator(java.lang.Object)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DecimalFormat java.text.AttributedCharacterIterator formatToCharacterIterator(java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DecimalFormat void setDecimalFormatSymbols(java.text.DecimalFormatSymbols) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DecimalFormat void setRoundingMode(java.math.RoundingMode) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DecimalFormatSymbols java.text.DecimalFormatSymbols getInstance()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DecimalFormatSymbols java.text.DecimalFormatSymbols getInstance(java.util.Locale)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DecimalFormatSymbols void setCurrency(java.util.Currency) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.DecimalFormatSymbols void setExponentSeparator(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.FieldPosition java.lang.String toString()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.Format java.lang.Object parseObject(java.lang.String, java.text.ParsePosition) 1">
<annotation name="org.jetbrains.annotations.NotNull" />
</item>
<item name="java.text.Format java.lang.String format(java.lang.Object)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.Format java.lang.StringBuffer format(java.lang.Object, java.lang.StringBuffer, java.text.FieldPosition)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.Format java.lang.StringBuffer format(java.lang.Object, java.lang.StringBuffer, java.text.FieldPosition) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.Format java.lang.StringBuffer format(java.lang.Object, java.lang.StringBuffer, java.text.FieldPosition) 1">
<annotation name="org.jetbrains.annotations.NotNull" />
</item>
<item name="java.text.Format java.lang.StringBuffer format(java.lang.Object, java.lang.StringBuffer, java.text.FieldPosition) 2">
<annotation name="org.jetbrains.annotations.NotNull" />
</item>
<item name="java.text.Format java.text.AttributedCharacterIterator formatToCharacterIterator(java.lang.Object)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.Format java.text.AttributedCharacterIterator formatToCharacterIterator(java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.MessageFormat MessageFormat(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.MessageFormat MessageFormat(java.lang.String, java.util.Locale) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.MessageFormat java.lang.Object clone()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.MessageFormat java.lang.String format(java.lang.String, java.lang.Object...)">
<annotation name="jet.runtime.typeinfo.KotlinSignature">
<val name="value" val="&quot;fun format(pattern : String, vararg arguments : Any?) : String&quot;" />
</annotation>
</item>
<item name="java.text.MessageFormat java.lang.String toPattern()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.MessageFormat java.lang.StringBuffer format(java.lang.Object, java.lang.StringBuffer, java.text.FieldPosition)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.MessageFormat java.lang.StringBuffer format(java.lang.Object, java.lang.StringBuffer, java.text.FieldPosition) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.MessageFormat java.lang.StringBuffer format(java.lang.Object[], java.lang.StringBuffer, java.text.FieldPosition)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.MessageFormat java.text.AttributedCharacterIterator formatToCharacterIterator(java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.MessageFormat java.text.Format[] getFormats()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.MessageFormat java.text.Format[] getFormatsByArgumentIndex()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.MessageFormat void applyPattern(java.lang.String)">
<annotation name="jet.runtime.typeinfo.KotlinSignature">
<val name="value" val="&quot;fun applyPattern(pattern : String) : Unit&quot;" />
</annotation>
</item>
<item name="java.text.MessageFormat void applyPattern(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.MessageFormat void setFormatByArgumentIndex(int, java.text.Format)">
<annotation name="jet.runtime.typeinfo.KotlinSignature">
<val name="value" val="&quot;fun setFormatByArgumentIndex(argumentIndex : Int, newFormat : Format) : Unit&quot;" />
</annotation>
</item>
<item name='java.text.MessageFormat void setFormats(java.text.Format[])'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun setFormats(newFormats : Array&lt;out Format&gt;) : Unit&quot;"/>
</annotation>
</item>
<item name="java.text.MessageFormat void setFormats(java.text.Format[]) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name='java.text.MessageFormat void setFormatsByArgumentIndex(java.text.Format[])'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun setFormatsByArgumentIndex(newFormats : Array&lt;out Format&gt;) : Unit&quot;"/>
</annotation>
</item>
<item name="java.text.MessageFormat.Field java.lang.Object readResolve()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.Normalizer boolean isNormalized(java.lang.CharSequence, java.text.Normalizer.Form) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.Normalizer java.lang.String normalize(java.lang.CharSequence, java.text.Normalizer.Form) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.Normalizer.Form java.text.Normalizer.Form valueOf(java.lang.String)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.NumberFormat java.lang.Number parse(java.lang.String, java.text.ParsePosition) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.NumberFormat java.lang.Number parse(java.lang.String, java.text.ParsePosition) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.NumberFormat java.lang.String format(double)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.NumberFormat java.lang.String format(long)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.NumberFormat java.lang.StringBuffer format(double, java.lang.StringBuffer, java.text.FieldPosition)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.NumberFormat java.lang.StringBuffer format(double, java.lang.StringBuffer, java.text.FieldPosition) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.NumberFormat java.lang.StringBuffer format(double, java.lang.StringBuffer, java.text.FieldPosition) 2">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.NumberFormat java.lang.StringBuffer format(java.lang.Object, java.lang.StringBuffer, java.text.FieldPosition)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.NumberFormat java.lang.StringBuffer format(java.lang.Object, java.lang.StringBuffer, java.text.FieldPosition) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.NumberFormat java.lang.StringBuffer format(long, java.lang.StringBuffer, java.text.FieldPosition)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.NumberFormat java.lang.StringBuffer format(long, java.lang.StringBuffer, java.text.FieldPosition) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.NumberFormat java.lang.StringBuffer format(long, java.lang.StringBuffer, java.text.FieldPosition) 2">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.NumberFormat java.text.NumberFormat getCurrencyInstance()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.NumberFormat java.text.NumberFormat getCurrencyInstance(java.util.Locale)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.NumberFormat java.text.NumberFormat getInstance()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.NumberFormat java.text.NumberFormat getInstance(java.util.Locale)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.NumberFormat java.text.NumberFormat getIntegerInstance()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.NumberFormat java.text.NumberFormat getIntegerInstance(java.util.Locale)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.NumberFormat java.text.NumberFormat getNumberInstance()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.NumberFormat java.text.NumberFormat getNumberInstance(java.util.Locale)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.NumberFormat java.text.NumberFormat getPercentInstance()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.NumberFormat java.text.NumberFormat getPercentInstance(java.util.Locale)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.NumberFormat void setRoundingMode(java.math.RoundingMode) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.NumberFormat.Field java.lang.Object readResolve()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.ParsePosition java.lang.String toString()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.RuleBasedCollator int compare(java.lang.String, java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.RuleBasedCollator int compare(java.lang.String, java.lang.String) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.RuleBasedCollator java.lang.Object clone()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.RuleBasedCollator java.text.CollationElementIterator getCollationElementIterator(java.lang.String)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.RuleBasedCollator java.text.CollationElementIterator getCollationElementIterator(java.text.CharacterIterator)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.SimpleDateFormat SimpleDateFormat(java.lang.String, java.text.DateFormatSymbols) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.SimpleDateFormat SimpleDateFormat(java.lang.String, java.text.DateFormatSymbols) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.SimpleDateFormat SimpleDateFormat(java.lang.String, java.util.Locale) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.SimpleDateFormat SimpleDateFormat(java.lang.String, java.util.Locale) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.SimpleDateFormat java.lang.Object clone()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.SimpleDateFormat java.lang.String toLocalizedPattern()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.SimpleDateFormat java.lang.StringBuffer format(java.util.Date, java.lang.StringBuffer, java.text.FieldPosition) 0">
<annotation name="org.jetbrains.annotations.NotNull" />
</item>
<item name="java.text.SimpleDateFormat java.lang.StringBuffer format(java.util.Date, java.lang.StringBuffer, java.text.FieldPosition) 1">
<annotation name="org.jetbrains.annotations.NotNull" />
</item>
<item name="java.text.SimpleDateFormat java.lang.StringBuffer format(java.util.Date, java.lang.StringBuffer, java.text.FieldPosition) 2">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.SimpleDateFormat java.text.AttributedCharacterIterator formatToCharacterIterator(java.lang.Object)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.SimpleDateFormat java.text.AttributedCharacterIterator formatToCharacterIterator(java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.SimpleDateFormat java.util.Date parse(java.lang.String, java.text.ParsePosition) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.SimpleDateFormat java.util.Date parse(java.lang.String, java.text.ParsePosition) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.SimpleDateFormat void applyLocalizedPattern(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull" />
</item>
<item name="java.text.SimpleDateFormat void applyPattern(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull" />
</item>
<item name="java.text.SimpleDateFormat void set2DigitYearStart(java.util.Date) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.SimpleDateFormat void setDateFormatSymbols(java.text.DateFormatSymbols) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.StringCharacterIterator StringCharacterIterator(java.lang.String, int) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.StringCharacterIterator StringCharacterIterator(java.lang.String, int, int, int) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.text.StringCharacterIterator void setText(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull" />
</item>
</root>