text.d.ts 1.6 KB

1234567891011121314151617181920212223
  1. /// <reference path="../index.d.ts" />
  2. export declare type AttributedCharacterIterator = $.java.text.AttributedCharacterIterator;
  3. export declare const AttributedCharacterIterator: $.java.text.AttributedCharacterIterator;
  4. export declare type AttributedCharacterIterator$Attribute = $.java.text.AttributedCharacterIterator$Attribute;
  5. export declare const AttributedCharacterIterator$Attribute: $.java.text.AttributedCharacterIterator$Attribute_C;
  6. export declare type CharacterIterator = $.java.text.CharacterIterator;
  7. export declare const CharacterIterator: $.java.text.CharacterIterator;
  8. export declare type DateFormat = $.java.text.DateFormat;
  9. export declare const DateFormat: $.java.text.DateFormat_C;
  10. export declare type DateFormatSymbols = $.java.text.DateFormatSymbols;
  11. export declare const DateFormatSymbols: $.java.text.DateFormatSymbols_C;
  12. export declare type FieldPosition = $.java.text.FieldPosition;
  13. export declare const FieldPosition: $.java.text.FieldPosition_C;
  14. export declare type Format = $.java.text.Format;
  15. export declare const Format: $.java.text.Format_C;
  16. export declare type Format$Field = $.java.text.Format$Field;
  17. export declare const Format$Field: $.java.text.Format$Field_C;
  18. export declare type NumberFormat = $.java.text.NumberFormat;
  19. export declare const NumberFormat: $.java.text.NumberFormat_C;
  20. export declare type ParsePosition = $.java.text.ParsePosition;
  21. export declare const ParsePosition: $.java.text.ParsePosition_C;
  22. export declare type SimpleDateFormat = $.java.text.SimpleDateFormat;
  23. export declare const SimpleDateFormat: $.java.text.SimpleDateFormat_C;