cosmic-internal-jdk
Version:
KingScript: JDK1.8
62 lines (61 loc) • 4.23 kB
TypeScript
/// <reference path="../index.d.ts" />
export type Annotation = $.java.text.Annotation;
export declare const Annotation: $.java.text.AnnotationConstructor;
export type AttributedCharacterIterator = $.java.text.AttributedCharacterIterator;
export declare const AttributedCharacterIterator: $.java.text.AttributedCharacterIteratorConstructor;
export type AttributedCharacterIterator$Attribute = $.java.text.AttributedCharacterIterator$Attribute;
export declare const AttributedCharacterIterator$Attribute: $.java.text.AttributedCharacterIterator$AttributeConstructor;
export type AttributedString = $.java.text.AttributedString;
export declare const AttributedString: $.java.text.AttributedStringConstructor;
export type Bidi = $.java.text.Bidi;
export declare const Bidi: $.java.text.BidiConstructor;
export type BreakIterator = $.java.text.BreakIterator;
export declare const BreakIterator: $.java.text.BreakIteratorConstructor;
export type CharacterIterator = $.java.text.CharacterIterator;
export declare const CharacterIterator: $.java.text.CharacterIteratorConstructor;
export type ChoiceFormat = $.java.text.ChoiceFormat;
export declare const ChoiceFormat: $.java.text.ChoiceFormatConstructor;
export type CollationElementIterator = $.java.text.CollationElementIterator;
export declare const CollationElementIterator: $.java.text.CollationElementIteratorConstructor;
export type CollationKey = $.java.text.CollationKey;
export declare const CollationKey: $.java.text.CollationKeyConstructor;
export type Collator = $.java.text.Collator;
export declare const Collator: $.java.text.CollatorConstructor;
export type DateFormat = $.java.text.DateFormat;
export declare const DateFormat: $.java.text.DateFormatConstructor;
export type DateFormat$Field = $.java.text.DateFormat$Field;
export declare const DateFormat$Field: $.java.text.DateFormat$FieldConstructor;
export type DateFormatSymbols = $.java.text.DateFormatSymbols;
export declare const DateFormatSymbols: $.java.text.DateFormatSymbolsConstructor;
export type DecimalFormat = $.java.text.DecimalFormat;
export declare const DecimalFormat: $.java.text.DecimalFormatConstructor;
export type DecimalFormatSymbols = $.java.text.DecimalFormatSymbols;
export declare const DecimalFormatSymbols: $.java.text.DecimalFormatSymbolsConstructor;
export type FieldPosition = $.java.text.FieldPosition;
export declare const FieldPosition: $.java.text.FieldPositionConstructor;
export type Format = $.java.text.Format;
export declare const Format: $.java.text.FormatConstructor;
export type Format$Field = $.java.text.Format$Field;
export declare const Format$Field: $.java.text.Format$FieldConstructor;
export type MessageFormat = $.java.text.MessageFormat;
export declare const MessageFormat: $.java.text.MessageFormatConstructor;
export type MessageFormat$Field = $.java.text.MessageFormat$Field;
export declare const MessageFormat$Field: $.java.text.MessageFormat$FieldConstructor;
export type Normalizer = $.java.text.Normalizer;
export declare const Normalizer: $.java.text.NormalizerConstructor;
export declare const Normalizer$Form: typeof $.java.text.Normalizer$Form;
export type Normalizer$Form = $.java.text.Normalizer$Form;
export type NumberFormat = $.java.text.NumberFormat;
export declare const NumberFormat: $.java.text.NumberFormatConstructor;
export type NumberFormat$Field = $.java.text.NumberFormat$Field;
export declare const NumberFormat$Field: $.java.text.NumberFormat$FieldConstructor;
export type ParseException = $.java.text.ParseException;
export declare const ParseException: $.java.text.ParseExceptionConstructor;
export type ParsePosition = $.java.text.ParsePosition;
export declare const ParsePosition: $.java.text.ParsePositionConstructor;
export type RuleBasedCollator = $.java.text.RuleBasedCollator;
export declare const RuleBasedCollator: $.java.text.RuleBasedCollatorConstructor;
export type SimpleDateFormat = $.java.text.SimpleDateFormat;
export declare const SimpleDateFormat: $.java.text.SimpleDateFormatConstructor;
export type StringCharacterIterator = $.java.text.StringCharacterIterator;
export declare const StringCharacterIterator: $.java.text.StringCharacterIteratorConstructor;