aboutsummaryrefslogtreecommitdiff
path: root/libjava/doc/java-text.texi
blob: fd6cecc46382559195befa9b2e6dcfee37af9097 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
@deftypemethod BreakIterator {public abstract int} current () 

@end deftypemethod
@deftypemethod BreakIterator {public abstract int} first () 

@end deftypemethod
@deftypemethod BreakIterator {public abstract int} following (int@w{ }@var{pos}) 

@end deftypemethod
@deftypemethod BreakIterator {public static synchronized Locale} getAvailableLocales () 

@end deftypemethod
@deftypemethod BreakIterator {public static BreakIterator} getCharacterInstance () 

@end deftypemethod
@deftypemethod BreakIterator {public static BreakIterator} getCharacterInstance (java.util.Locale@w{ }@var{loc}) 

@end deftypemethod
@deftypemethod BreakIterator {public static BreakIterator} getLineInstance () 

@end deftypemethod
@deftypemethod BreakIterator {public static BreakIterator} getLineInstance (java.util.Locale@w{ }@var{loc}) 

@end deftypemethod
@deftypemethod BreakIterator {public static BreakIterator} getSentenceInstance () 

@end deftypemethod
@deftypemethod BreakIterator {public static BreakIterator} getSentenceInstance (java.util.Locale@w{ }@var{loc}) 

@end deftypemethod
@deftypemethod BreakIterator {public abstract CharacterIterator} getText () 

@end deftypemethod
@deftypemethod BreakIterator {public static BreakIterator} getWordInstance () 

@end deftypemethod
@deftypemethod BreakIterator {public static BreakIterator} getWordInstance (java.util.Locale@w{ }@var{loc}) 

@end deftypemethod
@deftypemethod BreakIterator {public boolean} isBoundary (int@w{ }@var{pos}) 

@end deftypemethod
@deftypemethod BreakIterator {public abstract int} last () 

@end deftypemethod
@deftypemethod BreakIterator {public abstract int} next () 

@end deftypemethod
@deftypemethod BreakIterator {public abstract int} next (int@w{ }@var{n}) 

@end deftypemethod
@deftypemethod BreakIterator {public int} preceding (int@w{ }@var{pos}) 

@end deftypemethod
@deftypemethod BreakIterator {public abstract int} previous () 

@end deftypemethod
@deftypemethod BreakIterator {public void} setText (java.lang.String@w{ }@var{newText}) 

@end deftypemethod
@deftypemethod BreakIterator {public abstract void} setText (java.text.CharacterIterator@w{ }@var{newText}) 

@end deftypemethod
@deftypemethod CharacterIterator {public Object} clone () 

@end deftypemethod
@deftypemethod CharacterIterator {public char} current () 

@end deftypemethod
@deftypemethod CharacterIterator {public char} first () 

@end deftypemethod
@deftypemethod CharacterIterator {public int} getBeginIndex () 

@end deftypemethod
@deftypemethod CharacterIterator {public int} getEndIndex () 

@end deftypemethod
@deftypemethod CharacterIterator {public int} getIndex () 

@end deftypemethod
@deftypemethod CharacterIterator {public char} last () 

@end deftypemethod
@deftypemethod CharacterIterator {public char} next () 

@end deftypemethod
@deftypemethod CharacterIterator {public char} previous () 

@end deftypemethod
@deftypemethod CharacterIterator {public char} setIndex (int@w{ }@var{idx}) 

@end deftypemethod
@deftypemethod ChoiceFormat {public void} applyPattern (java.lang.String@w{ }@var{newPattern}) 

@end deftypemethod
@deftypemethod ChoiceFormat {public Object} clone () 

@end deftypemethod
@deftypemethod ChoiceFormat {public boolean} equals (java.lang.Object@w{ }@var{obj}) 

@end deftypemethod
@deftypemethod ChoiceFormat {public StringBuffer} format (long@w{ }@var{num}, java.lang.StringBuffer@w{ }@var{appendBuf}, java.text.FieldPosition@w{ }@var{pos}) 

@end deftypemethod
@deftypemethod ChoiceFormat {public StringBuffer} format (double@w{ }@var{num}, java.lang.StringBuffer@w{ }@var{appendBuf}, java.text.FieldPosition@w{ }@var{pos}) 

@end deftypemethod
@deftypemethod ChoiceFormat {public Object} getFormats () 

@end deftypemethod
@deftypemethod ChoiceFormat {public double} getLimits () 

@end deftypemethod
@deftypemethod ChoiceFormat {public int} hashCode () 

@end deftypemethod
@deftypemethod ChoiceFormat {public static final double} nextDouble (double@w{ }@var{d}) 

@end deftypemethod
@deftypemethod ChoiceFormat {public static double} nextDouble (double@w{ }@var{d}, boolean@w{ }@var{next}) 

@end deftypemethod
@deftypemethod ChoiceFormat {public Number} parse (java.lang.String@w{ }@var{sourceStr}, java.text.ParsePosition@w{ }@var{pos}) 

@end deftypemethod
@deftypemethod ChoiceFormat {public static final double} previousDouble (double@w{ }@var{d}) 

@end deftypemethod
@deftypemethod ChoiceFormat {public void} setChoices (double[]@w{ }@var{choiceLimits}, java.lang.String[]@w{ }@var{choiceFormats}) 

@end deftypemethod
@deftypemethod ChoiceFormat {public String} toPattern () 

@end deftypemethod
@deftypemethod CollationElementIterator {public int} next () 

@end deftypemethod
@deftypemethod CollationElementIterator {public static final int} primaryOrder (int@w{ }@var{order}) 

@end deftypemethod
@deftypemethod CollationElementIterator {public void} reset () 

@end deftypemethod
@deftypemethod CollationElementIterator {public static final short} secondaryOrder (int@w{ }@var{order}) 

@end deftypemethod
@deftypemethod CollationElementIterator {public static final short} tertiaryOrder (int@w{ }@var{order}) 

@end deftypemethod
@deftypemethod CollationKey {public int} compareTo (java.text.CollationKey@w{ }@var{target}) 

@end deftypemethod
@deftypemethod CollationKey {public int} compareTo (java.lang.Object@w{ }@var{o}) 

@end deftypemethod
@deftypemethod CollationKey {public boolean} equals (java.lang.Object@w{ }@var{obj}) 

@end deftypemethod
@deftypemethod CollationKey {public String} getSourceString () 

@end deftypemethod
@deftypemethod CollationKey {public int} hashCode () 

@end deftypemethod
@deftypemethod CollationKey {public byte} toByteArray () 

@end deftypemethod
@deftypemethod Collator {public abstract int} compare (java.lang.String@w{ }@var{source}, java.lang.String@w{ }@var{target}) 

@end deftypemethod
@deftypemethod Collator {public int} compare (java.lang.Object@w{ }@var{o1}, java.lang.Object@w{ }@var{o2}) 

@end deftypemethod
@deftypemethod Collator {public boolean} equals (java.lang.Object@w{ }@var{obj}) 

@end deftypemethod
@deftypemethod Collator {public boolean} equals (java.lang.String@w{ }@var{source}, java.lang.String@w{ }@var{target}) 

@end deftypemethod
@deftypemethod Collator {public Object} clone () 

@end deftypemethod
@deftypemethod Collator {public static synchronized Locale} getAvailableLocales () 

@end deftypemethod
@deftypemethod Collator {public abstract CollationKey} getCollationKey (java.lang.String@w{ }@var{source}) 

@end deftypemethod
@deftypemethod Collator {public synchronized int} getDecomposition () 

@end deftypemethod
@deftypemethod Collator {public static Collator} getInstance () 

@end deftypemethod
@deftypemethod Collator {public static Collator} getInstance (java.util.Locale@w{ }@var{loc}) 

@end deftypemethod
@deftypemethod Collator {public synchronized int} getStrength () 

@end deftypemethod
@deftypemethod Collator {public abstract int} hashCode () 

@end deftypemethod
@deftypemethod Collator {public synchronized void} setDecomposition (int@w{ }@var{mode}) 

@end deftypemethod
@deftypemethod Collator {public synchronized void} setStrength (int@w{ }@var{strength}) 

@end deftypemethod
@deftypemethod DateFormat {public boolean} equals (java.lang.Object@w{ }@var{obj}) 

@end deftypemethod
@deftypemethod DateFormat {public Object} clone () 

@end deftypemethod
@deftypemethod DateFormat {public final StringBuffer} format (java.lang.Object@w{ }@var{obj}, java.lang.StringBuffer@w{ }@var{buf}, java.text.FieldPosition@w{ }@var{pos}) 

@end deftypemethod
@deftypemethod DateFormat {public final String} format (java.util.Date@w{ }@var{date}) 

@end deftypemethod
@deftypemethod DateFormat {public abstract StringBuffer} format (java.util.Date@w{ }@var{date}, java.lang.StringBuffer@w{ }@var{buf}, java.text.FieldPosition@w{ }@var{pos}) 

@end deftypemethod
@deftypemethod DateFormat {public static Locale} getAvailableLocales () 

@end deftypemethod
@deftypemethod DateFormat {public Calendar} getCalendar () 

@end deftypemethod
@deftypemethod DateFormat {public static final DateFormat} getDateInstance () 

@end deftypemethod
@deftypemethod DateFormat {public static final DateFormat} getDateInstance (int@w{ }@var{style}) 

@end deftypemethod
@deftypemethod DateFormat {public static final DateFormat} getDateInstance (int@w{ }@var{style}, java.util.Locale@w{ }@var{loc}) 

@end deftypemethod
@deftypemethod DateFormat {public static final DateFormat} getDateTimeInstance () 

@end deftypemethod
@deftypemethod DateFormat {public static final DateFormat} getDateTimeInstance (int@w{ }@var{dateStyle}, int@w{ }@var{timeStyle}) 

@end deftypemethod
@deftypemethod DateFormat {public static final DateFormat} getDateTimeInstance (int@w{ }@var{dateStyle}, int@w{ }@var{timeStyle}, java.util.Locale@w{ }@var{loc}) 

@end deftypemethod
@deftypemethod DateFormat {public static final DateFormat} getInstance () 

@end deftypemethod
@deftypemethod DateFormat {public NumberFormat} getNumberFormat () 

@end deftypemethod
@deftypemethod DateFormat {public static final DateFormat} getTimeInstance () 

@end deftypemethod
@deftypemethod DateFormat {public static final DateFormat} getTimeInstance (int@w{ }@var{style}) 

@end deftypemethod
@deftypemethod DateFormat {public static final DateFormat} getTimeInstance (int@w{ }@var{style}, java.util.Locale@w{ }@var{loc}) 

@end deftypemethod
@deftypemethod DateFormat {public TimeZone} getTimeZone () 

@end deftypemethod
@deftypemethod DateFormat {public int} hashCode () 

@end deftypemethod
@deftypemethod DateFormat {public boolean} isLenient () 

@end deftypemethod
@deftypemethod DateFormat {public Date} parse (java.lang.String@w{ }@var{source}) @*throws ParseException

@end deftypemethod
@deftypemethod DateFormat {public abstract Date} parse (java.lang.String@w{ }@var{source}, java.text.ParsePosition@w{ }@var{pos}) 

@end deftypemethod
@deftypemethod DateFormat {public Object} parseObject (java.lang.String@w{ }@var{source}, java.text.ParsePosition@w{ }@var{pos}) 

@end deftypemethod
@deftypemethod DateFormat {public void} setCalendar (java.util.Calendar@w{ }@var{calendar}) 

@end deftypemethod
@deftypemethod DateFormat {public void} setLenient (boolean@w{ }@var{lenient}) 

@end deftypemethod
@deftypemethod DateFormat {public void} setNumberFormat (java.text.NumberFormat@w{ }@var{numberFormat}) 

@end deftypemethod
@deftypemethod DateFormat {public void} setTimeZone (java.util.TimeZone@w{ }@var{timeZone}) 

@end deftypemethod
@deftypemethod DateFormatSymbols {public String} getAmPmStrings () 

@end deftypemethod
@deftypemethod DateFormatSymbols {public String} getEras () 

@end deftypemethod
@deftypemethod DateFormatSymbols {public String} getLocalPatternChars () 

@end deftypemethod
@deftypemethod DateFormatSymbols {public String} getMonths () 

@end deftypemethod
@deftypemethod DateFormatSymbols {public String} getShortMonths () 

@end deftypemethod
@deftypemethod DateFormatSymbols {public String} getShortWeekdays () 

@end deftypemethod
@deftypemethod DateFormatSymbols {public String} getWeekdays () 

@end deftypemethod
@deftypemethod DateFormatSymbols {public String} getZoneStrings () 

@end deftypemethod
@deftypemethod DateFormatSymbols {public void} setAmPmStrings (java.lang.String[]@w{ }@var{value}) 

@end deftypemethod
@deftypemethod DateFormatSymbols {public void} setEras (java.lang.String[]@w{ }@var{value}) 

@end deftypemethod
@deftypemethod DateFormatSymbols {public void} setLocalPatternChars (java.lang.String@w{ }@var{value}) 

@end deftypemethod
@deftypemethod DateFormatSymbols {public void} setMonths (java.lang.String[]@w{ }@var{value}) 

@end deftypemethod
@deftypemethod DateFormatSymbols {public void} setShortMonths (java.lang.String[]@w{ }@var{value}) 

@end deftypemethod
@deftypemethod DateFormatSymbols {public void} setShortWeekdays (java.lang.String[]@w{ }@var{value}) 

@end deftypemethod
@deftypemethod DateFormatSymbols {public void} setWeekdays (java.lang.String[]@w{ }@var{value}) 

@end deftypemethod
@deftypemethod DateFormatSymbols {public void} setZoneStrings (java.lang.String[][]@w{ }@var{value}) 

@end deftypemethod
@deftypemethod DateFormatSymbols {public boolean} equals (java.lang.Object@w{ }@var{obj}) 

@end deftypemethod
@deftypemethod DateFormatSymbols {public Object} clone () 

@end deftypemethod
@deftypemethod DateFormatSymbols {public int} hashCode () 

@end deftypemethod
@deftypemethod DecimalFormat {public void} applyLocalizedPattern (java.lang.String@w{ }@var{pattern}) 

@end deftypemethod
@deftypemethod DecimalFormat {public void} applyPattern (java.lang.String@w{ }@var{pattern}) 

@end deftypemethod
@deftypemethod DecimalFormat {public Object} clone () 

@end deftypemethod
@deftypemethod DecimalFormat {public boolean} equals (java.lang.Object@w{ }@var{obj}) 

@end deftypemethod
@deftypemethod DecimalFormat {public StringBuffer} format (double@w{ }@var{number}, java.lang.StringBuffer@w{ }@var{dest}, java.text.FieldPosition@w{ }@var{fieldPos}) 

@end deftypemethod
@deftypemethod DecimalFormat {public StringBuffer} format (long@w{ }@var{number}, java.lang.StringBuffer@w{ }@var{dest}, java.text.FieldPosition@w{ }@var{fieldPos}) 

@end deftypemethod
@deftypemethod DecimalFormat {public DecimalFormatSymbols} getDecimalFormatSymbols () 

@end deftypemethod
@deftypemethod DecimalFormat {public int} getGroupingSize () 

@end deftypemethod
@deftypemethod DecimalFormat {public int} getMultiplier () 

@end deftypemethod
@deftypemethod DecimalFormat {public String} getNegativePrefix () 

@end deftypemethod
@deftypemethod DecimalFormat {public String} getNegativeSuffix () 

@end deftypemethod
@deftypemethod DecimalFormat {public String} getPositivePrefix () 

@end deftypemethod
@deftypemethod DecimalFormat {public String} getPositiveSuffix () 

@end deftypemethod
@deftypemethod DecimalFormat {public int} hashCode () 

@end deftypemethod
@deftypemethod DecimalFormat {public boolean} isDecimalSeparatorAlwaysShown () 

@end deftypemethod
@deftypemethod DecimalFormat {public Number} parse (java.lang.String@w{ }@var{str}, java.text.ParsePosition@w{ }@var{pos}) 

@end deftypemethod
@deftypemethod DecimalFormat {public void} setDecimalFormatSymbols (java.text.DecimalFormatSymbols@w{ }@var{newSymbols}) 

@end deftypemethod
@deftypemethod DecimalFormat {public void} setDecimalSeparatorAlwaysShown (boolean@w{ }@var{newValue}) 

@end deftypemethod
@deftypemethod DecimalFormat {public void} setGroupingSize (int@w{ }@var{groupSize}) 

@end deftypemethod
@deftypemethod DecimalFormat {public void} setMaximumFractionDigits (int@w{ }@var{newValue}) 

@end deftypemethod
@deftypemethod DecimalFormat {public void} setMaximumIntegerDigits (int@w{ }@var{newValue}) 

@end deftypemethod
@deftypemethod DecimalFormat {public void} setMinimumFractionDigits (int@w{ }@var{newValue}) 

@end deftypemethod
@deftypemethod DecimalFormat {public void} setMinimumIntegerDigits (int@w{ }@var{newValue}) 

@end deftypemethod
@deftypemethod DecimalFormat {public void} setMultiplier (int@w{ }@var{newValue}) 

@end deftypemethod
@deftypemethod DecimalFormat {public void} setNegativePrefix (java.lang.String@w{ }@var{newValue}) 

@end deftypemethod
@deftypemethod DecimalFormat {public void} setNegativeSuffix (java.lang.String@w{ }@var{newValue}) 

@end deftypemethod
@deftypemethod DecimalFormat {public void} setPositivePrefix (java.lang.String@w{ }@var{newValue}) 

@end deftypemethod
@deftypemethod DecimalFormat {public void} setPositiveSuffix (java.lang.String@w{ }@var{newValue}) 

@end deftypemethod
@deftypemethod DecimalFormat {public String} toLocalizedPattern () 

@end deftypemethod
@deftypemethod DecimalFormat {public String} toPattern () 

@end deftypemethod
@deftypemethod DecimalFormatSymbols {public Object} clone () 

@end deftypemethod
@deftypemethod DecimalFormatSymbols {public boolean} equals (java.lang.Object@w{ }@var{obj}) 

@end deftypemethod
@deftypemethod DecimalFormatSymbols {public String} getCurrencySymbol () 

@end deftypemethod
@deftypemethod DecimalFormatSymbols {public char} getDecimalSeparator () 

@end deftypemethod
@deftypemethod DecimalFormatSymbols {public char} getDigit () 

@end deftypemethod
@deftypemethod DecimalFormatSymbols {public char} getGroupingSeparator () 

@end deftypemethod
@deftypemethod DecimalFormatSymbols {public String} getInfinity () 

@end deftypemethod
@deftypemethod DecimalFormatSymbols {public String} getInternationalCurrencySymbol () 

@end deftypemethod
@deftypemethod DecimalFormatSymbols {public char} getMinusSign () 

@end deftypemethod
@deftypemethod DecimalFormatSymbols {public char} getMonetaryDecimalSeparator () 

@end deftypemethod
@deftypemethod DecimalFormatSymbols {public String} getNaN () 

@end deftypemethod
@deftypemethod DecimalFormatSymbols {public char} getPatternSeparator () 

@end deftypemethod
@deftypemethod DecimalFormatSymbols {public char} getPercent () 

@end deftypemethod
@deftypemethod DecimalFormatSymbols {public char} getPerMill () 

@end deftypemethod
@deftypemethod DecimalFormatSymbols {public char} getZeroDigit () 

@end deftypemethod
@deftypemethod DecimalFormatSymbols {public int} hashCode () 

@end deftypemethod
@deftypemethod DecimalFormatSymbols {public void} setCurrencySymbol (java.lang.String@w{ }@var{currency}) 

@end deftypemethod
@deftypemethod DecimalFormatSymbols {public void} setDecimalSeparator (char@w{ }@var{decimalSep}) 

@end deftypemethod
@deftypemethod DecimalFormatSymbols {public void} setDigit (char@w{ }@var{digit}) 

@end deftypemethod
@deftypemethod DecimalFormatSymbols {public void} setGroupingSeparator (char@w{ }@var{groupSep}) 

@end deftypemethod
@deftypemethod DecimalFormatSymbols {public void} setInfinity (java.lang.String@w{ }@var{infinity}) 

@end deftypemethod
@deftypemethod DecimalFormatSymbols {public void} setInternationalCurrencySymbol (java.lang.String@w{ }@var{currency}) 

@end deftypemethod
@deftypemethod DecimalFormatSymbols {public void} setMinusSign (char@w{ }@var{minusSign}) 

@end deftypemethod
@deftypemethod DecimalFormatSymbols {public void} setMonetaryDecimalSeparator (char@w{ }@var{decimalSep}) 

@end deftypemethod
@deftypemethod DecimalFormatSymbols {public void} setNaN (java.lang.String@w{ }@var{nan}) 

@end deftypemethod
@deftypemethod DecimalFormatSymbols {public void} setPatternSeparator (char@w{ }@var{patternSep}) 

@end deftypemethod
@deftypemethod DecimalFormatSymbols {public void} setPercent (char@w{ }@var{percent}) 

@end deftypemethod
@deftypemethod DecimalFormatSymbols {public void} setPerMill (char@w{ }@var{perMill}) 

@end deftypemethod
@deftypemethod DecimalFormatSymbols {public void} setZeroDigit (char@w{ }@var{zeroDigit}) 

@end deftypemethod
@deftypemethod FieldPosition {public int} getField () 

@end deftypemethod
@deftypemethod FieldPosition {public int} getBeginIndex () 

@end deftypemethod
@deftypemethod FieldPosition {public int} getEndIndex () 

@end deftypemethod
@deftypemethod FieldPosition {public void} setBeginIndex (int@w{ }@var{index}) 

@end deftypemethod
@deftypemethod FieldPosition {public void} setEndIndex (int@w{ }@var{index}) 

@end deftypemethod
@deftypemethod FieldPosition {public boolean} equals (java.lang.Object@w{ }@var{obj}) 

@end deftypemethod
@deftypemethod Format {public abstract StringBuffer} format (java.lang.Object@w{ }@var{obj}, java.lang.StringBuffer@w{ }@var{sbuf}, java.text.FieldPosition@w{ }@var{pos}) 

@end deftypemethod
@deftypemethod Format {public final String} format (java.lang.Object@w{ }@var{obj}) 

@end deftypemethod
@deftypemethod Format {public abstract Object} parseObject (java.lang.String@w{ }@var{source}, java.text.ParsePosition@w{ }@var{pos}) 

@end deftypemethod
@deftypemethod Format {public Object} parseObject (java.lang.String@w{ }@var{source}) @*throws ParseException

@end deftypemethod
@deftypemethod Format {public Object} clone () 

@end deftypemethod
@deftypemethod MessageFormat {public void} applyPattern (java.lang.String@w{ }@var{newPattern}) 

@end deftypemethod
@deftypemethod MessageFormat {public Object} clone () 

@end deftypemethod
@deftypemethod MessageFormat {public boolean} equals (java.lang.Object@w{ }@var{obj}) 

@end deftypemethod
@deftypemethod MessageFormat {public static String} format (java.lang.String@w{ }@var{pattern}, java.lang.Object[]@w{ }@var{arguments}) 

@end deftypemethod
@deftypemethod MessageFormat {public final StringBuffer} format (java.lang.Object[]@w{ }@var{arguments}, java.lang.StringBuffer@w{ }@var{appendBuf}, java.text.FieldPosition@w{ }@var{ignore}) 

@end deftypemethod
@deftypemethod MessageFormat {public final StringBuffer} format (java.lang.Object@w{ }@var{singleArg}, java.lang.StringBuffer@w{ }@var{appendBuf}, java.text.FieldPosition@w{ }@var{ignore}) 

@end deftypemethod
@deftypemethod MessageFormat {public Format} getFormats () 

@end deftypemethod
@deftypemethod MessageFormat {public Locale} getLocale () 

@end deftypemethod
@deftypemethod MessageFormat {public int} hashCode () 

@end deftypemethod
@deftypemethod MessageFormat {public Object} parse (java.lang.String@w{ }@var{sourceStr}, java.text.ParsePosition@w{ }@var{pos}) 

@end deftypemethod
@deftypemethod MessageFormat {public Object} parse (java.lang.String@w{ }@var{sourceStr}) @*throws ParseException

@end deftypemethod
@deftypemethod MessageFormat {public Object} parseObject (java.lang.String@w{ }@var{sourceStr}, java.text.ParsePosition@w{ }@var{pos}) 

@end deftypemethod
@deftypemethod MessageFormat {public void} setFormat (int@w{ }@var{variableNum}, java.text.Format@w{ }@var{newFormat}) 

@end deftypemethod
@deftypemethod MessageFormat {public void} setFormats (java.text.Format[]@w{ }@var{newFormats}) 

@end deftypemethod
@deftypemethod MessageFormat {public void} setLocale (java.util.Locale@w{ }@var{loc}) 

@end deftypemethod
@deftypemethod MessageFormat {public String} toPattern () 

@end deftypemethod
@deftypemethod NumberFormat {public final String} format (long@w{ }@var{number}) 

@end deftypemethod
@deftypemethod NumberFormat {public final StringBuffer} format (java.lang.Object@w{ }@var{obj}, java.lang.StringBuffer@w{ }@var{sbuf}, java.text.FieldPosition@w{ }@var{pos}) 

@end deftypemethod
@deftypemethod NumberFormat {public abstract StringBuffer} format (double@w{ }@var{number}, java.lang.StringBuffer@w{ }@var{sbuf}, java.text.FieldPosition@w{ }@var{pos}) 

@end deftypemethod
@deftypemethod NumberFormat {public abstract StringBuffer} format (long@w{ }@var{number}, java.lang.StringBuffer@w{ }@var{sbuf}, java.text.FieldPosition@w{ }@var{pos}) 

@end deftypemethod
@deftypemethod NumberFormat {public Object} clone () 

@end deftypemethod
@deftypemethod NumberFormat {public boolean} equals (java.lang.Object@w{ }@var{obj}) 

@end deftypemethod
@deftypemethod NumberFormat {public static Locale} getAvailableLocales () 

@end deftypemethod
@deftypemethod NumberFormat {public static final NumberFormat} getCurrencyInstance () 

@end deftypemethod
@deftypemethod NumberFormat {public static NumberFormat} getCurrencyInstance (java.util.Locale@w{ }@var{loc}) 

@end deftypemethod
@deftypemethod NumberFormat {public static final NumberFormat} getInstance () 

@end deftypemethod
@deftypemethod NumberFormat {public static NumberFormat} getInstance (java.util.Locale@w{ }@var{loc}) 

@end deftypemethod
@deftypemethod NumberFormat {public int} getMaximumFractionDigits () 

@end deftypemethod
@deftypemethod NumberFormat {public int} getMaximumIntegerDigits () 

@end deftypemethod
@deftypemethod NumberFormat {public int} getMinimumFractionDigits () 

@end deftypemethod
@deftypemethod NumberFormat {public int} getMinimumIntegerDigits () 

@end deftypemethod
@deftypemethod NumberFormat {public static final NumberFormat} getNumberInstance () 

@end deftypemethod
@deftypemethod NumberFormat {public static NumberFormat} getNumberInstance (java.util.Locale@w{ }@var{loc}) 

@end deftypemethod
@deftypemethod NumberFormat {public static final NumberFormat} getPercentInstance () 

@end deftypemethod
@deftypemethod NumberFormat {public static NumberFormat} getPercentInstance (java.util.Locale@w{ }@var{loc}) 

@end deftypemethod
@deftypemethod NumberFormat {public int} hashCode () 

@end deftypemethod
@deftypemethod NumberFormat {public boolean} isGroupingUsed () 

@end deftypemethod
@deftypemethod NumberFormat {public boolean} isParseIntegerOnly () 

@end deftypemethod
@deftypemethod NumberFormat {public abstract Number} parse (java.lang.String@w{ }@var{sourceStr}, java.text.ParsePosition@w{ }@var{pos}) 

@end deftypemethod
@deftypemethod NumberFormat {public Number} parse (java.lang.String@w{ }@var{sourceStr}) @*throws ParseException

@end deftypemethod
@deftypemethod NumberFormat {public final Object} parseObject (java.lang.String@w{ }@var{sourceStr}, java.text.ParsePosition@w{ }@var{pos}) 

@end deftypemethod
@deftypemethod NumberFormat {public void} setGroupingUsed (boolean@w{ }@var{newValue}) 

@end deftypemethod
@deftypemethod NumberFormat {public void} setMaximumFractionDigits (int@w{ }@var{newValue}) 

@end deftypemethod
@deftypemethod NumberFormat {public void} setMaximumIntegerDigits (int@w{ }@var{newValue}) 

@end deftypemethod
@deftypemethod NumberFormat {public void} setMinimumFractionDigits (int@w{ }@var{newValue}) 

@end deftypemethod
@deftypemethod NumberFormat {public void} setMinimumIntegerDigits (int@w{ }@var{newValue}) 

@end deftypemethod
@deftypemethod NumberFormat {public void} setParseIntegerOnly (boolean@w{ }@var{value}) 

@end deftypemethod
@deftypemethod NumberFormat {public final String} format (double@w{ }@var{number}) 

@end deftypemethod
@deftypemethod ParseException {public int} getErrorOffset () 

@end deftypemethod
@deftypemethod ParsePosition {public int} getIndex () 

@end deftypemethod
@deftypemethod ParsePosition {public void} setIndex (int@w{ }@var{index}) 

@end deftypemethod
@deftypemethod ParsePosition {public int} getErrorIndex () 

@end deftypemethod
@deftypemethod ParsePosition {public void} setErrorIndex (int@w{ }@var{ei}) 

@end deftypemethod
@deftypemethod ParsePosition {public boolean} equals (java.lang.Object@w{ }@var{obj}) 

@end deftypemethod
@deftypemethod RuleBasedCollator {public Object} clone () 

@end deftypemethod
@deftypemethod RuleBasedCollator {public int} compare (java.lang.String@w{ }@var{source}, java.lang.String@w{ }@var{target}) 

@end deftypemethod
@deftypemethod RuleBasedCollator {public boolean} equals (java.lang.Object@w{ }@var{obj}) 

@end deftypemethod
@deftypemethod RuleBasedCollator {public CollationElementIterator} getCollationElementIterator (java.lang.String@w{ }@var{source}) 

@end deftypemethod
@deftypemethod RuleBasedCollator {public CollationElementIterator} getCollationElementIterator (java.text.CharacterIterator@w{ }@var{source}) 

@end deftypemethod
@deftypemethod RuleBasedCollator {public CollationKey} getCollationKey (java.lang.String@w{ }@var{source}) 

@end deftypemethod
@deftypemethod RuleBasedCollator {public String} getRules () 

@end deftypemethod
@deftypemethod RuleBasedCollator {public int} hashCode () 

@end deftypemethod
@deftypemethod SimpleDateFormat {public String} toString () 

@end deftypemethod
@deftypemethod SimpleDateFormat {public String} toPattern () 
This method returns a string with the formatting pattern being used
 by this object.  This string is unlocalized.
@end deftypemethod
@deftypemethod SimpleDateFormat {public String} toLocalizedPattern () 
This method returns a string with the formatting pattern being used
 by this object.  This string is localized.
@end deftypemethod
@deftypemethod SimpleDateFormat {public void} applyPattern (java.lang.String@w{ }@var{pattern}) 
This method sets the formatting pattern that should be used by this
 object.  This string is not localized.
@end deftypemethod
@deftypemethod SimpleDateFormat {public void} applyLocalizedPattern (java.lang.String@w{ }@var{pattern}) 
This method sets the formatting pattern that should be used by this
 object.  This string is localized.
@end deftypemethod
@deftypemethod SimpleDateFormat {public Date} get2DigitYearStart () 
Returns the start of the century used for two digit years.
@end deftypemethod
@deftypemethod SimpleDateFormat {public void} set2DigitYearStart (java.util.Date@w{ }@var{date}) 
Sets the start of the century used for two digit years.
@end deftypemethod
@deftypemethod SimpleDateFormat {public DateFormatSymbols} getDateFormatSymbols () 
This method returns the format symbol information used for parsing
 and formatting dates.
@end deftypemethod
@deftypemethod SimpleDateFormat {public void} setDateFormatSymbols (java.text.DateFormatSymbols@w{ }@var{formatData}) 
This method sets the format symbols information used for parsing
 and formatting dates.
@end deftypemethod
@deftypemethod SimpleDateFormat {public boolean} equals (java.lang.Object@w{ }@var{o}) 
This methods tests whether the specified object is equal to this
 object.  This will be true if and only if the specified object:
 


 
@itemize @bullet

 
@item
Is not @code{null}.
 
@item
Is an instance of @code{SimpleDateFormat}.
 
@item
Is equal to this object at the superclass (i.e., @code{DateFormat})
     level.
 
@item
Has the same formatting pattern.
 
@item
Is using the same formatting symbols.
 
@item
Is using the same century for two digit years.
 
@end itemize

@end deftypemethod
@deftypemethod SimpleDateFormat {public StringBuffer} format (java.util.Date@w{ }@var{date}, java.lang.StringBuffer@w{ }@var{buffer}, java.text.FieldPosition@w{ }@var{pos}) 
Formats the date input according to the format string in use,
 appending to the specified StringBuffer.  The input StringBuffer
 is returned as output for convenience.
@end deftypemethod
@deftypemethod SimpleDateFormat {public Date} parse (java.lang.String@w{ }@var{dateStr}, java.text.ParsePosition@w{ }@var{pos}) 
This method parses the specified string into a date.
@end deftypemethod
@deftypemethod StringCharacterIterator {public Object} clone () 

@end deftypemethod
@deftypemethod StringCharacterIterator {public char} current () 

@end deftypemethod
@deftypemethod StringCharacterIterator {public boolean} equals (java.lang.Object@w{ }@var{obj}) 

@end deftypemethod
@deftypemethod StringCharacterIterator {public char} first () 

@end deftypemethod
@deftypemethod StringCharacterIterator {public int} getBeginIndex () 

@end deftypemethod
@deftypemethod StringCharacterIterator {public int} getEndIndex () 

@end deftypemethod
@deftypemethod StringCharacterIterator {public int} getIndex () 

@end deftypemethod
@deftypemethod StringCharacterIterator {public int} hashCode () 

@end deftypemethod
@deftypemethod StringCharacterIterator {public char} last () 

@end deftypemethod
@deftypemethod StringCharacterIterator {public char} next () 

@end deftypemethod
@deftypemethod StringCharacterIterator {public char} previous () 

@end deftypemethod
@deftypemethod StringCharacterIterator {public char} setIndex (int@w{ }@var{idx}) 

@end deftypemethod
@deftypemethod StringCharacterIterator {public void} setText (java.lang.String@w{ }@var{text}) 

@end deftypemethod