2
2
<!-- NewPage -->
3
3
< html lang ="en ">
4
4
< head >
5
- <!-- Generated by javadoc (1.8.0_171 ) on Fri Jun 29 15:01:57 CEST 2018 -->
5
+ <!-- Generated by javadoc (1.8.0_292 ) on Wed Nov 03 17:21:01 CET 2021 -->
6
6
< meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 ">
7
7
< title > DeprecatedUCDWordList</ title >
8
- < meta name ="date " content ="2018-06-29 ">
8
+ < meta name ="date " content ="2021-11-03 ">
9
9
< link rel ="stylesheet " type ="text/css " href ="../../stylesheet.css " title ="Style ">
10
10
< script type ="text/javascript " src ="../../script.js "> </ script >
11
11
</ head >
19
19
catch ( err ) {
20
20
}
21
21
//-->
22
- var methods = { "i0" :10 , "i1" :10 } ;
22
+ var methods = { "i0" :10 , "i1" :10 , "i2" : 10 } ;
23
23
var tabs = { 65535 :[ "t0" , "All Methods" ] , 2 :[ "t2" , "Instance Methods" ] , 8 :[ "t4" , "Concrete Methods" ] } ;
24
24
var altColor = "altColor" ;
25
25
var rowColor = "rowColor" ;
@@ -122,21 +122,19 @@ <h2 title="Class DeprecatedUCDWordList" class="title">Class DeprecatedUCDWordLis
122
122
< div class ="block "> Object listing and ordering alphabetically a set of deprecated UCD words.
123
123
124
124
< p >
125
- This class is an extension of < a href ="../../ari/ucidy/UCDWordList.html " title ="class in ari.ucidy "> < code > UCDWordList</ code > </ a > . The only difference
126
- lies in the fact that to be added in this list a word MUST be deprecated,
127
- valid and recognised.
125
+ This class is an extension of < a href ="../../ari/ucidy/UCDWordList.html " title ="class in ari.ucidy "> < code > UCDWordList</ code > </ a > . The only difference
126
+ lies in the fact that to be added in this list a word MUST be deprecated,
127
+ valid and recognised.
128
128
</ p >
129
129
130
- < p >
131
- < i > Note:
132
- Words of this list may not have a UCD syntax code or a description.
133
- </ i >
134
- </ p > </ div >
130
+ < p > < i > Note:
131
+ Words of this list may not have a UCD syntax code or a description.
132
+ </ i > </ p > </ div >
135
133
< dl >
136
134
< dt > < span class ="simpleTagLabel "> Since:</ span > </ dt >
137
135
< dd > 1.1</ dd >
138
136
< dt > < span class ="simpleTagLabel "> Version:</ span > </ dt >
139
- < dd > 1.1 (06/2018 )</ dd >
137
+ < dd > 1.2 (11/2021 )</ dd >
140
138
< dt > < span class ="simpleTagLabel "> Author:</ span > </ dt >
141
139
< dd > Grégory Mantelet (CDS)</ dd >
142
140
</ dl >
@@ -186,7 +184,7 @@ <h3>Field Summary</h3>
186
184
<!-- -->
187
185
</ a >
188
186
< h3 > Fields inherited from class ari.ucidy.< a href ="../../ari/ucidy/UCDWordList.html " title ="class in ari.ucidy "> UCDWordList</ a > </ h3 >
189
- < code > < a href ="../../ari/ucidy/UCDWordList.html#words "> words</ a > </ code > </ li >
187
+ < code > < a href ="../../ari/ucidy/UCDWordList.html#LOGGER " > LOGGER </ a > , < a href =" ../../ari/ucidy/UCDWordList.html# words "> words</ a > </ code > </ li >
190
188
</ ul >
191
189
</ li >
192
190
</ ul >
@@ -207,6 +205,13 @@ <h3>Constructor Summary</h3>
207
205
"active" UCD words.</ div >
208
206
</ td >
209
207
</ tr >
208
+ < tr class ="rowColor ">
209
+ < td class ="colOne "> < code > < span class ="memberNameLink "> < a href ="../../ari/ucidy/DeprecatedUCDWordList.html#DeprecatedUCDWordList-ari.ucidy.UCDWordList-java.lang.String- "> DeprecatedUCDWordList</ a > </ span > (< a href ="../../ari/ucidy/UCDWordList.html " title ="class in ari.ucidy "> UCDWordList</ a > nonDeprecatedWords,
210
+ java.lang.String version)</ code >
211
+ < div class ="block "> Create a list of all deprecated list compared to the given list of
212
+ "active" UCD words.</ div >
213
+ </ td >
214
+ </ tr >
210
215
</ table >
211
216
</ li >
212
217
</ ul >
@@ -235,13 +240,20 @@ <h3>Method Summary</h3>
235
240
< div class ="block "> Add all deprecated UCD words declared inside the specified reader.</ div >
236
241
</ td >
237
242
</ tr >
243
+ < tr id ="i2 " class ="altColor ">
244
+ < td class ="colFirst "> < code > boolean</ code > </ td >
245
+ < td class ="colLast "> < code > < span class ="memberNameLink "> < a href ="../../ari/ucidy/DeprecatedUCDWordList.html#isForSameVersion-- "> isForSameVersion</ a > </ span > ()</ code >
246
+ < div class ="block "> Tell whether this list is at a same < a href ="../../ari/ucidy/UCDWordList.html#getVersion-- "> < code > version</ code > </ a >
247
+ than its associated list of non-deprecated words.</ div >
248
+ </ td >
249
+ </ tr >
238
250
</ table >
239
251
< ul class ="blockList ">
240
252
< li class ="blockList "> < a name ="methods.inherited.from.class.ari.ucidy.UCDWordList ">
241
253
<!-- -->
242
254
</ a >
243
255
< h3 > Methods inherited from class ari.ucidy.< a href ="../../ari/ucidy/UCDWordList.html " title ="class in ari.ucidy "> UCDWordList</ a > </ h3 >
244
- < code > < a href ="../../ari/ucidy/UCDWordList.html#addAll-java.util.Collection- "> addAll</ a > , < a href ="../../ari/ucidy/UCDWordList.html#addAll-java.io.File- "> addAll</ a > , < a href ="../../ari/ucidy/UCDWordList.html#addAll-java.io.File-boolean- "> addAll</ a > , < a href ="../../ari/ucidy/UCDWordList.html#addAll-java.io.InputStream-boolean- "> addAll</ a > , < a href ="../../ari/ucidy/UCDWordList.html#addAll-ari.ucidy.UCDWord:A- "> addAll</ a > , < a href ="../../ari/ucidy/UCDWordList.html#clear-- "> clear</ a > , < a href ="../../ari/ucidy/UCDWordList.html#contains-java.lang.String- "> contains</ a > , < a href ="../../ari/ucidy/UCDWordList.html#get-java.lang.String- "> get</ a > , < a href ="../../ari/ucidy/UCDWordList.html#get-java.lang.String-boolean- "> get</ a > , < a href ="../../ari/ucidy/UCDWordList.html#getClosest-java.lang.String- "> getClosest</ a > , < a href ="../../ari/ucidy/UCDWordList.html#iterator-- "> iterator</ a > , < a href ="../../ari/ucidy/UCDWordList.html#lev_min-int-int-int- "> lev_min</ a > , < a href ="../../ari/ucidy/UCDWordList.html#levenshtein-java.lang.String-java.lang.String- "> levenshtein</ a > , < a href ="../../ari/ucidy/UCDWordList.html#main-java.lang.String:A- "> main</ a > , < a href ="../../ari/ucidy/UCDWordList.html#remove-java.lang.String- "> remove</ a > , < a href ="../../ari/ucidy/UCDWordList.html#search-java.lang.String- "> search</ a > , < a href ="../../ari/ucidy/UCDWordList.html#size-- "> size</ a > , < a href ="../../ari/ucidy/UCDWordList.html#startingWith-java.lang.String- "> startingWith</ a > </ code > </ li >
256
+ < code > < a href ="../../ari/ucidy/UCDWordList.html#addAll-java.util.Collection- "> addAll</ a > , < a href ="../../ari/ucidy/UCDWordList.html#addAll-java.io.File- "> addAll</ a > , < a href ="../../ari/ucidy/UCDWordList.html#addAll-java.io.File-boolean- "> addAll</ a > , < a href ="../../ari/ucidy/UCDWordList.html#addAll-java.io.InputStream-boolean- "> addAll</ a > , < a href ="../../ari/ucidy/UCDWordList.html#addAll-ari.ucidy.UCDWord:A- "> addAll</ a > , < a href ="../../ari/ucidy/UCDWordList.html#clear-- "> clear</ a > , < a href ="../../ari/ucidy/UCDWordList.html#contains-java.lang.String- "> contains</ a > , < a href ="../../ari/ucidy/UCDWordList.html#get-java.lang.String- "> get</ a > , < a href ="../../ari/ucidy/UCDWordList.html#get-java.lang.String-boolean- "> get</ a > , < a href ="../../ari/ucidy/UCDWordList.html#getClosest-java.lang.String- "> getClosest</ a > , < a href ="../../ari/ucidy/UCDWordList.html#getVersion-- "> getVersion</ a > , < a href ="../../ari/ucidy/UCDWordList.html#iterator-- "> iterator</ a > , < a href ="../../ari/ucidy/UCDWordList.html#lev_min-int-int-int- "> lev_min</ a > , < a href ="../../ari/ucidy/UCDWordList.html#levenshtein-java.lang.String-java.lang.String- "> levenshtein</ a > , < a href ="../../ari/ucidy/UCDWordList.html#main-java.lang.String:A- "> main</ a > , < a href ="../../ari/ucidy/UCDWordList.html#remove-java.lang.String- "> remove</ a > , < a href ="../../ari/ucidy/UCDWordList.html#search-java.lang.String- "> search</ a > , < a href ="../../ari/ucidy/UCDWordList.html#size-- "> size</ a > , < a href ="../../ari/ucidy/UCDWordList.html#startingWith-java.lang.String- "> startingWith</ a > </ code > </ li >
245
257
</ ul >
246
258
< ul class ="blockList ">
247
259
< li class ="blockList "> < a name ="methods.inherited.from.class.java.lang.Object ">
@@ -294,7 +306,7 @@ <h3>Constructor Detail</h3>
294
306
< a name ="DeprecatedUCDWordList-ari.ucidy.UCDWordList- ">
295
307
<!-- -->
296
308
</ a >
297
- < ul class ="blockListLast ">
309
+ < ul class ="blockList ">
298
310
< li class ="blockList ">
299
311
< h4 > DeprecatedUCDWordList</ h4 >
300
312
< pre > public DeprecatedUCDWordList(< a href ="../../ari/ucidy/UCDWordList.html " title ="class in ari.ucidy "> UCDWordList</ a > nonDeprecatedWords)
@@ -310,6 +322,31 @@ <h4>DeprecatedUCDWordList</h4>
310
322
</ dl >
311
323
</ li >
312
324
</ ul >
325
+ < a name ="DeprecatedUCDWordList-ari.ucidy.UCDWordList-java.lang.String- ">
326
+ <!-- -->
327
+ </ a >
328
+ < ul class ="blockListLast ">
329
+ < li class ="blockList ">
330
+ < h4 > DeprecatedUCDWordList</ h4 >
331
+ < pre > public DeprecatedUCDWordList(< a href ="../../ari/ucidy/UCDWordList.html " title ="class in ari.ucidy "> UCDWordList</ a > nonDeprecatedWords,
332
+ java.lang.String version)
333
+ throws java.lang.NullPointerException</ pre >
334
+ < div class ="block "> Create a list of all deprecated list compared to the given list of
335
+ "active" UCD words.</ div >
336
+ < dl >
337
+ < dt > < span class ="paramLabel "> Parameters:</ span > </ dt >
338
+ < dd > < code > nonDeprecatedWords</ code > - List of all "active" UCD words.</ dd >
339
+ < dd > < code > version</ code > - Version of the deprecated UCD words list, if
340
+ it should be different from the version of
341
+ the given list of non deprecated words.</ dd >
342
+ < dt > < span class ="throwsLabel "> Throws:</ span > </ dt >
343
+ < dd > < code > java.lang.NullPointerException</ code > - If no list of "active" UCD words is
344
+ provided.</ dd >
345
+ < dt > < span class ="simpleTagLabel "> Since:</ span > </ dt >
346
+ < dd > 1.2</ dd >
347
+ </ dl >
348
+ </ li >
349
+ </ ul >
313
350
</ li >
314
351
</ ul >
315
352
<!-- ============ METHOD DETAIL ========== -->
@@ -348,7 +385,7 @@ <h4>add</h4>
348
385
< a name ="addAll-java.io.Reader-boolean- ">
349
386
<!-- -->
350
387
</ a >
351
- < ul class ="blockListLast ">
388
+ < ul class ="blockList ">
352
389
< li class ="blockList ">
353
390
< h4 > addAll</ h4 >
354
391
< pre > public int addAll(java.io.Reader reader,
@@ -381,6 +418,24 @@ <h4>addAll</h4>
381
418
</ dl >
382
419
</ li >
383
420
</ ul >
421
+ < a name ="isForSameVersion-- ">
422
+ <!-- -->
423
+ </ a >
424
+ < ul class ="blockListLast ">
425
+ < li class ="blockList ">
426
+ < h4 > isForSameVersion</ h4 >
427
+ < pre > public final boolean isForSameVersion()</ pre >
428
+ < div class ="block "> Tell whether this list is at a same < a href ="../../ari/ucidy/UCDWordList.html#getVersion-- "> < code > version</ code > </ a >
429
+ than its associated list of non-deprecated words.</ div >
430
+ < dl >
431
+ < dt > < span class ="returnLabel "> Returns:</ span > </ dt >
432
+ < dd > < code > true</ code > if the same version than the active words,
433
+ < code > false</ code > otherwise.</ dd >
434
+ < dt > < span class ="simpleTagLabel "> Since:</ span > </ dt >
435
+ < dd > 1.2</ dd >
436
+ </ dl >
437
+ </ li >
438
+ </ ul >
384
439
</ li >
385
440
</ ul >
386
441
</ li >
0 commit comments