This file is indexed.

/usr/share/doc/libcommons-collections-java/api/index-all.html is in libcommons-collections-java-doc 2.1.1-10.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   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
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Wed May 04 15:00:26 UTC 2011 -->
<TITLE>
Index (Jakarta Commons Collections Package)
</TITLE>

<META NAME="date" CONTENT="2011-05-04">

<LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">

<SCRIPT type="text/javascript">
function windowTitle()
{
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="Index (Jakarta Commons Collections Package)";
    }
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>

</HEAD>

<BODY BGCOLOR="white" onload="windowTitle();">
<HR>


<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->

<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_K_">K</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <A HREF="#___">_</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/collections/Bag.html#add(java.lang.Object)"><B>add(Object)</B></A> - 
Method in interface org.apache.commons.collections.<A HREF="./org/apache/commons/collections/Bag.html" title="interface in org.apache.commons.collections">Bag</A>
<DD><I>(Violation)</I>
 Add the given object to the bag and keep a count.
<DT><A HREF="./org/apache/commons/collections/Bag.html#add(java.lang.Object, int)"><B>add(Object, int)</B></A> - 
Method in interface org.apache.commons.collections.<A HREF="./org/apache/commons/collections/Bag.html" title="interface in org.apache.commons.collections">Bag</A>
<DD>Add <code>i</code> copies of the given object to the bag and
 keep a count.
<DT><A HREF="./org/apache/commons/collections/BinaryHeap.html#add(java.lang.Object)"><B>add(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BinaryHeap.html" title="class in org.apache.commons.collections">BinaryHeap</A>
<DD>Adds an object to this heap.
<DT><A HREF="./org/apache/commons/collections/BoundedFifoBuffer.html#add(java.lang.Object)"><B>add(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BoundedFifoBuffer.html" title="class in org.apache.commons.collections">BoundedFifoBuffer</A>
<DD>Adds the given element to this buffer.
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.html#add(java.lang.Object)"><B>add(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.html" title="class in org.apache.commons.collections">CursorableLinkedList</A>
<DD>Appends the specified element to the end of this list.
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.html#add(int, java.lang.Object)"><B>add(int, Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.html" title="class in org.apache.commons.collections">CursorableLinkedList</A>
<DD>Inserts the specified element at the specified position in this list.
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.Cursor.html#add(java.lang.Object)"><B>add(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.Cursor.html" title="class in org.apache.commons.collections">CursorableLinkedList.Cursor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/DefaultMapBag.html#add(java.lang.Object)"><B>add(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DefaultMapBag.html" title="class in org.apache.commons.collections">DefaultMapBag</A>
<DD>Adds a new element to the bag by incrementing its count in the 
  underlying map.
<DT><A HREF="./org/apache/commons/collections/DefaultMapBag.html#add(java.lang.Object, int)"><B>add(Object, int)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DefaultMapBag.html" title="class in org.apache.commons.collections">DefaultMapBag</A>
<DD>Adds a new element to the bag by incrementing its count in the map.
<DT><A HREF="./org/apache/commons/collections/FastArrayList.html#add(java.lang.Object)"><B>add(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastArrayList.html" title="class in org.apache.commons.collections">FastArrayList</A>
<DD>Appends the specified element to the end of this list.
<DT><A HREF="./org/apache/commons/collections/FastArrayList.html#add(int, java.lang.Object)"><B>add(int, Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastArrayList.html" title="class in org.apache.commons.collections">FastArrayList</A>
<DD>Insert the specified element at the specified position in this list,
 and shift all remaining elements up one position.
<DT><A HREF="./org/apache/commons/collections/iterators/FilterListIterator.html#add(java.lang.Object)"><B>add(Object)</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/FilterListIterator.html" title="class in org.apache.commons.collections.iterators">FilterListIterator</A>
<DD>Not supported.
<DT><A HREF="./org/apache/commons/collections/iterators/ListIteratorWrapper.html#add(java.lang.Object)"><B>add(Object)</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/ListIteratorWrapper.html" title="class in org.apache.commons.collections.iterators">ListIteratorWrapper</A>
<DD>Throws <CODE>UnsupportedOperationException</CODE>.
<DT><A HREF="./org/apache/commons/collections/iterators/ProxyListIterator.html#add(java.lang.Object)"><B>add(Object)</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/ProxyListIterator.html" title="class in org.apache.commons.collections.iterators">ProxyListIterator</A>
<DD>Invokes the underlying <CODE>ListIterator.add(Object)</CODE> method.
<DT><A HREF="./org/apache/commons/collections/iterators/SingletonListIterator.html#add(java.lang.Object)"><B>add(Object)</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/SingletonListIterator.html" title="class in org.apache.commons.collections.iterators">SingletonListIterator</A>
<DD>Add always throws <CODE>UnsupportedOperationException</CODE>.
<DT><A HREF="./org/apache/commons/collections/UnboundedFifoBuffer.html#add(java.lang.Object)"><B>add(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/UnboundedFifoBuffer.html" title="class in org.apache.commons.collections">UnboundedFifoBuffer</A>
<DD>Adds the given element to this buffer.
<DT><A HREF="./org/apache/commons/collections/CollectionUtils.html#addAll(java.util.Collection, java.util.Iterator)"><B>addAll(Collection, Iterator)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CollectionUtils.html" title="class in org.apache.commons.collections">CollectionUtils</A>
<DD>Adds all elements in the iteration to the given collection.
<DT><A HREF="./org/apache/commons/collections/CollectionUtils.html#addAll(java.util.Collection, java.util.Enumeration)"><B>addAll(Collection, Enumeration)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CollectionUtils.html" title="class in org.apache.commons.collections">CollectionUtils</A>
<DD>Adds all elements in the enumeration to the given collection.
<DT><A HREF="./org/apache/commons/collections/CollectionUtils.html#addAll(java.util.Collection, java.lang.Object[])"><B>addAll(Collection, Object[])</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CollectionUtils.html" title="class in org.apache.commons.collections">CollectionUtils</A>
<DD>Adds all elements in the array to the given collection.
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.html#addAll(java.util.Collection)"><B>addAll(Collection)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.html" title="class in org.apache.commons.collections">CursorableLinkedList</A>
<DD>Appends all of the elements in the specified collection to the end of
 this list, in the order that they are returned by the specified
 <CODE>Collection</CODE>'s <CODE>Iterator</CODE>.
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.html#addAll(int, java.util.Collection)"><B>addAll(int, Collection)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.html" title="class in org.apache.commons.collections">CursorableLinkedList</A>
<DD>Inserts all of the elements in the specified collection into this
 list at the specified position.
<DT><A HREF="./org/apache/commons/collections/DefaultMapBag.html#addAll(java.util.Collection)"><B>addAll(Collection)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DefaultMapBag.html" title="class in org.apache.commons.collections">DefaultMapBag</A>
<DD>Invokes <A HREF="./org/apache/commons/collections/DefaultMapBag.html#add(java.lang.Object)"><CODE>DefaultMapBag.add(Object)</CODE></A> for each element in the given collection.
<DT><A HREF="./org/apache/commons/collections/FastArrayList.html#addAll(java.util.Collection)"><B>addAll(Collection)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastArrayList.html" title="class in org.apache.commons.collections">FastArrayList</A>
<DD>Append all of the elements in the specified Collection to the end
 of this list, in the order that they are returned by the specified
 Collection's Iterator.
<DT><A HREF="./org/apache/commons/collections/FastArrayList.html#addAll(int, java.util.Collection)"><B>addAll(int, Collection)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastArrayList.html" title="class in org.apache.commons.collections">FastArrayList</A>
<DD>Insert all of the elements in the specified Collection at the specified
 position in this list, and shift any previous elements upwards as
 needed.
<DT><A HREF="./org/apache/commons/collections/comparators/ComparatorChain.html#addComparator(java.util.Comparator)"><B>addComparator(Comparator)</B></A> - 
Method in class org.apache.commons.collections.comparators.<A HREF="./org/apache/commons/collections/comparators/ComparatorChain.html" title="class in org.apache.commons.collections.comparators">ComparatorChain</A>
<DD>Add a Comparator to the end of the chain using the
 forward sort order
<DT><A HREF="./org/apache/commons/collections/comparators/ComparatorChain.html#addComparator(java.util.Comparator, boolean)"><B>addComparator(Comparator, boolean)</B></A> - 
Method in class org.apache.commons.collections.comparators.<A HREF="./org/apache/commons/collections/comparators/ComparatorChain.html" title="class in org.apache.commons.collections.comparators">ComparatorChain</A>
<DD>Add a Comparator to the end of the chain using the
 given sort order
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.html#addFirst(java.lang.Object)"><B>addFirst(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.html" title="class in org.apache.commons.collections">CursorableLinkedList</A>
<DD>Inserts the specified element at the beginning of this list.
<DT><A HREF="./org/apache/commons/collections/iterators/CollatingIterator.html#addIterator(java.util.Iterator)"><B>addIterator(Iterator)</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/CollatingIterator.html" title="class in org.apache.commons.collections.iterators">CollatingIterator</A>
<DD>Add the given <CODE>Iterator</CODE> to my collection to collate.
<DT><A HREF="./org/apache/commons/collections/iterators/IteratorChain.html#addIterator(java.util.Iterator)"><B>addIterator(Iterator)</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/IteratorChain.html" title="class in org.apache.commons.collections.iterators">IteratorChain</A>
<DD>Add an Iterator to the end of the chain
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.html#addLast(java.lang.Object)"><B>addLast(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.html" title="class in org.apache.commons.collections">CursorableLinkedList</A>
<DD>Inserts the specified element at the end of this list.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#addProperty(java.lang.String, java.lang.Object)"><B>addProperty(String, Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Add a property to the configuration.
<DT><A HREF="./org/apache/commons/collections/iterators/ArrayIterator.html" title="class in org.apache.commons.collections.iterators"><B>ArrayIterator</B></A> - Class in <A HREF="./org/apache/commons/collections/iterators/package-summary.html">org.apache.commons.collections.iterators</A><DD>Implements an <CODE>Iterator</CODE> over an array of objects.<DT><A HREF="./org/apache/commons/collections/iterators/ArrayIterator.html#ArrayIterator()"><B>ArrayIterator()</B></A> - 
Constructor for class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/ArrayIterator.html" title="class in org.apache.commons.collections.iterators">ArrayIterator</A>
<DD>Construct an ArrayIterator.
<DT><A HREF="./org/apache/commons/collections/iterators/ArrayIterator.html#ArrayIterator(java.lang.Object)"><B>ArrayIterator(Object)</B></A> - 
Constructor for class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/ArrayIterator.html" title="class in org.apache.commons.collections.iterators">ArrayIterator</A>
<DD>Construct an ArrayIterator that will iterate over the values in the
  specified array.
<DT><A HREF="./org/apache/commons/collections/iterators/ArrayIterator.html#ArrayIterator(java.lang.Object, int)"><B>ArrayIterator(Object, int)</B></A> - 
Constructor for class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/ArrayIterator.html" title="class in org.apache.commons.collections.iterators">ArrayIterator</A>
<DD>Construct an ArrayIterator that will iterate over the values in the
  specified array.
<DT><A HREF="./org/apache/commons/collections/iterators/ArrayIterator.html#ArrayIterator(java.lang.Object, int, int)"><B>ArrayIterator(Object, int, int)</B></A> - 
Constructor for class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/ArrayIterator.html" title="class in org.apache.commons.collections.iterators">ArrayIterator</A>
<DD>Construct an ArrayIterator that will iterate over the values in the
  specified array.
<DT><A HREF="./org/apache/commons/collections/ArrayStack.html" title="class in org.apache.commons.collections"><B>ArrayStack</B></A> - Class in <A HREF="./org/apache/commons/collections/package-summary.html">org.apache.commons.collections</A><DD>An implementation of the <CODE>Stack</CODE> API that is based on an
 <code>ArrayList</code> instead of a <code>Vector</code>, so it is not
 synchronized to protect against multi-threaded access.<DT><A HREF="./org/apache/commons/collections/ArrayStack.html#ArrayStack()"><B>ArrayStack()</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ArrayStack.html" title="class in org.apache.commons.collections">ArrayStack</A>
<DD>Constructs a new empty <code>ArrayStack</code>.
<DT><A HREF="./org/apache/commons/collections/ArrayStack.html#ArrayStack(int)"><B>ArrayStack(int)</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ArrayStack.html" title="class in org.apache.commons.collections">ArrayStack</A>
<DD>Constructs a new empty <code>ArrayStack</code> with an initial size.
<DT><A HREF="./org/apache/commons/collections/IteratorUtils.html#asEnumeration(java.util.Iterator)"><B>asEnumeration(Iterator)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/IteratorUtils.html" title="class in org.apache.commons.collections">IteratorUtils</A>
<DD>Gets an enumeration that wraps an iterator.
<DT><A HREF="./org/apache/commons/collections/IteratorUtils.html#asIterator(java.util.Enumeration)"><B>asIterator(Enumeration)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/IteratorUtils.html" title="class in org.apache.commons.collections">IteratorUtils</A>
<DD>Gets an iterator that provides an iterator view of the given enumeration.
<DT><A HREF="./org/apache/commons/collections/IteratorUtils.html#asIterator(java.util.Enumeration, java.util.Collection)"><B>asIterator(Enumeration, Collection)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/IteratorUtils.html" title="class in org.apache.commons.collections">IteratorUtils</A>
<DD>Gets an iterator that provides an iterator view of the given enumeration 
 that will remove elements from the specified collection.
<DT><A HREF="./org/apache/commons/collections/StaticBucketMap.html#atomic(java.lang.Runnable)"><B>atomic(Runnable)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/StaticBucketMap.html" title="class in org.apache.commons.collections">StaticBucketMap</A>
<DD>Prevents any operations from occuring on this map while the
  given <CODE>Runnable</CODE> executes.
</DL>
<HR>
<A NAME="_B_"><!-- --></A><H2>
<B>B</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/collections/Bag.html" title="interface in org.apache.commons.collections"><B>Bag</B></A> - Interface in <A HREF="./org/apache/commons/collections/package-summary.html">org.apache.commons.collections</A><DD>A <CODE>Collection</CODE> that counts the number of times an object appears in
 the collection.<DT><A HREF="./org/apache/commons/collections/BagUtils.html" title="class in org.apache.commons.collections"><B>BagUtils</B></A> - Class in <A HREF="./org/apache/commons/collections/package-summary.html">org.apache.commons.collections</A><DD>Provides utility methods and decorators for <A HREF="./org/apache/commons/collections/Bag.html" title="interface in org.apache.commons.collections"><CODE>Bag</CODE></A> 
 and <A HREF="./org/apache/commons/collections/SortedBag.html" title="interface in org.apache.commons.collections"><CODE>SortedBag</CODE></A> instances.<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#basePath"><B>basePath</B></A> - 
Variable in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Base path of the configuration file used to create
 this ExtendedProperties object.
<DT><A HREF="./org/apache/commons/collections/BeanMap.html" title="class in org.apache.commons.collections"><B>BeanMap</B></A> - Class in <A HREF="./org/apache/commons/collections/package-summary.html">org.apache.commons.collections</A><DD>An implementation of Map for JavaBeans which uses introspection to
 get and put properties in the bean.<DT><A HREF="./org/apache/commons/collections/BeanMap.html#BeanMap()"><B>BeanMap()</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BeanMap.html" title="class in org.apache.commons.collections">BeanMap</A>
<DD>Constructs a new empty <Code>BeanMap</Code>.
<DT><A HREF="./org/apache/commons/collections/BeanMap.html#BeanMap(java.lang.Object)"><B>BeanMap(Object)</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BeanMap.html" title="class in org.apache.commons.collections">BeanMap</A>
<DD>Constructs a new <Code>BeanMap</Code> that operates on the 
  specified bean.
<DT><A HREF="./org/apache/commons/collections/BeanMap.MyMapEntry.html" title="class in org.apache.commons.collections"><B>BeanMap.MyMapEntry</B></A> - Class in <A HREF="./org/apache/commons/collections/package-summary.html">org.apache.commons.collections</A><DD>Map entry used by <A HREF="./org/apache/commons/collections/BeanMap.html" title="class in org.apache.commons.collections"><CODE>BeanMap</CODE></A>.<DT><A HREF="./org/apache/commons/collections/BeanMap.MyMapEntry.html#BeanMap.MyMapEntry(org.apache.commons.collections.BeanMap, java.lang.Object, java.lang.Object)"><B>BeanMap.MyMapEntry(BeanMap, Object, Object)</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BeanMap.MyMapEntry.html" title="class in org.apache.commons.collections">BeanMap.MyMapEntry</A>
<DD>Constructs a new <Code>MyMapEntry</Code>.
<DT><A HREF="./org/apache/commons/collections/BinaryHeap.html" title="class in org.apache.commons.collections"><B>BinaryHeap</B></A> - Class in <A HREF="./org/apache/commons/collections/package-summary.html">org.apache.commons.collections</A><DD>Binary heap implementation of <A HREF="./org/apache/commons/collections/PriorityQueue.html" title="interface in org.apache.commons.collections"><CODE>PriorityQueue</CODE></A> and <A HREF="./org/apache/commons/collections/Buffer.html" title="interface in org.apache.commons.collections"><CODE>Buffer</CODE></A>.<DT><A HREF="./org/apache/commons/collections/BinaryHeap.html#BinaryHeap()"><B>BinaryHeap()</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BinaryHeap.html" title="class in org.apache.commons.collections">BinaryHeap</A>
<DD>Constructs a new minimum binary heap.
<DT><A HREF="./org/apache/commons/collections/BinaryHeap.html#BinaryHeap(java.util.Comparator)"><B>BinaryHeap(Comparator)</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BinaryHeap.html" title="class in org.apache.commons.collections">BinaryHeap</A>
<DD>Constructs a new <code>BinaryHeap</code> that will use the given
 comparator to order its elements.
<DT><A HREF="./org/apache/commons/collections/BinaryHeap.html#BinaryHeap(int)"><B>BinaryHeap(int)</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BinaryHeap.html" title="class in org.apache.commons.collections">BinaryHeap</A>
<DD>Constructs a new minimum binary heap with the specified initial capacity.
<DT><A HREF="./org/apache/commons/collections/BinaryHeap.html#BinaryHeap(int, java.util.Comparator)"><B>BinaryHeap(int, Comparator)</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BinaryHeap.html" title="class in org.apache.commons.collections">BinaryHeap</A>
<DD>Constructs a new <code>BinaryHeap</code>.
<DT><A HREF="./org/apache/commons/collections/BinaryHeap.html#BinaryHeap(boolean)"><B>BinaryHeap(boolean)</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BinaryHeap.html" title="class in org.apache.commons.collections">BinaryHeap</A>
<DD>Constructs a new minimum or maximum binary heap
<DT><A HREF="./org/apache/commons/collections/BinaryHeap.html#BinaryHeap(boolean, java.util.Comparator)"><B>BinaryHeap(boolean, Comparator)</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BinaryHeap.html" title="class in org.apache.commons.collections">BinaryHeap</A>
<DD>Constructs a new <code>BinaryHeap</code>.
<DT><A HREF="./org/apache/commons/collections/BinaryHeap.html#BinaryHeap(int, boolean)"><B>BinaryHeap(int, boolean)</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BinaryHeap.html" title="class in org.apache.commons.collections">BinaryHeap</A>
<DD>Constructs a new minimum or maximum binary heap with the specified 
 initial capacity.
<DT><A HREF="./org/apache/commons/collections/BinaryHeap.html#BinaryHeap(int, boolean, java.util.Comparator)"><B>BinaryHeap(int, boolean, Comparator)</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BinaryHeap.html" title="class in org.apache.commons.collections">BinaryHeap</A>
<DD>Constructs a new <code>BinaryHeap</code>.
<DT><A HREF="./org/apache/commons/collections/BufferUtils.html#blockingBuffer(org.apache.commons.collections.Buffer)"><B>blockingBuffer(Buffer)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BufferUtils.html" title="class in org.apache.commons.collections">BufferUtils</A>
<DD>Returns a synchronized buffer backed by the given buffer that will
 block on <A HREF="./org/apache/commons/collections/Buffer.html#get()"><CODE>Buffer.get()</CODE></A> and <A HREF="./org/apache/commons/collections/Buffer.html#remove()"><CODE>Buffer.remove()</CODE></A> operations.
<DT><A HREF="./org/apache/commons/collections/BoundedFifoBuffer.html" title="class in org.apache.commons.collections"><B>BoundedFifoBuffer</B></A> - Class in <A HREF="./org/apache/commons/collections/package-summary.html">org.apache.commons.collections</A><DD>The BoundedFifoBuffer is a <strong>very</strong> efficient implementation of
 Buffer that does not alter the size of the buffer at runtime.<DT><A HREF="./org/apache/commons/collections/BoundedFifoBuffer.html#BoundedFifoBuffer()"><B>BoundedFifoBuffer()</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BoundedFifoBuffer.html" title="class in org.apache.commons.collections">BoundedFifoBuffer</A>
<DD>Constructs a new <code>BoundedFifoBuffer</code> big enough to hold
 32 elements.
<DT><A HREF="./org/apache/commons/collections/BoundedFifoBuffer.html#BoundedFifoBuffer(int)"><B>BoundedFifoBuffer(int)</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BoundedFifoBuffer.html" title="class in org.apache.commons.collections">BoundedFifoBuffer</A>
<DD>Constructs a new <code>BoundedFifoBuffer</code> big enough to hold
 the specified number of elements.
<DT><A HREF="./org/apache/commons/collections/BoundedFifoBuffer.html#BoundedFifoBuffer(java.util.Collection)"><B>BoundedFifoBuffer(Collection)</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BoundedFifoBuffer.html" title="class in org.apache.commons.collections">BoundedFifoBuffer</A>
<DD>Constructs a new <code>BoundedFifoBuffer</code> big enough to hold all
 of the elements in the specified collection.
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.html#broadcastListableChanged(org.apache.commons.collections.CursorableLinkedList.Listable)"><B>broadcastListableChanged(CursorableLinkedList.Listable)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.html" title="class in org.apache.commons.collections">CursorableLinkedList</A>
<DD>Informs all of my registerd cursors that the specified
 element was changed.
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.html#broadcastListableInserted(org.apache.commons.collections.CursorableLinkedList.Listable)"><B>broadcastListableInserted(CursorableLinkedList.Listable)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.html" title="class in org.apache.commons.collections">CursorableLinkedList</A>
<DD>Informs all of my registered cursors tha the specifed
 element was just added to my list.
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.html#broadcastListableRemoved(org.apache.commons.collections.CursorableLinkedList.Listable)"><B>broadcastListableRemoved(CursorableLinkedList.Listable)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.html" title="class in org.apache.commons.collections">CursorableLinkedList</A>
<DD>Informs all of my registered cursors tha the specifed
 element was just removed from my list.
<DT><A HREF="./org/apache/commons/collections/Buffer.html" title="interface in org.apache.commons.collections"><B>Buffer</B></A> - Interface in <A HREF="./org/apache/commons/collections/package-summary.html">org.apache.commons.collections</A><DD>A Buffer is a collection that allows objects to be removed in some
 well-defined order.<DT><A HREF="./org/apache/commons/collections/BufferOverflowException.html" title="class in org.apache.commons.collections"><B>BufferOverflowException</B></A> - Exception in <A HREF="./org/apache/commons/collections/package-summary.html">org.apache.commons.collections</A><DD>The BufferOverflowException is used when the buffer's capacity has been
 exceeded.<DT><A HREF="./org/apache/commons/collections/BufferOverflowException.html#BufferOverflowException()"><B>BufferOverflowException()</B></A> - 
Constructor for exception org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BufferOverflowException.html" title="class in org.apache.commons.collections">BufferOverflowException</A>
<DD>Constructs a new <code>BufferOverflowException</code>.
<DT><A HREF="./org/apache/commons/collections/BufferOverflowException.html#BufferOverflowException(java.lang.String)"><B>BufferOverflowException(String)</B></A> - 
Constructor for exception org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BufferOverflowException.html" title="class in org.apache.commons.collections">BufferOverflowException</A>
<DD>Construct a new <code>BufferOverflowException</code>.
<DT><A HREF="./org/apache/commons/collections/BufferOverflowException.html#BufferOverflowException(java.lang.String, java.lang.Throwable)"><B>BufferOverflowException(String, Throwable)</B></A> - 
Constructor for exception org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BufferOverflowException.html" title="class in org.apache.commons.collections">BufferOverflowException</A>
<DD>Construct a new <code>BufferOverflowException</code>.
<DT><A HREF="./org/apache/commons/collections/BufferUnderflowException.html" title="class in org.apache.commons.collections"><B>BufferUnderflowException</B></A> - Exception in <A HREF="./org/apache/commons/collections/package-summary.html">org.apache.commons.collections</A><DD>The BufferUnderflowException is used when the buffer is already empty<DT><A HREF="./org/apache/commons/collections/BufferUnderflowException.html#BufferUnderflowException()"><B>BufferUnderflowException()</B></A> - 
Constructor for exception org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BufferUnderflowException.html" title="class in org.apache.commons.collections">BufferUnderflowException</A>
<DD>Constructs a new <code>BufferUnderflowException</code>.
<DT><A HREF="./org/apache/commons/collections/BufferUnderflowException.html#BufferUnderflowException(java.lang.String)"><B>BufferUnderflowException(String)</B></A> - 
Constructor for exception org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BufferUnderflowException.html" title="class in org.apache.commons.collections">BufferUnderflowException</A>
<DD>Construct a new <code>BufferUnderflowException</code>.
<DT><A HREF="./org/apache/commons/collections/BufferUnderflowException.html#BufferUnderflowException(java.lang.String, java.lang.Throwable)"><B>BufferUnderflowException(String, Throwable)</B></A> - 
Constructor for exception org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BufferUnderflowException.html" title="class in org.apache.commons.collections">BufferUnderflowException</A>
<DD>Construct a new <code>BufferUnderflowException</code>.
<DT><A HREF="./org/apache/commons/collections/BufferUtils.html" title="class in org.apache.commons.collections"><B>BufferUtils</B></A> - Class in <A HREF="./org/apache/commons/collections/package-summary.html">org.apache.commons.collections</A><DD>Contains static utility methods for operating on <A HREF="./org/apache/commons/collections/Buffer.html" title="interface in org.apache.commons.collections"><CODE>Buffer</CODE></A> objects.</DL>
<HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/collections/DefaultMapBag.html#calcTotalSize()"><B>calcTotalSize()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DefaultMapBag.html" title="class in org.apache.commons.collections">DefaultMapBag</A>
<DD>Actually walks the bag to make sure the count is correct and
 resets the running total
<DT><A HREF="./org/apache/commons/collections/CollectionUtils.html#cardinality(java.lang.Object, java.util.Collection)"><B>cardinality(Object, Collection)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CollectionUtils.html" title="class in org.apache.commons.collections">CollectionUtils</A>
<DD>Returns the number of occurrences of <i>obj</i>
 in <i>col</i>.
<DT><A HREF="./org/apache/commons/collections/ComparatorUtils.html#chainedComparator(java.util.Comparator, java.util.Comparator)"><B>chainedComparator(Comparator, Comparator)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ComparatorUtils.html" title="class in org.apache.commons.collections">ComparatorUtils</A>
<DD>Gets a comparator that compares using two <CODE>Comparator</CODE>s.
<DT><A HREF="./org/apache/commons/collections/ComparatorUtils.html#chainedComparator(java.util.Comparator[])"><B>chainedComparator(Comparator[])</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ComparatorUtils.html" title="class in org.apache.commons.collections">ComparatorUtils</A>
<DD>Gets a comparator that compares using an array of <CODE>Comparator</CODE>s.
<DT><A HREF="./org/apache/commons/collections/ComparatorUtils.html#chainedComparator(java.util.Collection)"><B>chainedComparator(Collection)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ComparatorUtils.html" title="class in org.apache.commons.collections">ComparatorUtils</A>
<DD>Gets a comparator that compares using a collection of <CODE>Comparator</CODE>s.
<DT><A HREF="./org/apache/commons/collections/IteratorUtils.html#chainedIterator(java.util.Iterator, java.util.Iterator)"><B>chainedIterator(Iterator, Iterator)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/IteratorUtils.html" title="class in org.apache.commons.collections">IteratorUtils</A>
<DD>Gets an iterator that iterates through two <CODE>Iterator</CODE>s 
 one after another.
<DT><A HREF="./org/apache/commons/collections/IteratorUtils.html#chainedIterator(java.util.Iterator[])"><B>chainedIterator(Iterator[])</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/IteratorUtils.html" title="class in org.apache.commons.collections">IteratorUtils</A>
<DD>Gets an iterator that iterates through an array of <CODE>Iterator</CODE>s 
 one after another.
<DT><A HREF="./org/apache/commons/collections/IteratorUtils.html#chainedIterator(java.util.Collection)"><B>chainedIterator(Collection)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/IteratorUtils.html" title="class in org.apache.commons.collections">IteratorUtils</A>
<DD>Gets an iterator that iterates through a collections of <CODE>Iterator</CODE>s 
 one after another.
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.Cursor.html#checkForComod()"><B>checkForComod()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.Cursor.html" title="class in org.apache.commons.collections">CursorableLinkedList.Cursor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/BeanMap.html#clear()"><B>clear()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BeanMap.html" title="class in org.apache.commons.collections">BeanMap</A>
<DD>This method reinitializes the bean map to have default values for the
  bean's properties.
<DT><A HREF="./org/apache/commons/collections/BinaryHeap.html#clear()"><B>clear()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BinaryHeap.html" title="class in org.apache.commons.collections">BinaryHeap</A>
<DD>Clears all elements from queue.
<DT><A HREF="./org/apache/commons/collections/BoundedFifoBuffer.html#clear()"><B>clear()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BoundedFifoBuffer.html" title="class in org.apache.commons.collections">BoundedFifoBuffer</A>
<DD>Clears this buffer.
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.html#clear()"><B>clear()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.html" title="class in org.apache.commons.collections">CursorableLinkedList</A>
<DD>Removes all of the elements from this list.
<DT><A HREF="./org/apache/commons/collections/DefaultMapBag.html#clear()"><B>clear()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DefaultMapBag.html" title="class in org.apache.commons.collections">DefaultMapBag</A>
<DD>Clears the bag by clearing the underlying map.
<DT><A HREF="./org/apache/commons/collections/DoubleOrderedMap.html#clear()"><B>clear()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DoubleOrderedMap.html" title="class in org.apache.commons.collections">DoubleOrderedMap</A>
<DD>Removes all mappings from this map
<DT><A HREF="./org/apache/commons/collections/FastArrayList.html#clear()"><B>clear()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastArrayList.html" title="class in org.apache.commons.collections">FastArrayList</A>
<DD>Remove all of the elements from this list.
<DT><A HREF="./org/apache/commons/collections/FastHashMap.html#clear()"><B>clear()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastHashMap.html" title="class in org.apache.commons.collections">FastHashMap</A>
<DD>Remove all mappings from this map.
<DT><A HREF="./org/apache/commons/collections/FastTreeMap.html#clear()"><B>clear()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastTreeMap.html" title="class in org.apache.commons.collections">FastTreeMap</A>
<DD>Remove all mappings from this map.
<DT><A HREF="./org/apache/commons/collections/MultiHashMap.html#clear()"><B>clear()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/MultiHashMap.html" title="class in org.apache.commons.collections">MultiHashMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/PriorityQueue.html#clear()"><B>clear()</B></A> - 
Method in interface org.apache.commons.collections.<A HREF="./org/apache/commons/collections/PriorityQueue.html" title="interface in org.apache.commons.collections">PriorityQueue</A>
<DD>Clear all elements from queue.
<DT><A HREF="./org/apache/commons/collections/ProxyMap.html#clear()"><B>clear()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ProxyMap.html" title="class in org.apache.commons.collections">ProxyMap</A>
<DD>Invokes the underlying <CODE>Map.clear()</CODE> method.
<DT><A HREF="./org/apache/commons/collections/ReferenceMap.html#clear()"><B>clear()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ReferenceMap.html" title="class in org.apache.commons.collections">ReferenceMap</A>
<DD>Clears this map.
<DT><A HREF="./org/apache/commons/collections/SequencedHashMap.html#clear()"><B>clear()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/SequencedHashMap.html" title="class in org.apache.commons.collections">SequencedHashMap</A>
<DD>Implements <CODE>Map.clear()</CODE>.
<DT><A HREF="./org/apache/commons/collections/StaticBucketMap.html#clear()"><B>clear()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/StaticBucketMap.html" title="class in org.apache.commons.collections">StaticBucketMap</A>
<DD>Implements <CODE>Map.clear()</CODE>.
<DT><A HREF="./org/apache/commons/collections/SynchronizedPriorityQueue.html#clear()"><B>clear()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/SynchronizedPriorityQueue.html" title="class in org.apache.commons.collections">SynchronizedPriorityQueue</A>
<DD>Clear all elements from queue.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#clearProperty(java.lang.String)"><B>clearProperty(String)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Clear a property in the configuration.
<DT><A HREF="./org/apache/commons/collections/BeanMap.html#clone()"><B>clone()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BeanMap.html" title="class in org.apache.commons.collections">BeanMap</A>
<DD>Clone this bean map using the following process: 

  

  If there is no underlying bean, return a cloned BeanMap without a
  bean.
<DT><A HREF="./org/apache/commons/collections/FastArrayList.html#clone()"><B>clone()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastArrayList.html" title="class in org.apache.commons.collections">FastArrayList</A>
<DD>Return a shallow copy of this <code>FastArrayList</code> instance.
<DT><A HREF="./org/apache/commons/collections/FastHashMap.html#clone()"><B>clone()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastHashMap.html" title="class in org.apache.commons.collections">FastHashMap</A>
<DD>Return a shallow copy of this <code>FastHashMap</code> instance.
<DT><A HREF="./org/apache/commons/collections/FastTreeMap.html#clone()"><B>clone()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastTreeMap.html" title="class in org.apache.commons.collections">FastTreeMap</A>
<DD>Return a shallow copy of this <code>FastTreeMap</code> instance.
<DT><A HREF="./org/apache/commons/collections/MultiHashMap.html#clone()"><B>clone()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/MultiHashMap.html" title="class in org.apache.commons.collections">MultiHashMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/SequencedHashMap.html#clone()"><B>clone()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/SequencedHashMap.html" title="class in org.apache.commons.collections">SequencedHashMap</A>
<DD>Creates a shallow copy of this object, preserving the internal structure
 by copying only references.
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.Cursor.html#close()"><B>close()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.Cursor.html" title="class in org.apache.commons.collections">CursorableLinkedList.Cursor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/Closure.html" title="interface in org.apache.commons.collections"><B>Closure</B></A> - Interface in <A HREF="./org/apache/commons/collections/package-summary.html">org.apache.commons.collections</A><DD>An interface to represent some Closure, a block of code which is executed 
 from inside some block, function or iteration which operates on an input 
 object.<DT><A HREF="./org/apache/commons/collections/IteratorUtils.html#collatedIterator(java.util.Comparator, java.util.Iterator, java.util.Iterator)"><B>collatedIterator(Comparator, Iterator, Iterator)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/IteratorUtils.html" title="class in org.apache.commons.collections">IteratorUtils</A>
<DD>Gets an iterator that provides an ordered iteration over the elements
 contained in a collection of ordered <CODE>Iterator</CODE>s.
<DT><A HREF="./org/apache/commons/collections/IteratorUtils.html#collatedIterator(java.util.Comparator, java.util.Iterator[])"><B>collatedIterator(Comparator, Iterator[])</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/IteratorUtils.html" title="class in org.apache.commons.collections">IteratorUtils</A>
<DD>Gets an iterator that provides an ordered iteration over the elements
 contained in an array of <CODE>Iterator</CODE>s.
<DT><A HREF="./org/apache/commons/collections/IteratorUtils.html#collatedIterator(java.util.Comparator, java.util.Collection)"><B>collatedIterator(Comparator, Collection)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/IteratorUtils.html" title="class in org.apache.commons.collections">IteratorUtils</A>
<DD>Gets an iterator that provides an ordered iteration over the elements
 contained in a collection of <CODE>Iterator</CODE>s.
<DT><A HREF="./org/apache/commons/collections/iterators/CollatingIterator.html" title="class in org.apache.commons.collections.iterators"><B>CollatingIterator</B></A> - Class in <A HREF="./org/apache/commons/collections/iterators/package-summary.html">org.apache.commons.collections.iterators</A><DD>Provides an ordered iteration over the elements contained in
 a collection of ordered <CODE>Iterator</CODE>s.<DT><A HREF="./org/apache/commons/collections/iterators/CollatingIterator.html#CollatingIterator()"><B>CollatingIterator()</B></A> - 
Constructor for class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/CollatingIterator.html" title="class in org.apache.commons.collections.iterators">CollatingIterator</A>
<DD>Constructs a new <Code>CollatingIterator</Code>.
<DT><A HREF="./org/apache/commons/collections/iterators/CollatingIterator.html#CollatingIterator(java.util.Comparator)"><B>CollatingIterator(Comparator)</B></A> - 
Constructor for class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/CollatingIterator.html" title="class in org.apache.commons.collections.iterators">CollatingIterator</A>
<DD>Constructs a new <Code>CollatingIterator</Code> that will used the
 specified comparator for ordering.
<DT><A HREF="./org/apache/commons/collections/iterators/CollatingIterator.html#CollatingIterator(java.util.Comparator, int)"><B>CollatingIterator(Comparator, int)</B></A> - 
Constructor for class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/CollatingIterator.html" title="class in org.apache.commons.collections.iterators">CollatingIterator</A>
<DD>Constructs a new <Code>CollatingIterator</Code> that will used the
 specified comparator for ordering and have the specified initial
 capacity.
<DT><A HREF="./org/apache/commons/collections/iterators/CollatingIterator.html#CollatingIterator(java.util.Comparator, java.util.Iterator, java.util.Iterator)"><B>CollatingIterator(Comparator, Iterator, Iterator)</B></A> - 
Constructor for class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/CollatingIterator.html" title="class in org.apache.commons.collections.iterators">CollatingIterator</A>
<DD>Constructs a new <Code>CollatingIterator</Code> that will use the
 specified comparator to provide ordered iteration over the two
 given iterators.
<DT><A HREF="./org/apache/commons/collections/iterators/CollatingIterator.html#CollatingIterator(java.util.Comparator, java.util.Iterator[])"><B>CollatingIterator(Comparator, Iterator[])</B></A> - 
Constructor for class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/CollatingIterator.html" title="class in org.apache.commons.collections.iterators">CollatingIterator</A>
<DD>Constructs a new <Code>CollatingIterator</Code> that will use the
 specified comparator to provide ordered iteration over the array
 of iterators.
<DT><A HREF="./org/apache/commons/collections/iterators/CollatingIterator.html#CollatingIterator(java.util.Comparator, java.util.Collection)"><B>CollatingIterator(Comparator, Collection)</B></A> - 
Constructor for class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/CollatingIterator.html" title="class in org.apache.commons.collections.iterators">CollatingIterator</A>
<DD>Constructs a new <Code>CollatingIterator</Code> that will use the
 specified comparator to provide ordered iteration over the collection
 of iterators.
<DT><A HREF="./org/apache/commons/collections/CollectionUtils.html#collect(java.util.Collection, org.apache.commons.collections.Transformer)"><B>collect(Collection, Transformer)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CollectionUtils.html" title="class in org.apache.commons.collections">CollectionUtils</A>
<DD>Transforms all elements from inputCollection with the given transformer 
 and adds them to the outputCollection.
<DT><A HREF="./org/apache/commons/collections/CollectionUtils.html#collect(java.util.Iterator, org.apache.commons.collections.Transformer)"><B>collect(Iterator, Transformer)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CollectionUtils.html" title="class in org.apache.commons.collections">CollectionUtils</A>
<DD>Transforms all elements from the inputIterator  with the given transformer 
 and adds them to the outputCollection.
<DT><A HREF="./org/apache/commons/collections/CollectionUtils.html#collect(java.util.Collection, org.apache.commons.collections.Transformer, java.util.Collection)"><B>collect(Collection, Transformer, Collection)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CollectionUtils.html" title="class in org.apache.commons.collections">CollectionUtils</A>
<DD>Transforms all elements from inputCollection with the given transformer 
 and adds them to the outputCollection.
<DT><A HREF="./org/apache/commons/collections/CollectionUtils.html#collect(java.util.Iterator, org.apache.commons.collections.Transformer, java.util.Collection)"><B>collect(Iterator, Transformer, Collection)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CollectionUtils.html" title="class in org.apache.commons.collections">CollectionUtils</A>
<DD>Transforms all elements from the inputIterator with the given transformer 
 and adds them to the outputCollection.
<DT><A HREF="./org/apache/commons/collections/CollectionUtils.html" title="class in org.apache.commons.collections"><B>CollectionUtils</B></A> - Class in <A HREF="./org/apache/commons/collections/package-summary.html">org.apache.commons.collections</A><DD>A set of <CODE>Collection</CODE> related utility methods.<DT><A HREF="./org/apache/commons/collections/CollectionUtils.html#CollectionUtils()"><B>CollectionUtils()</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CollectionUtils.html" title="class in org.apache.commons.collections">CollectionUtils</A>
<DD>Please don't ever instantiate a <code>CollectionUtils</code>.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#combine(org.apache.commons.collections.ExtendedProperties)"><B>combine(ExtendedProperties)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Combines an existing Hashtable with this Hashtable.
<DT><A HREF="./org/apache/commons/collections/comparators/ComparableComparator.html" title="class in org.apache.commons.collections.comparators"><B>ComparableComparator</B></A> - Class in <A HREF="./org/apache/commons/collections/comparators/package-summary.html">org.apache.commons.collections.comparators</A><DD>A Comparator that compares Comparable objects.<DT><A HREF="./org/apache/commons/collections/comparators/ComparableComparator.html#ComparableComparator()"><B>ComparableComparator()</B></A> - 
Constructor for class org.apache.commons.collections.comparators.<A HREF="./org/apache/commons/collections/comparators/ComparableComparator.html" title="class in org.apache.commons.collections.comparators">ComparableComparator</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/FastTreeMap.html#comparator()"><B>comparator()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastTreeMap.html" title="class in org.apache.commons.collections">FastTreeMap</A>
<DD>Return the comparator used to order this map, or <code>null</code>
 if this map uses its keys' natural order.
<DT><A HREF="./org/apache/commons/collections/SortedBag.html#comparator()"><B>comparator()</B></A> - 
Method in interface org.apache.commons.collections.<A HREF="./org/apache/commons/collections/SortedBag.html" title="interface in org.apache.commons.collections">SortedBag</A>
<DD>Returns the comparator associated with this sorted set, or null
 if it uses its elements' natural ordering.
<DT><A HREF="./org/apache/commons/collections/TreeBag.html#comparator()"><B>comparator()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/TreeBag.html" title="class in org.apache.commons.collections">TreeBag</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/comparators/ComparatorChain.html" title="class in org.apache.commons.collections.comparators"><B>ComparatorChain</B></A> - Class in <A HREF="./org/apache/commons/collections/comparators/package-summary.html">org.apache.commons.collections.comparators</A><DD>A ComparatorChain is a Comparator that wraps one or
 more Comparators in sequence.<DT><A HREF="./org/apache/commons/collections/comparators/ComparatorChain.html#ComparatorChain()"><B>ComparatorChain()</B></A> - 
Constructor for class org.apache.commons.collections.comparators.<A HREF="./org/apache/commons/collections/comparators/ComparatorChain.html" title="class in org.apache.commons.collections.comparators">ComparatorChain</A>
<DD>Construct a ComparatorChain with no Comparators.
<DT><A HREF="./org/apache/commons/collections/comparators/ComparatorChain.html#ComparatorChain(java.util.Comparator)"><B>ComparatorChain(Comparator)</B></A> - 
Constructor for class org.apache.commons.collections.comparators.<A HREF="./org/apache/commons/collections/comparators/ComparatorChain.html" title="class in org.apache.commons.collections.comparators">ComparatorChain</A>
<DD>Construct a ComparatorChain with a single Comparator,
 sorting in the forward order
<DT><A HREF="./org/apache/commons/collections/comparators/ComparatorChain.html#ComparatorChain(java.util.Comparator, boolean)"><B>ComparatorChain(Comparator, boolean)</B></A> - 
Constructor for class org.apache.commons.collections.comparators.<A HREF="./org/apache/commons/collections/comparators/ComparatorChain.html" title="class in org.apache.commons.collections.comparators">ComparatorChain</A>
<DD>Construct a Comparator chain with a single Comparator,
 sorting in the given order
<DT><A HREF="./org/apache/commons/collections/comparators/ComparatorChain.html#ComparatorChain(java.util.List)"><B>ComparatorChain(List)</B></A> - 
Constructor for class org.apache.commons.collections.comparators.<A HREF="./org/apache/commons/collections/comparators/ComparatorChain.html" title="class in org.apache.commons.collections.comparators">ComparatorChain</A>
<DD>Construct a ComparatorChain from the Comparators in the
 List.
<DT><A HREF="./org/apache/commons/collections/comparators/ComparatorChain.html#ComparatorChain(java.util.List, java.util.BitSet)"><B>ComparatorChain(List, BitSet)</B></A> - 
Constructor for class org.apache.commons.collections.comparators.<A HREF="./org/apache/commons/collections/comparators/ComparatorChain.html" title="class in org.apache.commons.collections.comparators">ComparatorChain</A>
<DD>Construct a ComparatorChain from the Comparators in the
 given List.
<DT><A HREF="./org/apache/commons/collections/comparators/ComparatorChain.html#comparatorChain"><B>comparatorChain</B></A> - 
Variable in class org.apache.commons.collections.comparators.<A HREF="./org/apache/commons/collections/comparators/ComparatorChain.html" title="class in org.apache.commons.collections.comparators">ComparatorChain</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/ComparatorUtils.html" title="class in org.apache.commons.collections"><B>ComparatorUtils</B></A> - Class in <A HREF="./org/apache/commons/collections/package-summary.html">org.apache.commons.collections</A><DD>Provides convenient static utility methods for <Code>Comparator</Code>
 objects.<DT><A HREF="./org/apache/commons/collections/comparators/ComparableComparator.html#compare(java.lang.Object, java.lang.Object)"><B>compare(Object, Object)</B></A> - 
Method in class org.apache.commons.collections.comparators.<A HREF="./org/apache/commons/collections/comparators/ComparableComparator.html" title="class in org.apache.commons.collections.comparators">ComparableComparator</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/comparators/ComparatorChain.html#compare(java.lang.Object, java.lang.Object)"><B>compare(Object, Object)</B></A> - 
Method in class org.apache.commons.collections.comparators.<A HREF="./org/apache/commons/collections/comparators/ComparatorChain.html" title="class in org.apache.commons.collections.comparators">ComparatorChain</A>
<DD>Perform comaparisons on the Objects as per
 Comparator.compare(o1,o2).
<DT><A HREF="./org/apache/commons/collections/comparators/NullComparator.html#compare(java.lang.Object, java.lang.Object)"><B>compare(Object, Object)</B></A> - 
Method in class org.apache.commons.collections.comparators.<A HREF="./org/apache/commons/collections/comparators/NullComparator.html" title="class in org.apache.commons.collections.comparators">NullComparator</A>
<DD>Perform a comparison between two objects.
<DT><A HREF="./org/apache/commons/collections/comparators/ReverseComparator.html#compare(java.lang.Object, java.lang.Object)"><B>compare(Object, Object)</B></A> - 
Method in class org.apache.commons.collections.comparators.<A HREF="./org/apache/commons/collections/comparators/ReverseComparator.html" title="class in org.apache.commons.collections.comparators">ReverseComparator</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/comparators/TransformingComparator.html#compare(java.lang.Object, java.lang.Object)"><B>compare(Object, Object)</B></A> - 
Method in class org.apache.commons.collections.comparators.<A HREF="./org/apache/commons/collections/comparators/TransformingComparator.html" title="class in org.apache.commons.collections.comparators">TransformingComparator</A>
<DD>Returns the result of comparing the values from the transform operation.
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.html#contains(java.lang.Object)"><B>contains(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.html" title="class in org.apache.commons.collections">CursorableLinkedList</A>
<DD>Returns <tt>true</tt> if this list contains the specified element.
<DT><A HREF="./org/apache/commons/collections/DefaultMapBag.html#contains(java.lang.Object)"><B>contains(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DefaultMapBag.html" title="class in org.apache.commons.collections">DefaultMapBag</A>
<DD>Determines if the bag contains the given element by checking if the
  underlying map contains the element as a key.
<DT><A HREF="./org/apache/commons/collections/FastArrayList.html#contains(java.lang.Object)"><B>contains(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastArrayList.html" title="class in org.apache.commons.collections">FastArrayList</A>
<DD>Return <code>true</code> if this list contains the specified element.
<DT><A HREF="./org/apache/commons/collections/Bag.html#containsAll(java.util.Collection)"><B>containsAll(Collection)</B></A> - 
Method in interface org.apache.commons.collections.<A HREF="./org/apache/commons/collections/Bag.html" title="interface in org.apache.commons.collections">Bag</A>
<DD><I>(Violation)</I>
 Returns <code>true</code> if the bag contains all elements in
 the given collection, respecting cardinality.
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.html#containsAll(java.util.Collection)"><B>containsAll(Collection)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.html" title="class in org.apache.commons.collections">CursorableLinkedList</A>
<DD>Returns <tt>true</tt> if this list contains all of the elements of the
 specified collection.
<DT><A HREF="./org/apache/commons/collections/DefaultMapBag.html#containsAll(java.util.Collection)"><B>containsAll(Collection)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DefaultMapBag.html" title="class in org.apache.commons.collections">DefaultMapBag</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/DefaultMapBag.html#containsAll(org.apache.commons.collections.Bag)"><B>containsAll(Bag)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DefaultMapBag.html" title="class in org.apache.commons.collections">DefaultMapBag</A>
<DD>Returns <code>true</code> if the bag contains all elements in
 the given collection, respecting cardinality.
<DT><A HREF="./org/apache/commons/collections/FastArrayList.html#containsAll(java.util.Collection)"><B>containsAll(Collection)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastArrayList.html" title="class in org.apache.commons.collections">FastArrayList</A>
<DD>Return <code>true</code> if this list contains all of the elements
 in the specified Collection.
<DT><A HREF="./org/apache/commons/collections/CollectionUtils.html#containsAny(java.util.Collection, java.util.Collection)"><B>containsAny(Collection, Collection)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CollectionUtils.html" title="class in org.apache.commons.collections">CollectionUtils</A>
<DD>Returns <code>true</code> iff some element of <i>a</i>
 is also an element of <i>b</i> (or, equivalently, if 
 some element of <i>b</i> is also an element of <i>a</i>).
<DT><A HREF="./org/apache/commons/collections/BeanMap.html#containsKey(java.lang.Object)"><B>containsKey(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BeanMap.html" title="class in org.apache.commons.collections">BeanMap</A>
<DD>Returns true if the bean defines a property with the given name.
<DT><A HREF="./org/apache/commons/collections/DoubleOrderedMap.html#containsKey(java.lang.Object)"><B>containsKey(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DoubleOrderedMap.html" title="class in org.apache.commons.collections">DoubleOrderedMap</A>
<DD>Returns true if this map contains a mapping for the specified
 key.
<DT><A HREF="./org/apache/commons/collections/FastHashMap.html#containsKey(java.lang.Object)"><B>containsKey(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastHashMap.html" title="class in org.apache.commons.collections">FastHashMap</A>
<DD>Return <code>true</code> if this map contains a mapping for the
 specified key.
<DT><A HREF="./org/apache/commons/collections/FastTreeMap.html#containsKey(java.lang.Object)"><B>containsKey(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastTreeMap.html" title="class in org.apache.commons.collections">FastTreeMap</A>
<DD>Return <code>true</code> if this map contains a mapping for the
 specified key.
<DT><A HREF="./org/apache/commons/collections/ProxyMap.html#containsKey(java.lang.Object)"><B>containsKey(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ProxyMap.html" title="class in org.apache.commons.collections">ProxyMap</A>
<DD>Invokes the underlying <CODE>Map.containsKey(Object)</CODE> method.
<DT><A HREF="./org/apache/commons/collections/ReferenceMap.html#containsKey(java.lang.Object)"><B>containsKey(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ReferenceMap.html" title="class in org.apache.commons.collections">ReferenceMap</A>
<DD>Returns <Code>true</Code> if this map contains the given key.
<DT><A HREF="./org/apache/commons/collections/SequencedHashMap.html#containsKey(java.lang.Object)"><B>containsKey(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/SequencedHashMap.html" title="class in org.apache.commons.collections">SequencedHashMap</A>
<DD>Implements <CODE>Map.containsKey(Object)</CODE>.
<DT><A HREF="./org/apache/commons/collections/StaticBucketMap.html#containsKey(java.lang.Object)"><B>containsKey(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/StaticBucketMap.html" title="class in org.apache.commons.collections">StaticBucketMap</A>
<DD>Implements <CODE>Map.containsKey(Object)</CODE>.
<DT><A HREF="./org/apache/commons/collections/BeanMap.html#containsValue(java.lang.Object)"><B>containsValue(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BeanMap.html" title="class in org.apache.commons.collections">BeanMap</A>
<DD>Returns true if the bean defines a property whose current value is
  the given object.
<DT><A HREF="./org/apache/commons/collections/DoubleOrderedMap.html#containsValue(java.lang.Object)"><B>containsValue(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DoubleOrderedMap.html" title="class in org.apache.commons.collections">DoubleOrderedMap</A>
<DD>Returns true if this map maps one or more keys to the
 specified value.
<DT><A HREF="./org/apache/commons/collections/FastHashMap.html#containsValue(java.lang.Object)"><B>containsValue(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastHashMap.html" title="class in org.apache.commons.collections">FastHashMap</A>
<DD>Return <code>true</code> if this map contains one or more keys mapping
 to the specified value.
<DT><A HREF="./org/apache/commons/collections/FastTreeMap.html#containsValue(java.lang.Object)"><B>containsValue(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastTreeMap.html" title="class in org.apache.commons.collections">FastTreeMap</A>
<DD>Return <code>true</code> if this map contains one or more keys mapping
 to the specified value.
<DT><A HREF="./org/apache/commons/collections/MultiHashMap.html#containsValue(java.lang.Object)"><B>containsValue(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/MultiHashMap.html" title="class in org.apache.commons.collections">MultiHashMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/ProxyMap.html#containsValue(java.lang.Object)"><B>containsValue(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ProxyMap.html" title="class in org.apache.commons.collections">ProxyMap</A>
<DD>Invokes the underlying <CODE>Map.containsValue(Object)</CODE> method.
<DT><A HREF="./org/apache/commons/collections/SequencedHashMap.html#containsValue(java.lang.Object)"><B>containsValue(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/SequencedHashMap.html" title="class in org.apache.commons.collections">SequencedHashMap</A>
<DD>Implements <CODE>Map.containsValue(Object)</CODE>.
<DT><A HREF="./org/apache/commons/collections/StaticBucketMap.html#containsValue(java.lang.Object)"><B>containsValue(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/StaticBucketMap.html" title="class in org.apache.commons.collections">StaticBucketMap</A>
<DD>Implements <CODE>Map.containsValue(Object)</CODE>.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#convertProperties(java.util.Properties)"><B>convertProperties(Properties)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Convert a standard properties class into a configuration
 class.
<DT><A HREF="./org/apache/commons/collections/BeanMap.html#convertType(java.lang.Class, java.lang.Object)"><B>convertType(Class, Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BeanMap.html" title="class in org.apache.commons.collections">BeanMap</A>
<DD>Converts the given value to the given type.
<DT><A HREF="./org/apache/commons/collections/Factory.html#create()"><B>create()</B></A> - 
Method in interface org.apache.commons.collections.<A HREF="./org/apache/commons/collections/Factory.html" title="interface in org.apache.commons.collections">Factory</A>
<DD>Simple method from which will come the new object from the factory.
<DT><A HREF="./org/apache/commons/collections/BeanMap.html#createWriteMethodArguments(java.lang.reflect.Method, java.lang.Object)"><B>createWriteMethodArguments(Method, Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BeanMap.html" title="class in org.apache.commons.collections">BeanMap</A>
<DD>Creates an array of parameters to pass to the given mutator method.
<DT><A HREF="./org/apache/commons/collections/iterators/IteratorChain.html#currentIterator"><B>currentIterator</B></A> - 
Variable in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/IteratorChain.html" title="class in org.apache.commons.collections.iterators">IteratorChain</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/iterators/IteratorChain.html#currentIteratorIndex"><B>currentIteratorIndex</B></A> - 
Variable in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/IteratorChain.html" title="class in org.apache.commons.collections.iterators">IteratorChain</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.html#cursor()"><B>cursor()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.html" title="class in org.apache.commons.collections">CursorableLinkedList</A>
<DD>Returns a <CODE>ListIterator</CODE> for iterating through the
 elements of this list.
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.html#cursor(int)"><B>cursor(int)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.html" title="class in org.apache.commons.collections">CursorableLinkedList</A>
<DD>Returns a <CODE>ListIterator</CODE> for iterating through the
 elements of this list, initialized such that
 <CODE>ListIterator.next()</CODE> will return the element at
 the specified index (if any) and <CODE>ListIterator.previous()</CODE>
 will return the element immediately preceeding it (if any).
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.html" title="class in org.apache.commons.collections"><B>CursorableLinkedList</B></A> - Class in <A HREF="./org/apache/commons/collections/package-summary.html">org.apache.commons.collections</A><DD>A doubly-linked list implementation of the <CODE>List</CODE> interface,
 supporting a <CODE>ListIterator</CODE> that allows concurrent modifications
 to the underlying list.<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.html#CursorableLinkedList()"><B>CursorableLinkedList()</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.html" title="class in org.apache.commons.collections">CursorableLinkedList</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.Cursor.html" title="class in org.apache.commons.collections"><B>CursorableLinkedList.Cursor</B></A> - Class in <A HREF="./org/apache/commons/collections/package-summary.html">org.apache.commons.collections</A><DD>&nbsp;</DL>
<HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/collections/MapUtils.html#debugPrint(java.io.PrintStream, java.lang.Object, java.util.Map)"><B>debugPrint(PrintStream, Object, Map)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/MapUtils.html" title="class in org.apache.commons.collections">MapUtils</A>
<DD>Prints the given map with nice line breaks.
<DT><A HREF="./org/apache/commons/collections/MapUtils.html#debugPrintIndent(java.io.PrintStream)"><B>debugPrintIndent(PrintStream)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/MapUtils.html" title="class in org.apache.commons.collections">MapUtils</A>
<DD>Writes indentation to the given stream.
<DT><A HREF="./org/apache/commons/collections/comparators/TransformingComparator.html#decorated"><B>decorated</B></A> - 
Variable in class org.apache.commons.collections.comparators.<A HREF="./org/apache/commons/collections/comparators/TransformingComparator.html" title="class in org.apache.commons.collections.comparators">TransformingComparator</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/DefaultMapBag.html" title="class in org.apache.commons.collections"><B>DefaultMapBag</B></A> - Class in <A HREF="./org/apache/commons/collections/package-summary.html">org.apache.commons.collections</A><DD>This class provides a skeletal implementation of the <A HREF="./org/apache/commons/collections/Bag.html" title="interface in org.apache.commons.collections"><CODE>Bag</CODE></A>
 interface to minimize the effort required for target implementations.<DT><A HREF="./org/apache/commons/collections/DefaultMapBag.html#DefaultMapBag()"><B>DefaultMapBag()</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DefaultMapBag.html" title="class in org.apache.commons.collections">DefaultMapBag</A>
<DD>Constructor.
<DT><A HREF="./org/apache/commons/collections/DefaultMapEntry.html" title="class in org.apache.commons.collections"><B>DefaultMapEntry</B></A> - Class in <A HREF="./org/apache/commons/collections/package-summary.html">org.apache.commons.collections</A><DD>A default implementation of <CODE>Map.Entry</CODE><DT><A HREF="./org/apache/commons/collections/DefaultMapEntry.html#DefaultMapEntry()"><B>DefaultMapEntry()</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DefaultMapEntry.html" title="class in org.apache.commons.collections">DefaultMapEntry</A>
<DD>Constructs a new <Code>DefaultMapEntry</Code> with a null key
  and null value.
<DT><A HREF="./org/apache/commons/collections/DefaultMapEntry.html#DefaultMapEntry(java.lang.Object, java.lang.Object)"><B>DefaultMapEntry(Object, Object)</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DefaultMapEntry.html" title="class in org.apache.commons.collections">DefaultMapEntry</A>
<DD>Constructs a new <Code>DefaultMapEntry</Code> with the given
  key and given value.
<DT><A HREF="./org/apache/commons/collections/BeanMap.html#defaultTransformers"><B>defaultTransformers</B></A> - 
Static variable in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BeanMap.html" title="class in org.apache.commons.collections">BeanMap</A>
<DD>Maps primitive Class types to transformers.
<DT><A HREF="./org/apache/commons/collections/CollectionUtils.html#disjunction(java.util.Collection, java.util.Collection)"><B>disjunction(Collection, Collection)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CollectionUtils.html" title="class in org.apache.commons.collections">CollectionUtils</A>
<DD>Returns a <CODE>Collection</CODE> containing the exclusive disjunction
 (symmetric difference) of the given <CODE>Collection</CODE>s.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#display()"><B>display()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Display the configuration for debugging
 purposes.
<DT><A HREF="./org/apache/commons/collections/DoubleOrderedMap.html" title="class in org.apache.commons.collections"><B>DoubleOrderedMap</B></A> - Class in <A HREF="./org/apache/commons/collections/package-summary.html">org.apache.commons.collections</A><DD>Red-Black tree-based implementation of Map.<DT><A HREF="./org/apache/commons/collections/DoubleOrderedMap.html#DoubleOrderedMap()"><B>DoubleOrderedMap()</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DoubleOrderedMap.html" title="class in org.apache.commons.collections">DoubleOrderedMap</A>
<DD>Construct a new DoubleOrderedMap
<DT><A HREF="./org/apache/commons/collections/DoubleOrderedMap.html#DoubleOrderedMap(java.util.Map)"><B>DoubleOrderedMap(Map)</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DoubleOrderedMap.html" title="class in org.apache.commons.collections">DoubleOrderedMap</A>
<DD>Constructs a new DoubleOrderedMap from an existing Map, with keys and
 values sorted
</DL>
<HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/collections/ArrayStack.html#empty()"><B>empty()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ArrayStack.html" title="class in org.apache.commons.collections">ArrayStack</A>
<DD>Return <code>true</code> if this stack is currently empty.
<DT><A HREF="./org/apache/commons/collections/iterators/EmptyIterator.html" title="class in org.apache.commons.collections.iterators"><B>EmptyIterator</B></A> - Class in <A HREF="./org/apache/commons/collections/iterators/package-summary.html">org.apache.commons.collections.iterators</A><DD>Provides an implementation of an empty iterator.<DT><A HREF="./org/apache/commons/collections/iterators/EmptyIterator.html#EmptyIterator()"><B>EmptyIterator()</B></A> - 
Constructor for class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/EmptyIterator.html" title="class in org.apache.commons.collections.iterators">EmptyIterator</A>
<DD>Constructor.
<DT><A HREF="./org/apache/commons/collections/iterators/EmptyListIterator.html" title="class in org.apache.commons.collections.iterators"><B>EmptyListIterator</B></A> - Class in <A HREF="./org/apache/commons/collections/iterators/package-summary.html">org.apache.commons.collections.iterators</A><DD>Provides an implementation of an empty list iterator.<DT><A HREF="./org/apache/commons/collections/iterators/EmptyListIterator.html#EmptyListIterator()"><B>EmptyListIterator()</B></A> - 
Constructor for class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/EmptyListIterator.html" title="class in org.apache.commons.collections.iterators">EmptyListIterator</A>
<DD>Constructor.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#END_TOKEN"><B>END_TOKEN</B></A> - 
Static variable in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/FastArrayList.html#ensureCapacity(int)"><B>ensureCapacity(int)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastArrayList.html" title="class in org.apache.commons.collections">FastArrayList</A>
<DD>Increase the capacity of this <code>ArrayList</code> instance, if
 necessary, to ensure that it can hold at least the number of elements
 specified by the minimum capacity argument.
<DT><A HREF="./org/apache/commons/collections/BeanMap.html#entryIterator()"><B>entryIterator()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BeanMap.html" title="class in org.apache.commons.collections">BeanMap</A>
<DD>Convenience method for getting an iterator over the entries.
<DT><A HREF="./org/apache/commons/collections/BeanMap.html#entrySet()"><B>entrySet()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BeanMap.html" title="class in org.apache.commons.collections">BeanMap</A>
<DD>Get the mappings for this BeanMap
<DT><A HREF="./org/apache/commons/collections/DoubleOrderedMap.html#entrySet()"><B>entrySet()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DoubleOrderedMap.html" title="class in org.apache.commons.collections">DoubleOrderedMap</A>
<DD>Returns a set view of the mappings contained in this map.
<DT><A HREF="./org/apache/commons/collections/FastHashMap.html#entrySet()"><B>entrySet()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastHashMap.html" title="class in org.apache.commons.collections">FastHashMap</A>
<DD>Return a collection view of the mappings contained in this map.
<DT><A HREF="./org/apache/commons/collections/FastTreeMap.html#entrySet()"><B>entrySet()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastTreeMap.html" title="class in org.apache.commons.collections">FastTreeMap</A>
<DD>Return a collection view of the mappings contained in this map.
<DT><A HREF="./org/apache/commons/collections/ProxyMap.html#entrySet()"><B>entrySet()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ProxyMap.html" title="class in org.apache.commons.collections">ProxyMap</A>
<DD>Invokes the underlying <CODE>Map.entrySet()</CODE> method.
<DT><A HREF="./org/apache/commons/collections/ReferenceMap.html#entrySet()"><B>entrySet()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ReferenceMap.html" title="class in org.apache.commons.collections">ReferenceMap</A>
<DD>Returns a set view of this map's entries.
<DT><A HREF="./org/apache/commons/collections/SequencedHashMap.html#entrySet()"><B>entrySet()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/SequencedHashMap.html" title="class in org.apache.commons.collections">SequencedHashMap</A>
<DD>Implements <CODE>Map.entrySet()</CODE>.
<DT><A HREF="./org/apache/commons/collections/StaticBucketMap.html#entrySet()"><B>entrySet()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/StaticBucketMap.html" title="class in org.apache.commons.collections">StaticBucketMap</A>
<DD>Implements <CODE>Map.entrySet()</CODE>.
<DT><A HREF="./org/apache/commons/collections/DoubleOrderedMap.html#entrySetByValue()"><B>entrySetByValue()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DoubleOrderedMap.html" title="class in org.apache.commons.collections">DoubleOrderedMap</A>
<DD>Returns a set view of the mappings contained in this map.
<DT><A HREF="./org/apache/commons/collections/iterators/EnumerationIterator.html" title="class in org.apache.commons.collections.iterators"><B>EnumerationIterator</B></A> - Class in <A HREF="./org/apache/commons/collections/iterators/package-summary.html">org.apache.commons.collections.iterators</A><DD>Adapter to make <CODE>Enumeration</CODE> instances appear
 to be <CODE>Iterator</CODE> instances.<DT><A HREF="./org/apache/commons/collections/iterators/EnumerationIterator.html#EnumerationIterator()"><B>EnumerationIterator()</B></A> - 
Constructor for class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/EnumerationIterator.html" title="class in org.apache.commons.collections.iterators">EnumerationIterator</A>
<DD>Constructs a new <Code>EnumerationIterator</Code> that will not
  function until <A HREF="./org/apache/commons/collections/iterators/EnumerationIterator.html#setEnumeration(java.util.Enumeration)"><CODE>EnumerationIterator.setEnumeration(Enumeration)</CODE></A> is called.
<DT><A HREF="./org/apache/commons/collections/iterators/EnumerationIterator.html#EnumerationIterator(java.util.Enumeration)"><B>EnumerationIterator(Enumeration)</B></A> - 
Constructor for class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/EnumerationIterator.html" title="class in org.apache.commons.collections.iterators">EnumerationIterator</A>
<DD>Constructs a new <Code>EnumerationIterator</Code> that provides
  an iterator view of the given enumeration.
<DT><A HREF="./org/apache/commons/collections/iterators/EnumerationIterator.html#EnumerationIterator(java.util.Enumeration, java.util.Collection)"><B>EnumerationIterator(Enumeration, Collection)</B></A> - 
Constructor for class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/EnumerationIterator.html" title="class in org.apache.commons.collections.iterators">EnumerationIterator</A>
<DD>Constructs a new <Code>EnumerationIterator</Code> that will remove
  elements from the specified collection.
<DT><A HREF="./org/apache/commons/collections/comparators/NullComparator.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class org.apache.commons.collections.comparators.<A HREF="./org/apache/commons/collections/comparators/NullComparator.html" title="class in org.apache.commons.collections.comparators">NullComparator</A>
<DD>Determines whether the specified object represents a comparator that is
  equal to this comparator.
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.html" title="class in org.apache.commons.collections">CursorableLinkedList</A>
<DD>Compares the specified object with this list for equality.
<DT><A HREF="./org/apache/commons/collections/DefaultMapBag.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DefaultMapBag.html" title="class in org.apache.commons.collections">DefaultMapBag</A>
<DD>Returns true if the given object is not null, has the precise type 
 of this bag, and contains the same number of occurrences of all the
 same elements.
<DT><A HREF="./org/apache/commons/collections/DefaultMapEntry.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DefaultMapEntry.html" title="class in org.apache.commons.collections">DefaultMapEntry</A>
<DD>Implemented per API documentation of 
  <CODE>Map.Entry.equals(Object)</CODE>
<DT><A HREF="./org/apache/commons/collections/FastArrayList.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastArrayList.html" title="class in org.apache.commons.collections">FastArrayList</A>
<DD>Compare the specified object with this list for equality.
<DT><A HREF="./org/apache/commons/collections/FastHashMap.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastHashMap.html" title="class in org.apache.commons.collections">FastHashMap</A>
<DD>Compare the specified object with this list for equality.
<DT><A HREF="./org/apache/commons/collections/FastTreeMap.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastTreeMap.html" title="class in org.apache.commons.collections">FastTreeMap</A>
<DD>Compare the specified object with this list for equality.
<DT><A HREF="./org/apache/commons/collections/ProxyMap.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ProxyMap.html" title="class in org.apache.commons.collections">ProxyMap</A>
<DD>Invokes the underlying <CODE>Map.equals(Object)</CODE> method.
<DT><A HREF="./org/apache/commons/collections/SequencedHashMap.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/SequencedHashMap.html" title="class in org.apache.commons.collections">SequencedHashMap</A>
<DD>Implements <CODE>Map.equals(Object)</CODE>.
<DT><A HREF="./org/apache/commons/collections/StaticBucketMap.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/StaticBucketMap.html" title="class in org.apache.commons.collections">StaticBucketMap</A>
<DD>Implements <CODE>Map.equals(Object)</CODE>.
<DT><A HREF="./org/apache/commons/collections/Predicate.html#evaluate(java.lang.Object)"><B>evaluate(Object)</B></A> - 
Method in interface org.apache.commons.collections.<A HREF="./org/apache/commons/collections/Predicate.html" title="interface in org.apache.commons.collections">Predicate</A>
<DD>Returns true if the input object matches this predicate.
<DT><A HREF="./org/apache/commons/collections/Closure.html#execute(java.lang.Object)"><B>execute(Object)</B></A> - 
Method in interface org.apache.commons.collections.<A HREF="./org/apache/commons/collections/Closure.html" title="interface in org.apache.commons.collections">Closure</A>
<DD>Performs some operation on the input object
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections"><B>ExtendedProperties</B></A> - Class in <A HREF="./org/apache/commons/collections/package-summary.html">org.apache.commons.collections</A><DD>This class extends normal Java properties by adding the possibility
 to use the same key many times concatenating the value strings
 instead of overwriting them.<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#ExtendedProperties()"><B>ExtendedProperties()</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Creates an empty extended properties object.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#ExtendedProperties(java.lang.String)"><B>ExtendedProperties(String)</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Creates and loads the extended properties from the specified
 file.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#ExtendedProperties(java.lang.String, java.lang.String)"><B>ExtendedProperties(String, String)</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Creates and loads the extended properties from the specified
 file.
</DL>
<HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/collections/Factory.html" title="interface in org.apache.commons.collections"><B>Factory</B></A> - Interface in <A HREF="./org/apache/commons/collections/package-summary.html">org.apache.commons.collections</A><DD>Factory
 A simple interface that describes the most basic means of having the ability
 to create an object.<DT><A HREF="./org/apache/commons/collections/FastArrayList.html#fast"><B>fast</B></A> - 
Variable in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastArrayList.html" title="class in org.apache.commons.collections">FastArrayList</A>
<DD>Are we operating in "fast" mode?
<DT><A HREF="./org/apache/commons/collections/FastHashMap.html#fast"><B>fast</B></A> - 
Variable in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastHashMap.html" title="class in org.apache.commons.collections">FastHashMap</A>
<DD>Are we operating in "fast" mode?
<DT><A HREF="./org/apache/commons/collections/FastTreeMap.html#fast"><B>fast</B></A> - 
Variable in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastTreeMap.html" title="class in org.apache.commons.collections">FastTreeMap</A>
<DD>Are we operating in "fast" mode?
<DT><A HREF="./org/apache/commons/collections/FastArrayList.html" title="class in org.apache.commons.collections"><B>FastArrayList</B></A> - Class in <A HREF="./org/apache/commons/collections/package-summary.html">org.apache.commons.collections</A><DD>A customized implementation of <code>java.util.ArrayList</code> designed
 to operate in a multithreaded environment where the large majority of
 method calls are read-only, instead of structural changes.<DT><A HREF="./org/apache/commons/collections/FastArrayList.html#FastArrayList()"><B>FastArrayList()</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastArrayList.html" title="class in org.apache.commons.collections">FastArrayList</A>
<DD>Construct a an empty list.
<DT><A HREF="./org/apache/commons/collections/FastArrayList.html#FastArrayList(int)"><B>FastArrayList(int)</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastArrayList.html" title="class in org.apache.commons.collections">FastArrayList</A>
<DD>Construct an empty list with the specified capacity.
<DT><A HREF="./org/apache/commons/collections/FastArrayList.html#FastArrayList(java.util.Collection)"><B>FastArrayList(Collection)</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastArrayList.html" title="class in org.apache.commons.collections">FastArrayList</A>
<DD>Construct a list containing the elements of the specified collection,
 in the order they are returned by the collection's iterator.
<DT><A HREF="./org/apache/commons/collections/FastHashMap.html" title="class in org.apache.commons.collections"><B>FastHashMap</B></A> - Class in <A HREF="./org/apache/commons/collections/package-summary.html">org.apache.commons.collections</A><DD>A customized implementation of <code>java.util.HashMap</code> designed
 to operate in a multithreaded environment where the large majority of
 method calls are read-only, instead of structural changes.<DT><A HREF="./org/apache/commons/collections/FastHashMap.html#FastHashMap()"><B>FastHashMap()</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastHashMap.html" title="class in org.apache.commons.collections">FastHashMap</A>
<DD>Construct a an empty map.
<DT><A HREF="./org/apache/commons/collections/FastHashMap.html#FastHashMap(int)"><B>FastHashMap(int)</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastHashMap.html" title="class in org.apache.commons.collections">FastHashMap</A>
<DD>Construct an empty map with the specified capacity.
<DT><A HREF="./org/apache/commons/collections/FastHashMap.html#FastHashMap(int, float)"><B>FastHashMap(int, float)</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastHashMap.html" title="class in org.apache.commons.collections">FastHashMap</A>
<DD>Construct an empty map with the specified capacity and load factor.
<DT><A HREF="./org/apache/commons/collections/FastHashMap.html#FastHashMap(java.util.Map)"><B>FastHashMap(Map)</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastHashMap.html" title="class in org.apache.commons.collections">FastHashMap</A>
<DD>Construct a new map with the same mappings as the specified map.
<DT><A HREF="./org/apache/commons/collections/FastTreeMap.html" title="class in org.apache.commons.collections"><B>FastTreeMap</B></A> - Class in <A HREF="./org/apache/commons/collections/package-summary.html">org.apache.commons.collections</A><DD>A customized implementation of <code>java.util.TreeMap</code> designed
 to operate in a multithreaded environment where the large majority of
 method calls are read-only, instead of structural changes.<DT><A HREF="./org/apache/commons/collections/FastTreeMap.html#FastTreeMap()"><B>FastTreeMap()</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastTreeMap.html" title="class in org.apache.commons.collections">FastTreeMap</A>
<DD>Construct a an empty map.
<DT><A HREF="./org/apache/commons/collections/FastTreeMap.html#FastTreeMap(java.util.Comparator)"><B>FastTreeMap(Comparator)</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastTreeMap.html" title="class in org.apache.commons.collections">FastTreeMap</A>
<DD>Construct an empty map with the specified comparator.
<DT><A HREF="./org/apache/commons/collections/FastTreeMap.html#FastTreeMap(java.util.Map)"><B>FastTreeMap(Map)</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastTreeMap.html" title="class in org.apache.commons.collections">FastTreeMap</A>
<DD>Construct a new map with the same mappings as the specified map,
 sorted according to the keys's natural order
<DT><A HREF="./org/apache/commons/collections/FastTreeMap.html#FastTreeMap(java.util.SortedMap)"><B>FastTreeMap(SortedMap)</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastTreeMap.html" title="class in org.apache.commons.collections">FastTreeMap</A>
<DD>Construct a new map with the same mappings as the specified map,
 sorted according to the same ordering
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#file"><B>file</B></A> - 
Variable in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>The file connected to this repository (holding comments and
 such).
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#fileSeparator"><B>fileSeparator</B></A> - 
Variable in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>File separator.
<DT><A HREF="./org/apache/commons/collections/CollectionUtils.html#filter(java.util.Collection, org.apache.commons.collections.Predicate)"><B>filter(Collection, Predicate)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CollectionUtils.html" title="class in org.apache.commons.collections">CollectionUtils</A>
<DD>Filter the collection by applying a Predicate to each element.
<DT><A HREF="./org/apache/commons/collections/IteratorUtils.html#filteredIterator(java.util.Iterator, org.apache.commons.collections.Predicate)"><B>filteredIterator(Iterator, Predicate)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/IteratorUtils.html" title="class in org.apache.commons.collections">IteratorUtils</A>
<DD>Gets an iterator that filters another iterator.
<DT><A HREF="./org/apache/commons/collections/IteratorUtils.html#filteredListIterator(java.util.ListIterator, org.apache.commons.collections.Predicate)"><B>filteredListIterator(ListIterator, Predicate)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/IteratorUtils.html" title="class in org.apache.commons.collections">IteratorUtils</A>
<DD>Gets a list iterator that filters another list iterator.
<DT><A HREF="./org/apache/commons/collections/iterators/FilterIterator.html" title="class in org.apache.commons.collections.iterators"><B>FilterIterator</B></A> - Class in <A HREF="./org/apache/commons/collections/iterators/package-summary.html">org.apache.commons.collections.iterators</A><DD>A Proxy <CODE>Iterator</CODE> which takes a <A HREF="./org/apache/commons/collections/Predicate.html" title="interface in org.apache.commons.collections"><CODE>Predicate</CODE></A> instance to filter
 out objects from an underlying <CODE>Iterator</CODE> instance.<DT><A HREF="./org/apache/commons/collections/iterators/FilterIterator.html#FilterIterator()"><B>FilterIterator()</B></A> - 
Constructor for class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/FilterIterator.html" title="class in org.apache.commons.collections.iterators">FilterIterator</A>
<DD>Constructs a new <Code>FilterIterator</Code> that will not function
  until <A HREF="./org/apache/commons/collections/iterators/ProxyIterator.html#setIterator(java.util.Iterator)"><CODE>setIterator</CODE></A> is invoked.
<DT><A HREF="./org/apache/commons/collections/iterators/FilterIterator.html#FilterIterator(java.util.Iterator)"><B>FilterIterator(Iterator)</B></A> - 
Constructor for class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/FilterIterator.html" title="class in org.apache.commons.collections.iterators">FilterIterator</A>
<DD>Constructs a new <Code>FilterIterator</Code> that will not function
  until <A HREF="./org/apache/commons/collections/iterators/FilterIterator.html#setPredicate(org.apache.commons.collections.Predicate)"><CODE>setPredicate</CODE></A> is invoked.
<DT><A HREF="./org/apache/commons/collections/iterators/FilterIterator.html#FilterIterator(java.util.Iterator, org.apache.commons.collections.Predicate)"><B>FilterIterator(Iterator, Predicate)</B></A> - 
Constructor for class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/FilterIterator.html" title="class in org.apache.commons.collections.iterators">FilterIterator</A>
<DD>Constructs a new <Code>FilterIterator</Code> that will use the
  given iterator and predicate.
<DT><A HREF="./org/apache/commons/collections/iterators/FilterListIterator.html" title="class in org.apache.commons.collections.iterators"><B>FilterListIterator</B></A> - Class in <A HREF="./org/apache/commons/collections/iterators/package-summary.html">org.apache.commons.collections.iterators</A><DD>A proxy <CODE>ListIterator</CODE> which 
 takes a <A HREF="./org/apache/commons/collections/Predicate.html" title="interface in org.apache.commons.collections"><CODE>Predicate</CODE></A> instance to filter
 out objects from an underlying <code>ListIterator</code> 
 instance.<DT><A HREF="./org/apache/commons/collections/iterators/FilterListIterator.html#FilterListIterator()"><B>FilterListIterator()</B></A> - 
Constructor for class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/FilterListIterator.html" title="class in org.apache.commons.collections.iterators">FilterListIterator</A>
<DD>Constructs a new <Code>FilterListIterator</Code> that will not 
  function until 
  <A HREF="./org/apache/commons/collections/iterators/ProxyListIterator.html#setListIterator(java.util.ListIterator)"><CODE>setListIterator</CODE></A>
  and <A HREF="./org/apache/commons/collections/iterators/FilterListIterator.html#setPredicate(org.apache.commons.collections.Predicate)"><CODE>setPredicate</CODE></A> are invoked.
<DT><A HREF="./org/apache/commons/collections/iterators/FilterListIterator.html#FilterListIterator(java.util.ListIterator)"><B>FilterListIterator(ListIterator)</B></A> - 
Constructor for class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/FilterListIterator.html" title="class in org.apache.commons.collections.iterators">FilterListIterator</A>
<DD>Constructs a new <Code>FilterListIterator</Code> that will not 
  function until <A HREF="./org/apache/commons/collections/iterators/FilterListIterator.html#setPredicate(org.apache.commons.collections.Predicate)"><CODE>setPredicate</CODE></A> is invoked.
<DT><A HREF="./org/apache/commons/collections/iterators/FilterListIterator.html#FilterListIterator(java.util.ListIterator, org.apache.commons.collections.Predicate)"><B>FilterListIterator(ListIterator, Predicate)</B></A> - 
Constructor for class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/FilterListIterator.html" title="class in org.apache.commons.collections.iterators">FilterListIterator</A>
<DD>Constructs a new <Code>FilterListIterator</Code>.
<DT><A HREF="./org/apache/commons/collections/iterators/FilterListIterator.html#FilterListIterator(org.apache.commons.collections.Predicate)"><B>FilterListIterator(Predicate)</B></A> - 
Constructor for class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/FilterListIterator.html" title="class in org.apache.commons.collections.iterators">FilterListIterator</A>
<DD>Constructs a new <Code>FilterListIterator</Code> that will not 
  function until 
  <A HREF="./org/apache/commons/collections/iterators/ProxyListIterator.html#setListIterator(java.util.ListIterator)"><CODE>setListIterator</CODE></A>
  is invoked.
<DT><A HREF="./org/apache/commons/collections/CollectionUtils.html#find(java.util.Collection, org.apache.commons.collections.Predicate)"><B>find(Collection, Predicate)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CollectionUtils.html" title="class in org.apache.commons.collections">CollectionUtils</A>
<DD>Finds the first element in the given collection which matches the given predicate.
<DT><A HREF="./org/apache/commons/collections/BeanMap.html#firePropertyChange(java.lang.Object, java.lang.Object, java.lang.Object)"><B>firePropertyChange(Object, Object, Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BeanMap.html" title="class in org.apache.commons.collections">BeanMap</A>
<DD>Called during a successful <A HREF="./org/apache/commons/collections/BeanMap.html#put(java.lang.Object, java.lang.Object)"><CODE>BeanMap.put(Object,Object)</CODE></A> operation.
<DT><A HREF="./org/apache/commons/collections/SortedBag.html#first()"><B>first()</B></A> - 
Method in interface org.apache.commons.collections.<A HREF="./org/apache/commons/collections/SortedBag.html" title="interface in org.apache.commons.collections">SortedBag</A>
<DD>Returns the first (lowest) member.
<DT><A HREF="./org/apache/commons/collections/TreeBag.html#first()"><B>first()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/TreeBag.html" title="class in org.apache.commons.collections">TreeBag</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/FastTreeMap.html#firstKey()"><B>firstKey()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastTreeMap.html" title="class in org.apache.commons.collections">FastTreeMap</A>
<DD>Return the first (lowest) key currently in this sorted map.
<DT><A HREF="./org/apache/commons/collections/ListUtils.html#fixedSizeList(java.util.List)"><B>fixedSizeList(List)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ListUtils.html" title="class in org.apache.commons.collections">ListUtils</A>
<DD>Returns a fixed-sized list backed by the given list.
<DT><A HREF="./org/apache/commons/collections/MapUtils.html#fixedSizeMap(java.util.Map)"><B>fixedSizeMap(Map)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/MapUtils.html" title="class in org.apache.commons.collections">MapUtils</A>
<DD>Returns a fixed-sized map backed by the given map.
<DT><A HREF="./org/apache/commons/collections/MapUtils.html#fixedSizeSortedMap(java.util.SortedMap)"><B>fixedSizeSortedMap(SortedMap)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/MapUtils.html" title="class in org.apache.commons.collections">MapUtils</A>
<DD>Returns a fixed-sized sorted map backed by the given sorted map.
<DT><A HREF="./org/apache/commons/collections/CollectionUtils.html#forAllDo(java.util.Collection, org.apache.commons.collections.Closure)"><B>forAllDo(Collection, Closure)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CollectionUtils.html" title="class in org.apache.commons.collections">CollectionUtils</A>
<DD>Executes the given closure on each element in the collection.
</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/collections/ArrayStack.html#get()"><B>get()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ArrayStack.html" title="class in org.apache.commons.collections">ArrayStack</A>
<DD>Returns the element on the top of the stack.
<DT><A HREF="./org/apache/commons/collections/BeanMap.html#get(java.lang.Object)"><B>get(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BeanMap.html" title="class in org.apache.commons.collections">BeanMap</A>
<DD>Returns the value of the bean's property with the given name.
<DT><A HREF="./org/apache/commons/collections/BinaryHeap.html#get()"><B>get()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BinaryHeap.html" title="class in org.apache.commons.collections">BinaryHeap</A>
<DD>Returns the priority element.
<DT><A HREF="./org/apache/commons/collections/BoundedFifoBuffer.html#get()"><B>get()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BoundedFifoBuffer.html" title="class in org.apache.commons.collections">BoundedFifoBuffer</A>
<DD>Returns the least recently inserted element in this buffer.
<DT><A HREF="./org/apache/commons/collections/Buffer.html#get()"><B>get()</B></A> - 
Method in interface org.apache.commons.collections.<A HREF="./org/apache/commons/collections/Buffer.html" title="interface in org.apache.commons.collections">Buffer</A>
<DD>Returns the next object in the buffer without removing it.
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.html#get(int)"><B>get(int)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.html" title="class in org.apache.commons.collections">CursorableLinkedList</A>
<DD>Returns the element at the specified position in this list.
<DT><A HREF="./org/apache/commons/collections/DoubleOrderedMap.html#get(java.lang.Object)"><B>get(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DoubleOrderedMap.html" title="class in org.apache.commons.collections">DoubleOrderedMap</A>
<DD>Returns the value to which this map maps the specified
 key.
<DT><A HREF="./org/apache/commons/collections/FastArrayList.html#get(int)"><B>get(int)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastArrayList.html" title="class in org.apache.commons.collections">FastArrayList</A>
<DD>Return the element at the specified position in the list.
<DT><A HREF="./org/apache/commons/collections/FastHashMap.html#get(java.lang.Object)"><B>get(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastHashMap.html" title="class in org.apache.commons.collections">FastHashMap</A>
<DD>Return the value to which this map maps the specified key.
<DT><A HREF="./org/apache/commons/collections/FastTreeMap.html#get(java.lang.Object)"><B>get(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastTreeMap.html" title="class in org.apache.commons.collections">FastTreeMap</A>
<DD>Return the value to which this map maps the specified key.
<DT><A HREF="./org/apache/commons/collections/LRUMap.html#get(java.lang.Object)"><B>get(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/LRUMap.html" title="class in org.apache.commons.collections">LRUMap</A>
<DD>Get the value for a key from the Map.
<DT><A HREF="./org/apache/commons/collections/ProxyMap.html#get(java.lang.Object)"><B>get(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ProxyMap.html" title="class in org.apache.commons.collections">ProxyMap</A>
<DD>Invokes the underlying <CODE>Map.get(Object)</CODE> method.
<DT><A HREF="./org/apache/commons/collections/ReferenceMap.html#get(java.lang.Object)"><B>get(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ReferenceMap.html" title="class in org.apache.commons.collections">ReferenceMap</A>
<DD>Returns the value associated with the given key, if any.
<DT><A HREF="./org/apache/commons/collections/SequencedHashMap.html#get(java.lang.Object)"><B>get(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/SequencedHashMap.html" title="class in org.apache.commons.collections">SequencedHashMap</A>
<DD>Implements <CODE>Map.get(Object)</CODE>.
<DT><A HREF="./org/apache/commons/collections/SequencedHashMap.html#get(int)"><B>get(int)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/SequencedHashMap.html" title="class in org.apache.commons.collections">SequencedHashMap</A>
<DD>Returns the key at the specified index.
<DT><A HREF="./org/apache/commons/collections/StaticBucketMap.html#get(java.lang.Object)"><B>get(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/StaticBucketMap.html" title="class in org.apache.commons.collections">StaticBucketMap</A>
<DD>Implements <CODE>Map.get(Object)</CODE>.
<DT><A HREF="./org/apache/commons/collections/UnboundedFifoBuffer.html#get()"><B>get()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/UnboundedFifoBuffer.html" title="class in org.apache.commons.collections">UnboundedFifoBuffer</A>
<DD>Returns the next object in the buffer.
<DT><A HREF="./org/apache/commons/collections/iterators/ArrayIterator.html#getArray()"><B>getArray()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/ArrayIterator.html" title="class in org.apache.commons.collections.iterators">ArrayIterator</A>
<DD>Retrieves the array that this iterator is iterating over.
<DT><A HREF="./org/apache/commons/collections/BeanMap.html#getBean()"><B>getBean()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BeanMap.html" title="class in org.apache.commons.collections">BeanMap</A>
<DD>Returns the bean currently being operated on.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#getBoolean(java.lang.String)"><B>getBoolean(String)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Get a boolean associated with the given configuration key.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#getBoolean(java.lang.String, boolean)"><B>getBoolean(String, boolean)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Get a boolean associated with the given configuration key.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#getBoolean(java.lang.String, java.lang.Boolean)"><B>getBoolean(String, Boolean)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Get a boolean associated with the given configuration key.
<DT><A HREF="./org/apache/commons/collections/MapUtils.html#getBoolean(java.util.Map, java.lang.Object)"><B>getBoolean(Map, Object)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/MapUtils.html" title="class in org.apache.commons.collections">MapUtils</A>
<DD>Looks up the given key in the given map, converting the result into
  a <CODE>Boolean</CODE>.
<DT><A HREF="./org/apache/commons/collections/MapUtils.html#getBoolean(java.util.Map, java.lang.Object, java.lang.Boolean)"><B>getBoolean(Map, Object, Boolean)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/MapUtils.html" title="class in org.apache.commons.collections">MapUtils</A>
<DD>Looks up the given key in the given map, converting the result into
  a boolean, using the default value if the the conversion fails.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#getByte(java.lang.String)"><B>getByte(String)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Get a byte associated with the given configuration key.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#getByte(java.lang.String, byte)"><B>getByte(String, byte)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Get a byte associated with the given configuration key.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#getByte(java.lang.String, java.lang.Byte)"><B>getByte(String, Byte)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Get a byte associated with the given configuration key.
<DT><A HREF="./org/apache/commons/collections/MapUtils.html#getByte(java.util.Map, java.lang.Object)"><B>getByte(Map, Object)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/MapUtils.html" title="class in org.apache.commons.collections">MapUtils</A>
<DD>Looks up the given key in the given map, converting the result into
  a <CODE>Byte</CODE>.
<DT><A HREF="./org/apache/commons/collections/MapUtils.html#getByte(java.util.Map, java.lang.Object, java.lang.Byte)"><B>getByte(Map, Object, Byte)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/MapUtils.html" title="class in org.apache.commons.collections">MapUtils</A>
<DD>Looks up the given key in the given map, converting the result into
  a byte, using the default value if the the conversion fails.
<DT><A HREF="./org/apache/commons/collections/CollectionUtils.html#getCardinalityMap(java.util.Collection)"><B>getCardinalityMap(Collection)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CollectionUtils.html" title="class in org.apache.commons.collections">CollectionUtils</A>
<DD>Returns a <CODE>Map</CODE> mapping each unique element in
 the given <CODE>Collection</CODE> to an <CODE>Integer</CODE>
 representing the number of occurances of that element
 in the <CODE>Collection</CODE>.
<DT><A HREF="./org/apache/commons/collections/BufferOverflowException.html#getCause()"><B>getCause()</B></A> - 
Method in exception org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BufferOverflowException.html" title="class in org.apache.commons.collections">BufferOverflowException</A>
<DD>Gets the root cause of the exception.
<DT><A HREF="./org/apache/commons/collections/BufferUnderflowException.html#getCause()"><B>getCause()</B></A> - 
Method in exception org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BufferUnderflowException.html" title="class in org.apache.commons.collections">BufferUnderflowException</A>
<DD>Gets the root cause of the exception.
<DT><A HREF="./org/apache/commons/collections/iterators/CollatingIterator.html#getComparator()"><B>getComparator()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/CollatingIterator.html" title="class in org.apache.commons.collections.iterators">CollatingIterator</A>
<DD>Get the <CODE>Comparator</CODE> by which I collate.
<DT><A HREF="./org/apache/commons/collections/Bag.html#getCount(java.lang.Object)"><B>getCount(Object)</B></A> - 
Method in interface org.apache.commons.collections.<A HREF="./org/apache/commons/collections/Bag.html" title="interface in org.apache.commons.collections">Bag</A>
<DD>Return the number of occurrences (cardinality) of the given
 object currently in the bag.
<DT><A HREF="./org/apache/commons/collections/DefaultMapBag.html#getCount(java.lang.Object)"><B>getCount(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DefaultMapBag.html" title="class in org.apache.commons.collections">DefaultMapBag</A>
<DD>Returns the number of occurrence of the given element in this bag
  by looking up its count in the underlying map.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#getDouble(java.lang.String)"><B>getDouble(String)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Get a double associated with the given configuration key.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#getDouble(java.lang.String, double)"><B>getDouble(String, double)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Get a double associated with the given configuration key.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#getDouble(java.lang.String, java.lang.Double)"><B>getDouble(String, Double)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Get a double associated with the given configuration key.
<DT><A HREF="./org/apache/commons/collections/MapUtils.html#getDouble(java.util.Map, java.lang.Object)"><B>getDouble(Map, Object)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/MapUtils.html" title="class in org.apache.commons.collections">MapUtils</A>
<DD>Looks up the given key in the given map, converting the result into
  a <CODE>Double</CODE>.
<DT><A HREF="./org/apache/commons/collections/MapUtils.html#getDouble(java.util.Map, java.lang.Object, java.lang.Double)"><B>getDouble(Map, Object, Double)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/MapUtils.html" title="class in org.apache.commons.collections">MapUtils</A>
<DD>Looks up the given key in the given map, converting the result into
  a double, using the default value if the the conversion fails.
<DT><A HREF="./org/apache/commons/collections/iterators/EnumerationIterator.html#getEnumeration()"><B>getEnumeration()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/EnumerationIterator.html" title="class in org.apache.commons.collections.iterators">EnumerationIterator</A>
<DD>Returns the underlying enumeration.
<DT><A HREF="./org/apache/commons/collections/FastArrayList.html#getFast()"><B>getFast()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastArrayList.html" title="class in org.apache.commons.collections">FastArrayList</A>
<DD>Returns true if this list is operating in fast mode.
<DT><A HREF="./org/apache/commons/collections/FastHashMap.html#getFast()"><B>getFast()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastHashMap.html" title="class in org.apache.commons.collections">FastHashMap</A>
<DD>Returns true if this map is operating in fast mode.
<DT><A HREF="./org/apache/commons/collections/FastTreeMap.html#getFast()"><B>getFast()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastTreeMap.html" title="class in org.apache.commons.collections">FastTreeMap</A>
<DD>Returns true if this map is operating in fast mode.
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.html#getFirst()"><B>getFirst()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.html" title="class in org.apache.commons.collections">CursorableLinkedList</A>
<DD>Returns the element at the beginning of this list.
<DT><A HREF="./org/apache/commons/collections/SequencedHashMap.html#getFirst()"><B>getFirst()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/SequencedHashMap.html" title="class in org.apache.commons.collections">SequencedHashMap</A>
<DD>Return the entry for the "oldest" mapping.
<DT><A HREF="./org/apache/commons/collections/SequencedHashMap.html#getFirstKey()"><B>getFirstKey()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/SequencedHashMap.html" title="class in org.apache.commons.collections">SequencedHashMap</A>
<DD>Return the key for the "oldest" mapping.
<DT><A HREF="./org/apache/commons/collections/SequencedHashMap.html#getFirstValue()"><B>getFirstValue()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/SequencedHashMap.html" title="class in org.apache.commons.collections">SequencedHashMap</A>
<DD>Return the value for the "oldest" mapping.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#getFloat(java.lang.String)"><B>getFloat(String)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Get a float associated with the given configuration key.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#getFloat(java.lang.String, float)"><B>getFloat(String, float)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Get a float associated with the given configuration key.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#getFloat(java.lang.String, java.lang.Float)"><B>getFloat(String, Float)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Get a float associated with the given configuration key.
<DT><A HREF="./org/apache/commons/collections/MapUtils.html#getFloat(java.util.Map, java.lang.Object)"><B>getFloat(Map, Object)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/MapUtils.html" title="class in org.apache.commons.collections">MapUtils</A>
<DD>Looks up the given key in the given map, converting the result into
  a <CODE>Float</CODE>.
<DT><A HREF="./org/apache/commons/collections/MapUtils.html#getFloat(java.util.Map, java.lang.Object, java.lang.Float)"><B>getFloat(Map, Object, Float)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/MapUtils.html" title="class in org.apache.commons.collections">MapUtils</A>
<DD>Looks up the given key in the given map, converting the result into
  a float, using the default value if the the conversion fails.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#getInclude()"><B>getInclude()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Gets the property value for including other properties files.
<DT><A HREF="./org/apache/commons/collections/comparators/ComparableComparator.html#getInstance()"><B>getInstance()</B></A> - 
Static method in class org.apache.commons.collections.comparators.<A HREF="./org/apache/commons/collections/comparators/ComparableComparator.html" title="class in org.apache.commons.collections.comparators">ComparableComparator</A>
<DD>Return a shared instance of a ComparableComparator.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#getInt(java.lang.String)"><B>getInt(String)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>The purpose of this method is to get the configuration resource
 with the given name as an integer.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#getInt(java.lang.String, int)"><B>getInt(String, int)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>The purpose of this method is to get the configuration resource
 with the given name as an integer, or a default value.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#getInteger(java.lang.String)"><B>getInteger(String)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Get a int associated with the given configuration key.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#getInteger(java.lang.String, int)"><B>getInteger(String, int)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Get a int associated with the given configuration key.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#getInteger(java.lang.String, java.lang.Integer)"><B>getInteger(String, Integer)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Get a int associated with the given configuration key.
<DT><A HREF="./org/apache/commons/collections/MapUtils.html#getInteger(java.util.Map, java.lang.Object)"><B>getInteger(Map, Object)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/MapUtils.html" title="class in org.apache.commons.collections">MapUtils</A>
<DD>Looks up the given key in the given map, converting the result into
  an <CODE>Integer</CODE>.
<DT><A HREF="./org/apache/commons/collections/MapUtils.html#getInteger(java.util.Map, java.lang.Object, java.lang.Integer)"><B>getInteger(Map, Object, Integer)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/MapUtils.html" title="class in org.apache.commons.collections">MapUtils</A>
<DD>Looks up the given key in the given map, converting the result into
  an integer, using the default value if the the conversion fails.
<DT><A HREF="./org/apache/commons/collections/iterators/IteratorEnumeration.html#getIterator()"><B>getIterator()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/IteratorEnumeration.html" title="class in org.apache.commons.collections.iterators">IteratorEnumeration</A>
<DD>Returns the underlying iterator.
<DT><A HREF="./org/apache/commons/collections/iterators/ProxyIterator.html#getIterator()"><B>getIterator()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/ProxyIterator.html" title="class in org.apache.commons.collections.iterators">ProxyIterator</A>
<DD>Getter for property iterator.
<DT><A HREF="./org/apache/commons/collections/IteratorUtils.html#getIterator(java.lang.Object)"><B>getIterator(Object)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/IteratorUtils.html" title="class in org.apache.commons.collections">IteratorUtils</A>
<DD>Gets a suitable Iterator for the given object.
<DT><A HREF="./org/apache/commons/collections/iterators/CollatingIterator.html#getIterators()"><B>getIterators()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/CollatingIterator.html" title="class in org.apache.commons.collections.iterators">CollatingIterator</A>
<DD>Get the list of Iterators (unmodifiable)
<DT><A HREF="./org/apache/commons/collections/iterators/IteratorChain.html#getIterators()"><B>getIterators()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/IteratorChain.html" title="class in org.apache.commons.collections.iterators">IteratorChain</A>
<DD>Get the list of Iterators (unmodifiable)
<DT><A HREF="./org/apache/commons/collections/DefaultMapEntry.html#getKey()"><B>getKey()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DefaultMapEntry.html" title="class in org.apache.commons.collections">DefaultMapEntry</A>
<DD>Returns the key.
<DT><A HREF="./org/apache/commons/collections/DoubleOrderedMap.html#getKeyForValue(java.lang.Object)"><B>getKeyForValue(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DoubleOrderedMap.html" title="class in org.apache.commons.collections">DoubleOrderedMap</A>
<DD>Returns the key to which this map maps the specified value.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#getKeys()"><B>getKeys()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Get the list of the keys contained in the configuration
 repository.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#getKeys(java.lang.String)"><B>getKeys(String)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Get the list of the keys contained in the configuration
 repository that match the specified prefix.
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.html#getLast()"><B>getLast()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.html" title="class in org.apache.commons.collections">CursorableLinkedList</A>
<DD>Returns the element at the end of this list.
<DT><A HREF="./org/apache/commons/collections/SequencedHashMap.html#getLast()"><B>getLast()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/SequencedHashMap.html" title="class in org.apache.commons.collections">SequencedHashMap</A>
<DD>Return the entry for the "newest" mapping.
<DT><A HREF="./org/apache/commons/collections/SequencedHashMap.html#getLastKey()"><B>getLastKey()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/SequencedHashMap.html" title="class in org.apache.commons.collections">SequencedHashMap</A>
<DD>Return the key for the "newest" mapping.
<DT><A HREF="./org/apache/commons/collections/SequencedHashMap.html#getLastValue()"><B>getLastValue()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/SequencedHashMap.html" title="class in org.apache.commons.collections">SequencedHashMap</A>
<DD>Return the value for the "newest" mapping.
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.html#getListableAt(int)"><B>getListableAt(int)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.html" title="class in org.apache.commons.collections">CursorableLinkedList</A>
<DD>Returns the 
 <CODE>CursorableLinkedList.Listable</CODE> 
 at the specified index.
<DT><A HREF="./org/apache/commons/collections/iterators/ProxyListIterator.html#getListIterator()"><B>getListIterator()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/ProxyListIterator.html" title="class in org.apache.commons.collections.iterators">ProxyListIterator</A>
<DD>Getter for property iterator.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#getLong(java.lang.String)"><B>getLong(String)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Get a long associated with the given configuration key.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#getLong(java.lang.String, long)"><B>getLong(String, long)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Get a long associated with the given configuration key.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#getLong(java.lang.String, java.lang.Long)"><B>getLong(String, Long)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Get a long associated with the given configuration key.
<DT><A HREF="./org/apache/commons/collections/MapUtils.html#getLong(java.util.Map, java.lang.Object)"><B>getLong(Map, Object)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/MapUtils.html" title="class in org.apache.commons.collections">MapUtils</A>
<DD>Looks up the given key in the given map, converting the result into
  a <CODE>Long</CODE>.
<DT><A HREF="./org/apache/commons/collections/MapUtils.html#getLong(java.util.Map, java.lang.Object, java.lang.Long)"><B>getLong(Map, Object, Long)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/MapUtils.html" title="class in org.apache.commons.collections">MapUtils</A>
<DD>Looks up the given key in the given map, converting the result into
  a long, using the default value if the the conversion fails.
<DT><A HREF="./org/apache/commons/collections/DefaultMapBag.html#getMap()"><B>getMap()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DefaultMapBag.html" title="class in org.apache.commons.collections">DefaultMapBag</A>
<DD>Utility method for implementations to access the map that backs
 this bag.
<DT><A HREF="./org/apache/commons/collections/MapUtils.html#getMap(java.util.Map, java.lang.Object)"><B>getMap(Map, Object)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/MapUtils.html" title="class in org.apache.commons.collections">MapUtils</A>
<DD>Looks up the given key in the given map, returning another map.
<DT><A HREF="./org/apache/commons/collections/MapUtils.html#getMap(java.util.Map, java.lang.Object, java.util.Map)"><B>getMap(Map, Object, Map)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/MapUtils.html" title="class in org.apache.commons.collections">MapUtils</A>
<DD>Looks up the given key in the given map, converting the result into
  a map, using the default value if the the conversion fails.
<DT><A HREF="./org/apache/commons/collections/LRUMap.html#getMaximumSize()"><B>getMaximumSize()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/LRUMap.html" title="class in org.apache.commons.collections">LRUMap</A>
<DD>Getter for property maximumSize.
<DT><A HREF="./org/apache/commons/collections/MultiHashMap.html#getName()"><B>getName()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/MultiHashMap.html" title="class in org.apache.commons.collections">MultiHashMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/MapUtils.html#getNumber(java.util.Map, java.lang.Object)"><B>getNumber(Map, Object)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/MapUtils.html" title="class in org.apache.commons.collections">MapUtils</A>
<DD>Looks up the given key in the given map, converting the result into
  a <CODE>Number</CODE>.
<DT><A HREF="./org/apache/commons/collections/MapUtils.html#getNumber(java.util.Map, java.lang.Object, java.lang.Number)"><B>getNumber(Map, Object, Number)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/MapUtils.html" title="class in org.apache.commons.collections">MapUtils</A>
<DD>Looks up the given key in the given map, converting the result into
  a number, using the default value if the the conversion fails.
<DT><A HREF="./org/apache/commons/collections/MapUtils.html#getObject(java.util.Map, java.lang.Object)"><B>getObject(Map, Object)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/MapUtils.html" title="class in org.apache.commons.collections">MapUtils</A>
<DD>Synonym for <CODE>Map.get(Object)</CODE>.
<DT><A HREF="./org/apache/commons/collections/MapUtils.html#getObject(java.util.Map, java.lang.Object, java.lang.Object)"><B>getObject(Map, Object, Object)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/MapUtils.html" title="class in org.apache.commons.collections">MapUtils</A>
<DD>Looks up the given key in the given map, converting null into the
  given default value.
<DT><A HREF="./org/apache/commons/collections/iterators/FilterIterator.html#getPredicate()"><B>getPredicate()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/FilterIterator.html" title="class in org.apache.commons.collections.iterators">FilterIterator</A>
<DD>Getter for property predicate.
<DT><A HREF="./org/apache/commons/collections/iterators/FilterListIterator.html#getPredicate()"><B>getPredicate()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/FilterListIterator.html" title="class in org.apache.commons.collections.iterators">FilterListIterator</A>
<DD>Getter for the predicate property.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#getProperties(java.lang.String)"><B>getProperties(String)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Get a list of properties associated with the given
 configuration key.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#getProperties(java.lang.String, java.util.Properties)"><B>getProperties(String, Properties)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Get a list of properties associated with the given
 configuration key.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#getProperty(java.lang.String)"><B>getProperty(String)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Gets a property from the configuration.
<DT><A HREF="./org/apache/commons/collections/BeanMap.html#getReadMethod(java.lang.Object)"><B>getReadMethod(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BeanMap.html" title="class in org.apache.commons.collections">BeanMap</A>
<DD>Returns the accessor for the property with the given name.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#getShort(java.lang.String)"><B>getShort(String)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Get a short associated with the given configuration key.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#getShort(java.lang.String, short)"><B>getShort(String, short)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Get a short associated with the given configuration key.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#getShort(java.lang.String, java.lang.Short)"><B>getShort(String, Short)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Get a short associated with the given configuration key.
<DT><A HREF="./org/apache/commons/collections/MapUtils.html#getShort(java.util.Map, java.lang.Object)"><B>getShort(Map, Object)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/MapUtils.html" title="class in org.apache.commons.collections">MapUtils</A>
<DD>Looks up the given key in the given map, converting the result into
  a <CODE>Short</CODE>.
<DT><A HREF="./org/apache/commons/collections/MapUtils.html#getShort(java.util.Map, java.lang.Object, java.lang.Short)"><B>getShort(Map, Object, Short)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/MapUtils.html" title="class in org.apache.commons.collections">MapUtils</A>
<DD>Looks up the given key in the given map, converting the result into
  a short, using the default value if the the conversion fails.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#getString(java.lang.String)"><B>getString(String)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Get a string associated with the given configuration key.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#getString(java.lang.String, java.lang.String)"><B>getString(String, String)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Get a string associated with the given configuration key.
<DT><A HREF="./org/apache/commons/collections/MapUtils.html#getString(java.util.Map, java.lang.Object)"><B>getString(Map, Object)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/MapUtils.html" title="class in org.apache.commons.collections">MapUtils</A>
<DD>Looks up the given key in the given map, converting the result into
  a string.
<DT><A HREF="./org/apache/commons/collections/MapUtils.html#getString(java.util.Map, java.lang.Object, java.lang.String)"><B>getString(Map, Object, String)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/MapUtils.html" title="class in org.apache.commons.collections">MapUtils</A>
<DD>Looks up the given key in the given map, converting the result into
  a string, using the default value if the the conversion fails.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#getStringArray(java.lang.String)"><B>getStringArray(String)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Get an array of strings associated with the given configuration
 key.
<DT><A HREF="./org/apache/commons/collections/iterators/TransformIterator.html#getTransformer()"><B>getTransformer()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/TransformIterator.html" title="class in org.apache.commons.collections.iterators">TransformIterator</A>
<DD>Getter for property transformer.
<DT><A HREF="./org/apache/commons/collections/BeanMap.html#getType(java.lang.String)"><B>getType(String)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BeanMap.html" title="class in org.apache.commons.collections">BeanMap</A>
<DD>Returns the type of the property with the given name.
<DT><A HREF="./org/apache/commons/collections/BeanMap.html#getTypeTransformer(java.lang.Class)"><B>getTypeTransformer(Class)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BeanMap.html" title="class in org.apache.commons.collections">BeanMap</A>
<DD>Returns a transformer for the given primitive type.
<DT><A HREF="./org/apache/commons/collections/DefaultMapEntry.html#getValue()"><B>getValue()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DefaultMapEntry.html" title="class in org.apache.commons.collections">DefaultMapEntry</A>
<DD>Returns the value.
<DT><A HREF="./org/apache/commons/collections/SequencedHashMap.html#getValue(int)"><B>getValue(int)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/SequencedHashMap.html" title="class in org.apache.commons.collections">SequencedHashMap</A>
<DD>Returns the value at the specified index.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#getVector(java.lang.String)"><B>getVector(String)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Get a Vector of strings associated with the given configuration
 key.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#getVector(java.lang.String, java.util.Vector)"><B>getVector(String, Vector)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Get a Vector of strings associated with the given configuration
 key.
<DT><A HREF="./org/apache/commons/collections/BeanMap.html#getWriteMethod(java.lang.Object)"><B>getWriteMethod(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BeanMap.html" title="class in org.apache.commons.collections">BeanMap</A>
<DD>Returns the mutator for the property with the given name.
<DT><A HREF="./org/apache/commons/collections/BinaryHeap.html#grow()"><B>grow()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BinaryHeap.html" title="class in org.apache.commons.collections">BinaryHeap</A>
<DD>Increases the size of the heap to support additional elements
</DL>
<HR>
<A NAME="_H_"><!-- --></A><H2>
<B>H</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/collections/ReferenceMap.html#HARD"><B>HARD</B></A> - 
Static variable in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ReferenceMap.html" title="class in org.apache.commons.collections">ReferenceMap</A>
<DD>Constant indicating that hard references should be used.
<DT><A HREF="./org/apache/commons/collections/HashBag.html" title="class in org.apache.commons.collections"><B>HashBag</B></A> - Class in <A HREF="./org/apache/commons/collections/package-summary.html">org.apache.commons.collections</A><DD>An implementation of <A HREF="./org/apache/commons/collections/Bag.html" title="interface in org.apache.commons.collections"><CODE>Bag</CODE></A> that is backed by a <CODE>HashMap</CODE>.<DT><A HREF="./org/apache/commons/collections/HashBag.html#HashBag()"><B>HashBag()</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/HashBag.html" title="class in org.apache.commons.collections">HashBag</A>
<DD>Constructs a new empty <Code>HashBag</Code>.
<DT><A HREF="./org/apache/commons/collections/HashBag.html#HashBag(java.util.Collection)"><B>HashBag(Collection)</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/HashBag.html" title="class in org.apache.commons.collections">HashBag</A>
<DD>New <A HREF="./org/apache/commons/collections/Bag.html" title="interface in org.apache.commons.collections"><CODE>Bag</CODE></A> containing all the members of the given
 collection.
<DT><A HREF="./org/apache/commons/collections/comparators/NullComparator.html#hashCode()"><B>hashCode()</B></A> - 
Method in class org.apache.commons.collections.comparators.<A HREF="./org/apache/commons/collections/comparators/NullComparator.html" title="class in org.apache.commons.collections.comparators">NullComparator</A>
<DD>Implement a hash code for this comparator that is consistent with
  <A HREF="./org/apache/commons/collections/comparators/NullComparator.html#equals(java.lang.Object)"><CODE>NullComparator.equals(Object)</CODE></A>.
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.html#hashCode()"><B>hashCode()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.html" title="class in org.apache.commons.collections">CursorableLinkedList</A>
<DD>Returns the hash code value for this list.
<DT><A HREF="./org/apache/commons/collections/DefaultMapBag.html#hashCode()"><B>hashCode()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DefaultMapBag.html" title="class in org.apache.commons.collections">DefaultMapBag</A>
<DD>Returns the hash code of the underlying map.
<DT><A HREF="./org/apache/commons/collections/DefaultMapEntry.html#hashCode()"><B>hashCode()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DefaultMapEntry.html" title="class in org.apache.commons.collections">DefaultMapEntry</A>
<DD>Implemented per API documentation of 
  <CODE>Map.Entry.hashCode()</CODE>
<DT><A HREF="./org/apache/commons/collections/FastArrayList.html#hashCode()"><B>hashCode()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastArrayList.html" title="class in org.apache.commons.collections">FastArrayList</A>
<DD>Return the hash code value for this list.
<DT><A HREF="./org/apache/commons/collections/FastHashMap.html#hashCode()"><B>hashCode()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastHashMap.html" title="class in org.apache.commons.collections">FastHashMap</A>
<DD>Return the hash code value for this map.
<DT><A HREF="./org/apache/commons/collections/FastTreeMap.html#hashCode()"><B>hashCode()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastTreeMap.html" title="class in org.apache.commons.collections">FastTreeMap</A>
<DD>Return the hash code value for this map.
<DT><A HREF="./org/apache/commons/collections/ProxyMap.html#hashCode()"><B>hashCode()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ProxyMap.html" title="class in org.apache.commons.collections">ProxyMap</A>
<DD>Invokes the underlying <CODE>Map.hashCode()</CODE> method.
<DT><A HREF="./org/apache/commons/collections/SequencedHashMap.html#hashCode()"><B>hashCode()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/SequencedHashMap.html" title="class in org.apache.commons.collections">SequencedHashMap</A>
<DD>Implements <CODE>Map.hashCode()</CODE>.
<DT><A HREF="./org/apache/commons/collections/StaticBucketMap.html#hashCode()"><B>hashCode()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/StaticBucketMap.html" title="class in org.apache.commons.collections">StaticBucketMap</A>
<DD>Implements <CODE>Map.hashCode()</CODE>.
<DT><A HREF="./org/apache/commons/collections/iterators/IteratorEnumeration.html#hasMoreElements()"><B>hasMoreElements()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/IteratorEnumeration.html" title="class in org.apache.commons.collections.iterators">IteratorEnumeration</A>
<DD>Returns true if the underlying iterator has more elements.
<DT><A HREF="./org/apache/commons/collections/iterators/ArrayIterator.html#hasNext()"><B>hasNext()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/ArrayIterator.html" title="class in org.apache.commons.collections.iterators">ArrayIterator</A>
<DD>Returns true if there are more elements to return from the array.
<DT><A HREF="./org/apache/commons/collections/iterators/CollatingIterator.html#hasNext()"><B>hasNext()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/CollatingIterator.html" title="class in org.apache.commons.collections.iterators">CollatingIterator</A>
<DD>Returns <Code>true</Code> if any child iterator has remaining elements.
<DT><A HREF="./org/apache/commons/collections/iterators/EnumerationIterator.html#hasNext()"><B>hasNext()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/EnumerationIterator.html" title="class in org.apache.commons.collections.iterators">EnumerationIterator</A>
<DD>Returns true if the underlying enumeration has more elements.
<DT><A HREF="./org/apache/commons/collections/iterators/FilterIterator.html#hasNext()"><B>hasNext()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/FilterIterator.html" title="class in org.apache.commons.collections.iterators">FilterIterator</A>
<DD>Returns true if the underlying iterator contains an object that 
  matches the predicate.
<DT><A HREF="./org/apache/commons/collections/iterators/FilterListIterator.html#hasNext()"><B>hasNext()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/FilterListIterator.html" title="class in org.apache.commons.collections.iterators">FilterListIterator</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/iterators/IteratorChain.html#hasNext()"><B>hasNext()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/IteratorChain.html" title="class in org.apache.commons.collections.iterators">IteratorChain</A>
<DD>Return true if any Iterator in the IteratorChain has a remaining
 element.
<DT><A HREF="./org/apache/commons/collections/iterators/ListIteratorWrapper.html#hasNext()"><B>hasNext()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/ListIteratorWrapper.html" title="class in org.apache.commons.collections.iterators">ListIteratorWrapper</A>
<DD>Returns true if there are more elements in the iterator.
<DT><A HREF="./org/apache/commons/collections/iterators/ProxyIterator.html#hasNext()"><B>hasNext()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/ProxyIterator.html" title="class in org.apache.commons.collections.iterators">ProxyIterator</A>
<DD>Returns true if the underlying iterator has more elements.
<DT><A HREF="./org/apache/commons/collections/iterators/ProxyListIterator.html#hasNext()"><B>hasNext()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/ProxyListIterator.html" title="class in org.apache.commons.collections.iterators">ProxyListIterator</A>
<DD>Invokes the underlying <CODE>ListIterator.hasNext()</CODE> method.
<DT><A HREF="./org/apache/commons/collections/iterators/SingletonIterator.html#hasNext()"><B>hasNext()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/SingletonIterator.html" title="class in org.apache.commons.collections.iterators">SingletonIterator</A>
<DD>Is another object available from the iterator.
<DT><A HREF="./org/apache/commons/collections/iterators/SingletonListIterator.html#hasNext()"><B>hasNext()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/SingletonListIterator.html" title="class in org.apache.commons.collections.iterators">SingletonListIterator</A>
<DD>Is another object available from the iterator.
<DT><A HREF="./org/apache/commons/collections/iterators/FilterListIterator.html#hasPrevious()"><B>hasPrevious()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/FilterListIterator.html" title="class in org.apache.commons.collections.iterators">FilterListIterator</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/iterators/ListIteratorWrapper.html#hasPrevious()"><B>hasPrevious()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/ListIteratorWrapper.html" title="class in org.apache.commons.collections.iterators">ListIteratorWrapper</A>
<DD>Returns true if there are previous elements in the iterator.
<DT><A HREF="./org/apache/commons/collections/iterators/ProxyListIterator.html#hasPrevious()"><B>hasPrevious()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/ProxyListIterator.html" title="class in org.apache.commons.collections.iterators">ProxyListIterator</A>
<DD>Invokes the underlying <CODE>ListIterator.hasPrevious()</CODE> method.
<DT><A HREF="./org/apache/commons/collections/iterators/SingletonListIterator.html#hasPrevious()"><B>hasPrevious()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/SingletonListIterator.html" title="class in org.apache.commons.collections.iterators">SingletonListIterator</A>
<DD>Is a previous object available from the iterator.
<DT><A HREF="./org/apache/commons/collections/FastTreeMap.html#headMap(java.lang.Object)"><B>headMap(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastTreeMap.html" title="class in org.apache.commons.collections">FastTreeMap</A>
<DD>Return a view of the portion of this map whose keys are strictly
 less than the specified key.
</DL>
<HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#include"><B>include</B></A> - 
Static variable in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>This is the name of the property that can point to other
 properties file for including other properties files.
<DT><A HREF="./org/apache/commons/collections/CollectionUtils.html#index(java.lang.Object, int)"><B>index(Object, int)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CollectionUtils.html" title="class in org.apache.commons.collections">CollectionUtils</A>
<DD>Given an Object, and an index, it will get the nth value in the
 object.
<DT><A HREF="./org/apache/commons/collections/CollectionUtils.html#index(java.lang.Object, java.lang.Object)"><B>index(Object, Object)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CollectionUtils.html" title="class in org.apache.commons.collections">CollectionUtils</A>
<DD>Given an Object, and a key (index), it will get value associated with
 that key in the Object.
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.html#indexOf(java.lang.Object)"><B>indexOf(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.html" title="class in org.apache.commons.collections">CursorableLinkedList</A>
<DD>Returns the index in this list of the first occurrence of the specified
 element, or -1 if this list does not contain this element.
<DT><A HREF="./org/apache/commons/collections/FastArrayList.html#indexOf(java.lang.Object)"><B>indexOf(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastArrayList.html" title="class in org.apache.commons.collections">FastArrayList</A>
<DD>Search for the first occurrence of the given argument, testing
 for equality using the <code>equals()</code> method, and return
 the corresponding index, or -1 if the object is not found.
<DT><A HREF="./org/apache/commons/collections/SequencedHashMap.html#indexOf(java.lang.Object)"><B>indexOf(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/SequencedHashMap.html" title="class in org.apache.commons.collections">SequencedHashMap</A>
<DD>Returns the index of the specified key.
<DT><A HREF="./org/apache/commons/collections/BinaryHeap.html#insert(java.lang.Object)"><B>insert(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BinaryHeap.html" title="class in org.apache.commons.collections">BinaryHeap</A>
<DD>Inserts an element into queue.
<DT><A HREF="./org/apache/commons/collections/PriorityQueue.html#insert(java.lang.Object)"><B>insert(Object)</B></A> - 
Method in interface org.apache.commons.collections.<A HREF="./org/apache/commons/collections/PriorityQueue.html" title="interface in org.apache.commons.collections">PriorityQueue</A>
<DD>Insert an element into queue.
<DT><A HREF="./org/apache/commons/collections/SynchronizedPriorityQueue.html#insert(java.lang.Object)"><B>insert(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/SynchronizedPriorityQueue.html" title="class in org.apache.commons.collections">SynchronizedPriorityQueue</A>
<DD>Insert an element into queue.
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.html#insertListable(org.apache.commons.collections.CursorableLinkedList.Listable, org.apache.commons.collections.CursorableLinkedList.Listable, java.lang.Object)"><B>insertListable(CursorableLinkedList.Listable, CursorableLinkedList.Listable, Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.html" title="class in org.apache.commons.collections">CursorableLinkedList</A>
<DD>Inserts a new <i>value</i> into my
 list, after the specified <i>before</i> element, and before the
 specified <i>after</i> element
<DT><A HREF="./org/apache/commons/collections/iterators/EmptyIterator.html#INSTANCE"><B>INSTANCE</B></A> - 
Static variable in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/EmptyIterator.html" title="class in org.apache.commons.collections.iterators">EmptyIterator</A>
<DD>Singleton instance of the iterator.
<DT><A HREF="./org/apache/commons/collections/iterators/EmptyListIterator.html#INSTANCE"><B>INSTANCE</B></A> - 
Static variable in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/EmptyListIterator.html" title="class in org.apache.commons.collections.iterators">EmptyListIterator</A>
<DD>Singleton instance of the iterator.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#interpolate(java.lang.String)"><B>interpolate(String)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/CollectionUtils.html#intersection(java.util.Collection, java.util.Collection)"><B>intersection(Collection, Collection)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CollectionUtils.html" title="class in org.apache.commons.collections">CollectionUtils</A>
<DD>Returns a <CODE>Collection</CODE> containing the intersection
 of the given <CODE>Collection</CODE>s.
<DT><A HREF="./org/apache/commons/collections/ListUtils.html#intersection(java.util.List, java.util.List)"><B>intersection(List, List)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ListUtils.html" title="class in org.apache.commons.collections">ListUtils</A>
<DD>Returns a new list containing all elements that are contained in
 both given lists.
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.Cursor.html#invalidate()"><B>invalidate()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.Cursor.html" title="class in org.apache.commons.collections">CursorableLinkedList.Cursor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.html#invalidateCursors()"><B>invalidateCursors()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.html" title="class in org.apache.commons.collections">CursorableLinkedList</A>
<DD>Informs all of my registerd cursors that they are now
 invalid.
<DT><A HREF="./org/apache/commons/collections/BinaryHeap.html#isEmpty()"><B>isEmpty()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BinaryHeap.html" title="class in org.apache.commons.collections">BinaryHeap</A>
<DD>Tests if queue is empty.
<DT><A HREF="./org/apache/commons/collections/BoundedFifoBuffer.html#isEmpty()"><B>isEmpty()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BoundedFifoBuffer.html" title="class in org.apache.commons.collections">BoundedFifoBuffer</A>
<DD>Returns true if this buffer is empty; false otherwise.
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.html#isEmpty()"><B>isEmpty()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.html" title="class in org.apache.commons.collections">CursorableLinkedList</A>
<DD>Returns <tt>true</tt> if this list contains no elements.
<DT><A HREF="./org/apache/commons/collections/DefaultMapBag.html#isEmpty()"><B>isEmpty()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DefaultMapBag.html" title="class in org.apache.commons.collections">DefaultMapBag</A>
<DD>Returns true if the underlying map is empty.
<DT><A HREF="./org/apache/commons/collections/FastArrayList.html#isEmpty()"><B>isEmpty()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastArrayList.html" title="class in org.apache.commons.collections">FastArrayList</A>
<DD>Test if this list has no elements.
<DT><A HREF="./org/apache/commons/collections/FastHashMap.html#isEmpty()"><B>isEmpty()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastHashMap.html" title="class in org.apache.commons.collections">FastHashMap</A>
<DD>Return <code>true</code> if this map contains no mappings.
<DT><A HREF="./org/apache/commons/collections/FastTreeMap.html#isEmpty()"><B>isEmpty()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastTreeMap.html" title="class in org.apache.commons.collections">FastTreeMap</A>
<DD>Test if this list has no elements.
<DT><A HREF="./org/apache/commons/collections/PriorityQueue.html#isEmpty()"><B>isEmpty()</B></A> - 
Method in interface org.apache.commons.collections.<A HREF="./org/apache/commons/collections/PriorityQueue.html" title="interface in org.apache.commons.collections">PriorityQueue</A>
<DD>Test if queue is empty.
<DT><A HREF="./org/apache/commons/collections/ProxyMap.html#isEmpty()"><B>isEmpty()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ProxyMap.html" title="class in org.apache.commons.collections">ProxyMap</A>
<DD>Invokes the underlying <CODE>Map.isEmpty()</CODE> method.
<DT><A HREF="./org/apache/commons/collections/ReferenceMap.html#isEmpty()"><B>isEmpty()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ReferenceMap.html" title="class in org.apache.commons.collections">ReferenceMap</A>
<DD>Returns <Code>true</Code> if this map is empty.
<DT><A HREF="./org/apache/commons/collections/SequencedHashMap.html#isEmpty()"><B>isEmpty()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/SequencedHashMap.html" title="class in org.apache.commons.collections">SequencedHashMap</A>
<DD>Implements <CODE>Map.isEmpty()</CODE>.
<DT><A HREF="./org/apache/commons/collections/StaticBucketMap.html#isEmpty()"><B>isEmpty()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/StaticBucketMap.html" title="class in org.apache.commons.collections">StaticBucketMap</A>
<DD>Implements <CODE>Map.isEmpty()</CODE>.
<DT><A HREF="./org/apache/commons/collections/SynchronizedPriorityQueue.html#isEmpty()"><B>isEmpty()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/SynchronizedPriorityQueue.html" title="class in org.apache.commons.collections">SynchronizedPriorityQueue</A>
<DD>Test if queue is empty.
<DT><A HREF="./org/apache/commons/collections/UnboundedFifoBuffer.html#isEmpty()"><B>isEmpty()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/UnboundedFifoBuffer.html" title="class in org.apache.commons.collections">UnboundedFifoBuffer</A>
<DD>Returns true if this buffer is empty; false otherwise.
<DT><A HREF="./org/apache/commons/collections/CollectionUtils.html#isEqualCollection(java.util.Collection, java.util.Collection)"><B>isEqualCollection(Collection, Collection)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CollectionUtils.html" title="class in org.apache.commons.collections">CollectionUtils</A>
<DD>Returns <tt>true</tt> iff the given <CODE>Collection</CODE>s contain
 exactly the same elements with exactly the same cardinality.
<DT><A HREF="./org/apache/commons/collections/BinaryHeap.html#isFull()"><B>isFull()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BinaryHeap.html" title="class in org.apache.commons.collections">BinaryHeap</A>
<DD>Tests if queue is full.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#isInitialized"><B>isInitialized</B></A> - 
Variable in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Has this configuration been intialized.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#isInitialized()"><B>isInitialized()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Indicate to client code whether property
 resources have been initialized or not.
<DT><A HREF="./org/apache/commons/collections/comparators/ComparatorChain.html#isLocked"><B>isLocked</B></A> - 
Variable in class org.apache.commons.collections.comparators.<A HREF="./org/apache/commons/collections/comparators/ComparatorChain.html" title="class in org.apache.commons.collections.comparators">ComparatorChain</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/comparators/ComparatorChain.html#isLocked()"><B>isLocked()</B></A> - 
Method in class org.apache.commons.collections.comparators.<A HREF="./org/apache/commons/collections/comparators/ComparatorChain.html" title="class in org.apache.commons.collections.comparators">ComparatorChain</A>
<DD>Determine if modifications can still be made to the
 ComparatorChain.
<DT><A HREF="./org/apache/commons/collections/iterators/IteratorChain.html#isLocked"><B>isLocked</B></A> - 
Variable in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/IteratorChain.html" title="class in org.apache.commons.collections.iterators">IteratorChain</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/iterators/IteratorChain.html#isLocked()"><B>isLocked()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/IteratorChain.html" title="class in org.apache.commons.collections.iterators">IteratorChain</A>
<DD>Determine if modifications can still be made to the
 IteratorChain.
<DT><A HREF="./org/apache/commons/collections/CollectionUtils.html#isProperSubCollection(java.util.Collection, java.util.Collection)"><B>isProperSubCollection(Collection, Collection)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CollectionUtils.html" title="class in org.apache.commons.collections">CollectionUtils</A>
<DD>Returns <tt>true</tt> iff <i>a</i> is a <i>proper</i> sub-collection of <i>b</i>,
 that is, iff the cardinality of <i>e</i> in <i>a</i> is less
 than or equal to the cardinality of <i>e</i> in <i>b</i>,
 for each element <i>e</i> in <i>a</i>, and there is at least one
 element <i>f</i> such that the cardinality of <i>f</i> in <i>b</i>
 is strictly greater than the cardinality of <i>f</i> in <i>a</i>.
<DT><A HREF="./org/apache/commons/collections/CollectionUtils.html#isSubCollection(java.util.Collection, java.util.Collection)"><B>isSubCollection(Collection, Collection)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CollectionUtils.html" title="class in org.apache.commons.collections">CollectionUtils</A>
<DD>Returns <tt>true</tt> iff <i>a</i> is a sub-collection of <i>b</i>,
 that is, iff the cardinality of <i>e</i> in <i>a</i> is less
 than or equal to the cardinality of <i>e</i> in <i>b</i>,
 for each element <i>e</i> in <i>a</i>.
<DT><A HREF="./org/apache/commons/collections/Bag.html#iterator()"><B>iterator()</B></A> - 
Method in interface org.apache.commons.collections.<A HREF="./org/apache/commons/collections/Bag.html" title="interface in org.apache.commons.collections">Bag</A>
<DD>Returns an <CODE>Iterator</CODE> over the entire set of members,
 including copies due to cardinality.
<DT><A HREF="./org/apache/commons/collections/BinaryHeap.html#iterator()"><B>iterator()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BinaryHeap.html" title="class in org.apache.commons.collections">BinaryHeap</A>
<DD>Returns an iterator over this heap's elements.
<DT><A HREF="./org/apache/commons/collections/BoundedFifoBuffer.html#iterator()"><B>iterator()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BoundedFifoBuffer.html" title="class in org.apache.commons.collections">BoundedFifoBuffer</A>
<DD>Returns an iterator over this buffer's elements.
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.html#iterator()"><B>iterator()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.html" title="class in org.apache.commons.collections">CursorableLinkedList</A>
<DD>Returns a fail-fast iterator.
<DT><A HREF="./org/apache/commons/collections/DefaultMapBag.html#iterator()"><B>iterator()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DefaultMapBag.html" title="class in org.apache.commons.collections">DefaultMapBag</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/FastArrayList.html#iterator()"><B>iterator()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastArrayList.html" title="class in org.apache.commons.collections">FastArrayList</A>
<DD>Return an iterator over the elements in this list in proper sequence.
<DT><A HREF="./org/apache/commons/collections/SequencedHashMap.html#iterator()"><B>iterator()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/SequencedHashMap.html" title="class in org.apache.commons.collections">SequencedHashMap</A>
<DD>Returns a key iterator.
<DT><A HREF="./org/apache/commons/collections/UnboundedFifoBuffer.html#iterator()"><B>iterator()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/UnboundedFifoBuffer.html" title="class in org.apache.commons.collections">UnboundedFifoBuffer</A>
<DD>Returns an iterator over this buffer's elements.
<DT><A HREF="./org/apache/commons/collections/iterators/IteratorChain.html" title="class in org.apache.commons.collections.iterators"><B>IteratorChain</B></A> - Class in <A HREF="./org/apache/commons/collections/iterators/package-summary.html">org.apache.commons.collections.iterators</A><DD>An IteratorChain is an Iterator that wraps one or
 more Iterators.<DT><A HREF="./org/apache/commons/collections/iterators/IteratorChain.html#IteratorChain()"><B>IteratorChain()</B></A> - 
Constructor for class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/IteratorChain.html" title="class in org.apache.commons.collections.iterators">IteratorChain</A>
<DD>Construct an IteratorChain with no Iterators.
<DT><A HREF="./org/apache/commons/collections/iterators/IteratorChain.html#IteratorChain(java.util.Iterator)"><B>IteratorChain(Iterator)</B></A> - 
Constructor for class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/IteratorChain.html" title="class in org.apache.commons.collections.iterators">IteratorChain</A>
<DD>Construct an IteratorChain with a single Iterator.
<DT><A HREF="./org/apache/commons/collections/iterators/IteratorChain.html#IteratorChain(java.util.Iterator, java.util.Iterator)"><B>IteratorChain(Iterator, Iterator)</B></A> - 
Constructor for class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/IteratorChain.html" title="class in org.apache.commons.collections.iterators">IteratorChain</A>
<DD>Constructs a new <Code>IteratorChain</Code> over the two
 given iterators.
<DT><A HREF="./org/apache/commons/collections/iterators/IteratorChain.html#IteratorChain(java.util.Iterator[])"><B>IteratorChain(Iterator[])</B></A> - 
Constructor for class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/IteratorChain.html" title="class in org.apache.commons.collections.iterators">IteratorChain</A>
<DD>Constructs a new <Code>IteratorChain</Code> over the array
 of iterators.
<DT><A HREF="./org/apache/commons/collections/iterators/IteratorChain.html#IteratorChain(java.util.Collection)"><B>IteratorChain(Collection)</B></A> - 
Constructor for class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/IteratorChain.html" title="class in org.apache.commons.collections.iterators">IteratorChain</A>
<DD>Constructs a new <Code>IteratorChain</Code> over the collection
 of iterators.
<DT><A HREF="./org/apache/commons/collections/iterators/IteratorChain.html#iteratorChain"><B>iteratorChain</B></A> - 
Variable in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/IteratorChain.html" title="class in org.apache.commons.collections.iterators">IteratorChain</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/iterators/IteratorEnumeration.html" title="class in org.apache.commons.collections.iterators"><B>IteratorEnumeration</B></A> - Class in <A HREF="./org/apache/commons/collections/iterators/package-summary.html">org.apache.commons.collections.iterators</A><DD>Adapter to make an <CODE>Iterator</CODE> instance appear to be an <CODE>Enumeration</CODE> instances<DT><A HREF="./org/apache/commons/collections/iterators/IteratorEnumeration.html#IteratorEnumeration()"><B>IteratorEnumeration()</B></A> - 
Constructor for class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/IteratorEnumeration.html" title="class in org.apache.commons.collections.iterators">IteratorEnumeration</A>
<DD>Constructs a new <Code>IteratorEnumeration</Code> that will not 
  function until <A HREF="./org/apache/commons/collections/iterators/IteratorEnumeration.html#setIterator(java.util.Iterator)"><CODE>setIterator</CODE></A> is  
  invoked.
<DT><A HREF="./org/apache/commons/collections/iterators/IteratorEnumeration.html#IteratorEnumeration(java.util.Iterator)"><B>IteratorEnumeration(Iterator)</B></A> - 
Constructor for class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/IteratorEnumeration.html" title="class in org.apache.commons.collections.iterators">IteratorEnumeration</A>
<DD>Constructs a new <Code>IteratorEnumeration</Code> that will use
  the given iterator.
<DT><A HREF="./org/apache/commons/collections/IteratorUtils.html" title="class in org.apache.commons.collections"><B>IteratorUtils</B></A> - Class in <A HREF="./org/apache/commons/collections/package-summary.html">org.apache.commons.collections</A><DD>Provides static utility methods and decorators for <CODE>Iterator</CODE> 
 instances.</DL>
<HR>
<A NAME="_K_"><!-- --></A><H2>
<B>K</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/collections/BeanMap.html#keyIterator()"><B>keyIterator()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BeanMap.html" title="class in org.apache.commons.collections">BeanMap</A>
<DD>Convenience method for getting an iterator over the keys.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#keysAsListed"><B>keysAsListed</B></A> - 
Variable in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>These are the keys in the order they listed
 in the configuration file.
<DT><A HREF="./org/apache/commons/collections/BeanMap.html#keySet()"><B>keySet()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BeanMap.html" title="class in org.apache.commons.collections">BeanMap</A>
<DD>Get the keys for this BeanMap.
<DT><A HREF="./org/apache/commons/collections/DoubleOrderedMap.html#keySet()"><B>keySet()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DoubleOrderedMap.html" title="class in org.apache.commons.collections">DoubleOrderedMap</A>
<DD>Returns a set view of the keys contained in this map.
<DT><A HREF="./org/apache/commons/collections/FastHashMap.html#keySet()"><B>keySet()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastHashMap.html" title="class in org.apache.commons.collections">FastHashMap</A>
<DD>Return a set view of the keys contained in this map.
<DT><A HREF="./org/apache/commons/collections/FastTreeMap.html#keySet()"><B>keySet()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastTreeMap.html" title="class in org.apache.commons.collections">FastTreeMap</A>
<DD>Return a set view of the keys contained in this map.
<DT><A HREF="./org/apache/commons/collections/ProxyMap.html#keySet()"><B>keySet()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ProxyMap.html" title="class in org.apache.commons.collections">ProxyMap</A>
<DD>Invokes the underlying <CODE>Map.keySet()</CODE> method.
<DT><A HREF="./org/apache/commons/collections/ReferenceMap.html#keySet()"><B>keySet()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ReferenceMap.html" title="class in org.apache.commons.collections">ReferenceMap</A>
<DD>Returns a set view of this map's keys.
<DT><A HREF="./org/apache/commons/collections/SequencedHashMap.html#keySet()"><B>keySet()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/SequencedHashMap.html" title="class in org.apache.commons.collections">SequencedHashMap</A>
<DD>Implements <CODE>Map.keySet()</CODE>.
<DT><A HREF="./org/apache/commons/collections/StaticBucketMap.html#keySet()"><B>keySet()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/StaticBucketMap.html" title="class in org.apache.commons.collections">StaticBucketMap</A>
<DD>Implements <CODE>Map.keySet()</CODE>.
<DT><A HREF="./org/apache/commons/collections/DoubleOrderedMap.html#keySetByValue()"><B>keySetByValue()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DoubleOrderedMap.html" title="class in org.apache.commons.collections">DoubleOrderedMap</A>
<DD>Returns a set view of the keys contained in this map.
</DL>
<HR>
<A NAME="_L_"><!-- --></A><H2>
<B>L</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/collections/SortedBag.html#last()"><B>last()</B></A> - 
Method in interface org.apache.commons.collections.<A HREF="./org/apache/commons/collections/SortedBag.html" title="interface in org.apache.commons.collections">SortedBag</A>
<DD>Returns the last (highest) member.
<DT><A HREF="./org/apache/commons/collections/TreeBag.html#last()"><B>last()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/TreeBag.html" title="class in org.apache.commons.collections">TreeBag</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.html#lastIndexOf(java.lang.Object)"><B>lastIndexOf(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.html" title="class in org.apache.commons.collections">CursorableLinkedList</A>
<DD>Returns the index in this list of the last occurrence of the specified
 element, or -1 if this list does not contain this element.
<DT><A HREF="./org/apache/commons/collections/FastArrayList.html#lastIndexOf(java.lang.Object)"><B>lastIndexOf(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastArrayList.html" title="class in org.apache.commons.collections">FastArrayList</A>
<DD>Search for the last occurrence of the given argument, testing
 for equality using the <code>equals()</code> method, and return
 the corresponding index, or -1 if the object is not found.
<DT><A HREF="./org/apache/commons/collections/SequencedHashMap.html#lastIndexOf(java.lang.Object)"><B>lastIndexOf(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/SequencedHashMap.html" title="class in org.apache.commons.collections">SequencedHashMap</A>
<DD>Returns the last index of the specified key.
<DT><A HREF="./org/apache/commons/collections/FastTreeMap.html#lastKey()"><B>lastKey()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastTreeMap.html" title="class in org.apache.commons.collections">FastTreeMap</A>
<DD>Return the last (highest) key currently in this sorted map.
<DT><A HREF="./org/apache/commons/collections/iterators/IteratorChain.html#lastUsedIterator"><B>lastUsedIterator</B></A> - 
Variable in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/IteratorChain.html" title="class in org.apache.commons.collections.iterators">IteratorChain</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/ListUtils.html#lazyList(java.util.List, org.apache.commons.collections.Factory)"><B>lazyList(List, Factory)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ListUtils.html" title="class in org.apache.commons.collections">ListUtils</A>
<DD>Returns a "lazy" list whose elements will be created on demand.
<DT><A HREF="./org/apache/commons/collections/MapUtils.html#lazyMap(java.util.Map, org.apache.commons.collections.Factory)"><B>lazyMap(Map, Factory)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/MapUtils.html" title="class in org.apache.commons.collections">MapUtils</A>
<DD>Returns a "lazy" map whose values will be created on demand.
<DT><A HREF="./org/apache/commons/collections/MapUtils.html#lazySortedMap(java.util.SortedMap, org.apache.commons.collections.Factory)"><B>lazySortedMap(SortedMap, Factory)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/MapUtils.html" title="class in org.apache.commons.collections">MapUtils</A>
<DD>Returns a "lazy" sorted map whose values will be created on demand.
<DT><A HREF="./org/apache/commons/collections/FastArrayList.html#list"><B>list</B></A> - 
Variable in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastArrayList.html" title="class in org.apache.commons.collections">FastArrayList</A>
<DD>The underlying list we are managing.
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.Cursor.html#listableChanged(org.apache.commons.collections.CursorableLinkedList.Listable)"><B>listableChanged(CursorableLinkedList.Listable)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.Cursor.html" title="class in org.apache.commons.collections">CursorableLinkedList.Cursor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.Cursor.html#listableInserted(org.apache.commons.collections.CursorableLinkedList.Listable)"><B>listableInserted(CursorableLinkedList.Listable)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.Cursor.html" title="class in org.apache.commons.collections">CursorableLinkedList.Cursor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.Cursor.html#listableRemoved(org.apache.commons.collections.CursorableLinkedList.Listable)"><B>listableRemoved(CursorableLinkedList.Listable)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.Cursor.html" title="class in org.apache.commons.collections">CursorableLinkedList.Cursor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.html#listIterator()"><B>listIterator()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.html" title="class in org.apache.commons.collections">CursorableLinkedList</A>
<DD>Returns a fail-fast ListIterator.
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.html#listIterator(int)"><B>listIterator(int)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.html" title="class in org.apache.commons.collections">CursorableLinkedList</A>
<DD>Returns a fail-fast ListIterator.
<DT><A HREF="./org/apache/commons/collections/FastArrayList.html#listIterator()"><B>listIterator()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastArrayList.html" title="class in org.apache.commons.collections">FastArrayList</A>
<DD>Return an iterator of the elements of this list, in proper sequence.
<DT><A HREF="./org/apache/commons/collections/FastArrayList.html#listIterator(int)"><B>listIterator(int)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastArrayList.html" title="class in org.apache.commons.collections">FastArrayList</A>
<DD>Return an iterator of the elements of this list, in proper sequence,
 starting at the specified position.
<DT><A HREF="./org/apache/commons/collections/iterators/ListIteratorWrapper.html" title="class in org.apache.commons.collections.iterators"><B>ListIteratorWrapper</B></A> - Class in <A HREF="./org/apache/commons/collections/iterators/package-summary.html">org.apache.commons.collections.iterators</A><DD>As the wrapped Iterator is traversed, ListIteratorWrapper
 builds a LinkedList of its values, permitting all required
 operations of ListIterator.<DT><A HREF="./org/apache/commons/collections/iterators/ListIteratorWrapper.html#ListIteratorWrapper(java.util.Iterator)"><B>ListIteratorWrapper(Iterator)</B></A> - 
Constructor for class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/ListIteratorWrapper.html" title="class in org.apache.commons.collections.iterators">ListIteratorWrapper</A>
<DD>Constructs a new <Code>ListIteratorWrapper</Code> that will wrap
 the given iterator.
<DT><A HREF="./org/apache/commons/collections/ListUtils.html" title="class in org.apache.commons.collections"><B>ListUtils</B></A> - Class in <A HREF="./org/apache/commons/collections/package-summary.html">org.apache.commons.collections</A><DD>Contains static utility methods and decorators for <CODE>List</CODE> 
 instances.<DT><A HREF="./org/apache/commons/collections/ListUtils.html#ListUtils()"><B>ListUtils()</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ListUtils.html" title="class in org.apache.commons.collections">ListUtils</A>
<DD>Please don't ever instantiate a <Code>ListUtils</Code>.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#load(java.io.InputStream)"><B>load(InputStream)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Load the properties from the given input stream.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#load(java.io.InputStream, java.lang.String)"><B>load(InputStream, String)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Load the properties from the given input stream
 and using the specified encoding.
<DT><A HREF="./org/apache/commons/collections/BeanMap.html#logInfo(java.lang.Exception)"><B>logInfo(Exception)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BeanMap.html" title="class in org.apache.commons.collections">BeanMap</A>
<DD>Logs the given exception to <Code>System.out</Code>.
<DT><A HREF="./org/apache/commons/collections/MapUtils.html#logInfo(java.lang.Exception)"><B>logInfo(Exception)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/MapUtils.html" title="class in org.apache.commons.collections">MapUtils</A>
<DD>Logs the given exception to <Code>System.out</Code>.
<DT><A HREF="./org/apache/commons/collections/BeanMap.html#logWarn(java.lang.Exception)"><B>logWarn(Exception)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BeanMap.html" title="class in org.apache.commons.collections">BeanMap</A>
<DD>Logs the given exception to <Code>System.err</Code>.
<DT><A HREF="./org/apache/commons/collections/LRUMap.html" title="class in org.apache.commons.collections"><B>LRUMap</B></A> - Class in <A HREF="./org/apache/commons/collections/package-summary.html">org.apache.commons.collections</A><DD>
 An implementation of a Map which has a maximum size and uses a Least Recently Used
 algorithm to remove items from the Map when the maximum size is reached and new items are added.<DT><A HREF="./org/apache/commons/collections/LRUMap.html#LRUMap()"><B>LRUMap()</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/LRUMap.html" title="class in org.apache.commons.collections">LRUMap</A>
<DD>Default constructor, primarily for the purpose of
 de-externalization.
<DT><A HREF="./org/apache/commons/collections/LRUMap.html#LRUMap(int)"><B>LRUMap(int)</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/LRUMap.html" title="class in org.apache.commons.collections">LRUMap</A>
<DD>Create a new LRUMap with a maximum capacity of <i>i</i>.
</DL>
<HR>
<A NAME="_M_"><!-- --></A><H2>
<B>M</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/collections/UnboundedFifoBuffer.html#m_buffer"><B>m_buffer</B></A> - 
Variable in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/UnboundedFifoBuffer.html" title="class in org.apache.commons.collections">UnboundedFifoBuffer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/UnboundedFifoBuffer.html#m_head"><B>m_head</B></A> - 
Variable in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/UnboundedFifoBuffer.html" title="class in org.apache.commons.collections">UnboundedFifoBuffer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/SynchronizedPriorityQueue.html#m_priorityQueue"><B>m_priorityQueue</B></A> - 
Variable in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/SynchronizedPriorityQueue.html" title="class in org.apache.commons.collections">SynchronizedPriorityQueue</A>
<DD>The underlying priority queue.
<DT><A HREF="./org/apache/commons/collections/UnboundedFifoBuffer.html#m_tail"><B>m_tail</B></A> - 
Variable in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/UnboundedFifoBuffer.html" title="class in org.apache.commons.collections">UnboundedFifoBuffer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/FastHashMap.html#map"><B>map</B></A> - 
Variable in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastHashMap.html" title="class in org.apache.commons.collections">FastHashMap</A>
<DD>The underlying map we are managing.
<DT><A HREF="./org/apache/commons/collections/FastTreeMap.html#map"><B>map</B></A> - 
Variable in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastTreeMap.html" title="class in org.apache.commons.collections">FastTreeMap</A>
<DD>The underlying map we are managing.
<DT><A HREF="./org/apache/commons/collections/ProxyMap.html#map"><B>map</B></A> - 
Variable in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ProxyMap.html" title="class in org.apache.commons.collections">ProxyMap</A>
<DD>The <code>Map</code> used for default implementations.
<DT><A HREF="./org/apache/commons/collections/MapUtils.html" title="class in org.apache.commons.collections"><B>MapUtils</B></A> - Class in <A HREF="./org/apache/commons/collections/package-summary.html">org.apache.commons.collections</A><DD>A helper class for using <CODE>Map</CODE> instances.<DT><A HREF="./org/apache/commons/collections/MapUtils.html#MapUtils()"><B>MapUtils()</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/MapUtils.html" title="class in org.apache.commons.collections">MapUtils</A>
<DD>Please don't instantiate a <Code>MapUtils</Code>.
<DT><A HREF="./org/apache/commons/collections/ComparatorUtils.html#max(java.lang.Object, java.lang.Object, java.util.Comparator)"><B>max(Object, Object, Comparator)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ComparatorUtils.html" title="class in org.apache.commons.collections">ComparatorUtils</A>
<DD>Returns the smaller of the given objects according to the given 
  comparator.
<DT><A HREF="./org/apache/commons/collections/ComparatorUtils.html#min(java.lang.Object, java.lang.Object, java.util.Comparator)"><B>min(Object, Object, Comparator)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ComparatorUtils.html" title="class in org.apache.commons.collections">ComparatorUtils</A>
<DD>Returns the smaller of the given objects according to the given 
  comparator.
<DT><A HREF="./org/apache/commons/collections/MultiHashMap.html" title="class in org.apache.commons.collections"><B>MultiHashMap</B></A> - Class in <A HREF="./org/apache/commons/collections/package-summary.html">org.apache.commons.collections</A><DD><code>MultiHashMap</code> is the default implementation of the 
 <A HREF="./org/apache/commons/collections/MultiMap.html" title="interface in org.apache.commons.collections"><CODE>MultiMap</CODE></A> interface.<DT><A HREF="./org/apache/commons/collections/MultiHashMap.html#MultiHashMap()"><B>MultiHashMap()</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/MultiHashMap.html" title="class in org.apache.commons.collections">MultiHashMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/MultiHashMap.html#MultiHashMap(int)"><B>MultiHashMap(int)</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/MultiHashMap.html" title="class in org.apache.commons.collections">MultiHashMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/MultiHashMap.html#MultiHashMap(int, float)"><B>MultiHashMap(int, float)</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/MultiHashMap.html" title="class in org.apache.commons.collections">MultiHashMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/MultiHashMap.html#MultiHashMap(java.util.Map)"><B>MultiHashMap(Map)</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/MultiHashMap.html" title="class in org.apache.commons.collections">MultiHashMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/MultiMap.html" title="interface in org.apache.commons.collections"><B>MultiMap</B></A> - Interface in <A HREF="./org/apache/commons/collections/package-summary.html">org.apache.commons.collections</A><DD>This is simply a Map with slightly different semantics.</DL>
<HR>
<A NAME="_N_"><!-- --></A><H2>
<B>N</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/collections/ComparatorUtils.html#NATURAL_COMPARATOR"><B>NATURAL_COMPARATOR</B></A> - 
Static variable in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ComparatorUtils.html" title="class in org.apache.commons.collections">ComparatorUtils</A>
<DD>Comparator for natural sort order.
<DT><A HREF="./org/apache/commons/collections/ComparatorUtils.html#naturalComparator()"><B>naturalComparator()</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ComparatorUtils.html" title="class in org.apache.commons.collections">ComparatorUtils</A>
<DD>Gets a comparator that uses the natural order of the objects.
<DT><A HREF="./org/apache/commons/collections/iterators/ArrayIterator.html#next()"><B>next()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/ArrayIterator.html" title="class in org.apache.commons.collections.iterators">ArrayIterator</A>
<DD>Returns the next element in the array.
<DT><A HREF="./org/apache/commons/collections/iterators/CollatingIterator.html#next()"><B>next()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/CollatingIterator.html" title="class in org.apache.commons.collections.iterators">CollatingIterator</A>
<DD>Returns the next ordered element from a child iterator.
<DT><A HREF="./org/apache/commons/collections/iterators/EnumerationIterator.html#next()"><B>next()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/EnumerationIterator.html" title="class in org.apache.commons.collections.iterators">EnumerationIterator</A>
<DD>Returns the next object from the enumeration.
<DT><A HREF="./org/apache/commons/collections/iterators/FilterIterator.html#next()"><B>next()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/FilterIterator.html" title="class in org.apache.commons.collections.iterators">FilterIterator</A>
<DD>Returns the next object that matches the predicate.
<DT><A HREF="./org/apache/commons/collections/iterators/FilterListIterator.html#next()"><B>next()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/FilterListIterator.html" title="class in org.apache.commons.collections.iterators">FilterListIterator</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/iterators/IteratorChain.html#next()"><B>next()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/IteratorChain.html" title="class in org.apache.commons.collections.iterators">IteratorChain</A>
<DD>Returns the next Object of the current Iterator
<DT><A HREF="./org/apache/commons/collections/iterators/ListIteratorWrapper.html#next()"><B>next()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/ListIteratorWrapper.html" title="class in org.apache.commons.collections.iterators">ListIteratorWrapper</A>
<DD>Returns the next element from the iterator.
<DT><A HREF="./org/apache/commons/collections/iterators/ProxyIterator.html#next()"><B>next()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/ProxyIterator.html" title="class in org.apache.commons.collections.iterators">ProxyIterator</A>
<DD>Returns the next element from the underlying iterator.
<DT><A HREF="./org/apache/commons/collections/iterators/ProxyListIterator.html#next()"><B>next()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/ProxyListIterator.html" title="class in org.apache.commons.collections.iterators">ProxyListIterator</A>
<DD>Invokes the underlying <CODE>ListIterator.next()</CODE> method.
<DT><A HREF="./org/apache/commons/collections/iterators/SingletonIterator.html#next()"><B>next()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/SingletonIterator.html" title="class in org.apache.commons.collections.iterators">SingletonIterator</A>
<DD>Get the next object from the iterator.
<DT><A HREF="./org/apache/commons/collections/iterators/SingletonListIterator.html#next()"><B>next()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/SingletonListIterator.html" title="class in org.apache.commons.collections.iterators">SingletonListIterator</A>
<DD>Get the next object from the iterator.
<DT><A HREF="./org/apache/commons/collections/iterators/TransformIterator.html#next()"><B>next()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/TransformIterator.html" title="class in org.apache.commons.collections.iterators">TransformIterator</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/iterators/IteratorEnumeration.html#nextElement()"><B>nextElement()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/IteratorEnumeration.html" title="class in org.apache.commons.collections.iterators">IteratorEnumeration</A>
<DD>Returns the next element from the underlying iterator.
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.Cursor.html#nextIndex()"><B>nextIndex()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.Cursor.html" title="class in org.apache.commons.collections">CursorableLinkedList.Cursor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/iterators/FilterListIterator.html#nextIndex()"><B>nextIndex()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/FilterListIterator.html" title="class in org.apache.commons.collections.iterators">FilterListIterator</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/iterators/ListIteratorWrapper.html#nextIndex()"><B>nextIndex()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/ListIteratorWrapper.html" title="class in org.apache.commons.collections.iterators">ListIteratorWrapper</A>
<DD>Returns in the index of the next element.
<DT><A HREF="./org/apache/commons/collections/iterators/ProxyListIterator.html#nextIndex()"><B>nextIndex()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/ProxyListIterator.html" title="class in org.apache.commons.collections.iterators">ProxyListIterator</A>
<DD>Invokes the underlying <CODE>ListIterator.nextIndex()</CODE> method.
<DT><A HREF="./org/apache/commons/collections/iterators/SingletonListIterator.html#nextIndex()"><B>nextIndex()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/SingletonListIterator.html" title="class in org.apache.commons.collections.iterators">SingletonListIterator</A>
<DD>Returns the index of the element that would be returned by a subsequent
 call to <tt>next</tt>.
<DT><A HREF="./org/apache/commons/collections/BeanMap.html#NULL_ARGUMENTS"><B>NULL_ARGUMENTS</B></A> - 
Static variable in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BeanMap.html" title="class in org.apache.commons.collections">BeanMap</A>
<DD>An empty array.
<DT><A HREF="./org/apache/commons/collections/comparators/NullComparator.html" title="class in org.apache.commons.collections.comparators"><B>NullComparator</B></A> - Class in <A HREF="./org/apache/commons/collections/comparators/package-summary.html">org.apache.commons.collections.comparators</A><DD>A Comparator that will compare nulls to be either lower or higher than
  other objects.<DT><A HREF="./org/apache/commons/collections/comparators/NullComparator.html#NullComparator()"><B>NullComparator()</B></A> - 
Constructor for class org.apache.commons.collections.comparators.<A HREF="./org/apache/commons/collections/comparators/NullComparator.html" title="class in org.apache.commons.collections.comparators">NullComparator</A>
<DD>Construct an instance that sorts <code>null</code> higher than any
  non-<code>null</code> object it is compared with.
<DT><A HREF="./org/apache/commons/collections/comparators/NullComparator.html#NullComparator(java.util.Comparator)"><B>NullComparator(Comparator)</B></A> - 
Constructor for class org.apache.commons.collections.comparators.<A HREF="./org/apache/commons/collections/comparators/NullComparator.html" title="class in org.apache.commons.collections.comparators">NullComparator</A>
<DD>Construct an instance that sorts <code>null</code> higher than any
  non-<code>null</code> object it is compared with.
<DT><A HREF="./org/apache/commons/collections/comparators/NullComparator.html#NullComparator(boolean)"><B>NullComparator(boolean)</B></A> - 
Constructor for class org.apache.commons.collections.comparators.<A HREF="./org/apache/commons/collections/comparators/NullComparator.html" title="class in org.apache.commons.collections.comparators">NullComparator</A>
<DD>Construct an instance that sorts <code>null</code> higher or lower than
  any non-<code>null</code> object it is compared with.
<DT><A HREF="./org/apache/commons/collections/comparators/NullComparator.html#NullComparator(java.util.Comparator, boolean)"><B>NullComparator(Comparator, boolean)</B></A> - 
Constructor for class org.apache.commons.collections.comparators.<A HREF="./org/apache/commons/collections/comparators/NullComparator.html" title="class in org.apache.commons.collections.comparators">NullComparator</A>
<DD>Cosntruct an instance that sorts <code>null</code> higher or lower than
  any non-<code>null</code> object it is compared with.
<DT><A HREF="./org/apache/commons/collections/ComparatorUtils.html#nullHighComparator(java.util.Comparator)"><B>nullHighComparator(Comparator)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ComparatorUtils.html" title="class in org.apache.commons.collections">ComparatorUtils</A>
<DD>Gets a Comparator that controls the comparison of <code>null</code> values.
<DT><A HREF="./org/apache/commons/collections/ComparatorUtils.html#nullLowComparator(java.util.Comparator)"><B>nullLowComparator(Comparator)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ComparatorUtils.html" title="class in org.apache.commons.collections">ComparatorUtils</A>
<DD>Gets a Comparator that controls the comparison of <code>null</code> values.
</DL>
<HR>
<A NAME="_O_"><!-- --></A><H2>
<B>O</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/collections/comparators/ComparatorChain.html#orderingBits"><B>orderingBits</B></A> - 
Variable in class org.apache.commons.collections.comparators.<A HREF="./org/apache/commons/collections/comparators/ComparatorChain.html" title="class in org.apache.commons.collections.comparators">ComparatorChain</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/package-summary.html"><B>org.apache.commons.collections</B></A> - package org.apache.commons.collections<DD>
         Java Collections Framework extensions.<DT><A HREF="./org/apache/commons/collections/comparators/package-summary.html"><B>org.apache.commons.collections.comparators</B></A> - package org.apache.commons.collections.comparators<DD>Contains concrete <CODE>Comparator</CODE> implementations.<DT><A HREF="./org/apache/commons/collections/iterators/package-summary.html"><B>org.apache.commons.collections.iterators</B></A> - package org.apache.commons.collections.iterators<DD>Contains concrete <CODE>Iterator</CODE> implementations and utilities.</DL>
<HR>
<A NAME="_P_"><!-- --></A><H2>
<B>P</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/collections/ArrayStack.html#peek()"><B>peek()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ArrayStack.html" title="class in org.apache.commons.collections">ArrayStack</A>
<DD>Returns the top item off of this stack without removing it.
<DT><A HREF="./org/apache/commons/collections/ArrayStack.html#peek(int)"><B>peek(int)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ArrayStack.html" title="class in org.apache.commons.collections">ArrayStack</A>
<DD>Returns the n'th item down (zero-relative) from the top of this
 stack without removing it.
<DT><A HREF="./org/apache/commons/collections/BinaryHeap.html#peek()"><B>peek()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BinaryHeap.html" title="class in org.apache.commons.collections">BinaryHeap</A>
<DD>Returns the element on top of heap but don't remove it.
<DT><A HREF="./org/apache/commons/collections/PriorityQueue.html#peek()"><B>peek()</B></A> - 
Method in interface org.apache.commons.collections.<A HREF="./org/apache/commons/collections/PriorityQueue.html" title="interface in org.apache.commons.collections">PriorityQueue</A>
<DD>Return element on top of heap but don't remove it.
<DT><A HREF="./org/apache/commons/collections/SynchronizedPriorityQueue.html#peek()"><B>peek()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/SynchronizedPriorityQueue.html" title="class in org.apache.commons.collections">SynchronizedPriorityQueue</A>
<DD>Return element on top of heap but don't remove it.
<DT><A HREF="./org/apache/commons/collections/BinaryHeap.html#percolateDownMaxHeap(int)"><B>percolateDownMaxHeap(int)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BinaryHeap.html" title="class in org.apache.commons.collections">BinaryHeap</A>
<DD>Percolates element down heap from top.
<DT><A HREF="./org/apache/commons/collections/BinaryHeap.html#percolateDownMinHeap(int)"><B>percolateDownMinHeap(int)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BinaryHeap.html" title="class in org.apache.commons.collections">BinaryHeap</A>
<DD>Percolates element down heap from top.
<DT><A HREF="./org/apache/commons/collections/BinaryHeap.html#percolateUpMaxHeap(java.lang.Object)"><B>percolateUpMaxHeap(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BinaryHeap.html" title="class in org.apache.commons.collections">BinaryHeap</A>
<DD>Percolates element up heap from bottom.
<DT><A HREF="./org/apache/commons/collections/BinaryHeap.html#percolateUpMinHeap(java.lang.Object)"><B>percolateUpMinHeap(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BinaryHeap.html" title="class in org.apache.commons.collections">BinaryHeap</A>
<DD>Percolates element up heap from bottom.
<DT><A HREF="./org/apache/commons/collections/ArrayStack.html#pop()"><B>pop()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ArrayStack.html" title="class in org.apache.commons.collections">ArrayStack</A>
<DD>Pops the top item off of this stack and return it.
<DT><A HREF="./org/apache/commons/collections/BinaryHeap.html#pop()"><B>pop()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BinaryHeap.html" title="class in org.apache.commons.collections">BinaryHeap</A>
<DD>Returns the element on top of heap and remove it.
<DT><A HREF="./org/apache/commons/collections/PriorityQueue.html#pop()"><B>pop()</B></A> - 
Method in interface org.apache.commons.collections.<A HREF="./org/apache/commons/collections/PriorityQueue.html" title="interface in org.apache.commons.collections">PriorityQueue</A>
<DD>Return element on top of heap and remove it.
<DT><A HREF="./org/apache/commons/collections/SynchronizedPriorityQueue.html#pop()"><B>pop()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/SynchronizedPriorityQueue.html" title="class in org.apache.commons.collections">SynchronizedPriorityQueue</A>
<DD>Return element on top of heap and remove it.
<DT><A HREF="./org/apache/commons/collections/Predicate.html" title="interface in org.apache.commons.collections"><B>Predicate</B></A> - Interface in <A HREF="./org/apache/commons/collections/package-summary.html">org.apache.commons.collections</A><DD>Performs some predicate which returns true or false based on the input object.<DT><A HREF="./org/apache/commons/collections/BagUtils.html#predicatedBag(org.apache.commons.collections.Bag, org.apache.commons.collections.Predicate)"><B>predicatedBag(Bag, Predicate)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BagUtils.html" title="class in org.apache.commons.collections">BagUtils</A>
<DD>Returns a predicated bag backed by the given bag.
<DT><A HREF="./org/apache/commons/collections/BufferUtils.html#predicatedBuffer(org.apache.commons.collections.Buffer, org.apache.commons.collections.Predicate)"><B>predicatedBuffer(Buffer, Predicate)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BufferUtils.html" title="class in org.apache.commons.collections">BufferUtils</A>
<DD>Returns a predicated buffer backed by the given buffer.
<DT><A HREF="./org/apache/commons/collections/CollectionUtils.html#predicatedCollection(java.util.Collection, org.apache.commons.collections.Predicate)"><B>predicatedCollection(Collection, Predicate)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CollectionUtils.html" title="class in org.apache.commons.collections">CollectionUtils</A>
<DD>Returns a predicated collection backed by the given collection.
<DT><A HREF="./org/apache/commons/collections/ListUtils.html#predicatedList(java.util.List, org.apache.commons.collections.Predicate)"><B>predicatedList(List, Predicate)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ListUtils.html" title="class in org.apache.commons.collections">ListUtils</A>
<DD>Returns a predicated list backed by the given list.
<DT><A HREF="./org/apache/commons/collections/MapUtils.html#predicatedMap(java.util.Map, org.apache.commons.collections.Predicate, org.apache.commons.collections.Predicate)"><B>predicatedMap(Map, Predicate, Predicate)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/MapUtils.html" title="class in org.apache.commons.collections">MapUtils</A>
<DD>Returns a predicated map backed by the given map.
<DT><A HREF="./org/apache/commons/collections/SetUtils.html#predicatedSet(java.util.Set, org.apache.commons.collections.Predicate)"><B>predicatedSet(Set, Predicate)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/SetUtils.html" title="class in org.apache.commons.collections">SetUtils</A>
<DD>Returns a predicated set backed by the given set.
<DT><A HREF="./org/apache/commons/collections/BagUtils.html#predicatedSortedBag(org.apache.commons.collections.SortedBag, org.apache.commons.collections.Predicate)"><B>predicatedSortedBag(SortedBag, Predicate)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BagUtils.html" title="class in org.apache.commons.collections">BagUtils</A>
<DD>Returns a predicated sorted bag backed by the given sorted bag.
<DT><A HREF="./org/apache/commons/collections/MapUtils.html#predicatedSortedMap(java.util.SortedMap, org.apache.commons.collections.Predicate, org.apache.commons.collections.Predicate)"><B>predicatedSortedMap(SortedMap, Predicate, Predicate)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/MapUtils.html" title="class in org.apache.commons.collections">MapUtils</A>
<DD>Returns a predicated sorted map backed by the given map.
<DT><A HREF="./org/apache/commons/collections/SetUtils.html#predicatedSortedSet(java.util.SortedSet, org.apache.commons.collections.Predicate)"><B>predicatedSortedSet(SortedSet, Predicate)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/SetUtils.html" title="class in org.apache.commons.collections">SetUtils</A>
<DD>Returns a predicated sorted set backed by the given sorted set.
<DT><A HREF="./org/apache/commons/collections/iterators/FilterListIterator.html#previous()"><B>previous()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/FilterListIterator.html" title="class in org.apache.commons.collections.iterators">FilterListIterator</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/iterators/ListIteratorWrapper.html#previous()"><B>previous()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/ListIteratorWrapper.html" title="class in org.apache.commons.collections.iterators">ListIteratorWrapper</A>
<DD>Returns the the previous element.
<DT><A HREF="./org/apache/commons/collections/iterators/ProxyListIterator.html#previous()"><B>previous()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/ProxyListIterator.html" title="class in org.apache.commons.collections.iterators">ProxyListIterator</A>
<DD>Invokes the underlying <CODE>ListIterator.previous()</CODE> method.
<DT><A HREF="./org/apache/commons/collections/iterators/SingletonListIterator.html#previous()"><B>previous()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/SingletonListIterator.html" title="class in org.apache.commons.collections.iterators">SingletonListIterator</A>
<DD>Get the previous object from the iterator.
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.Cursor.html#previousIndex()"><B>previousIndex()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.Cursor.html" title="class in org.apache.commons.collections">CursorableLinkedList.Cursor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/iterators/FilterListIterator.html#previousIndex()"><B>previousIndex()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/FilterListIterator.html" title="class in org.apache.commons.collections.iterators">FilterListIterator</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/iterators/ListIteratorWrapper.html#previousIndex()"><B>previousIndex()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/ListIteratorWrapper.html" title="class in org.apache.commons.collections.iterators">ListIteratorWrapper</A>
<DD>Returns the index of the previous element.
<DT><A HREF="./org/apache/commons/collections/iterators/ProxyListIterator.html#previousIndex()"><B>previousIndex()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/ProxyListIterator.html" title="class in org.apache.commons.collections.iterators">ProxyListIterator</A>
<DD>Invokes the underlying <CODE>ListIterator.previousIndex()</CODE> method.
<DT><A HREF="./org/apache/commons/collections/iterators/SingletonListIterator.html#previousIndex()"><B>previousIndex()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/SingletonListIterator.html" title="class in org.apache.commons.collections.iterators">SingletonListIterator</A>
<DD>Returns the index of the element that would be returned by a subsequent
 call to <tt>previous</tt>.
<DT><A HREF="./org/apache/commons/collections/PriorityQueue.html" title="interface in org.apache.commons.collections"><B>PriorityQueue</B></A> - Interface in <A HREF="./org/apache/commons/collections/package-summary.html">org.apache.commons.collections</A><DD>Interface for priority queues.<DT><A HREF="./org/apache/commons/collections/LRUMap.html#processRemovedLRU(java.lang.Object, java.lang.Object)"><B>processRemovedLRU(Object, Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/LRUMap.html" title="class in org.apache.commons.collections">LRUMap</A>
<DD>Subclasses of LRUMap may hook into this method to
 provide specialized actions whenever an Object is
 automatically removed from the cache.
<DT><A HREF="./org/apache/commons/collections/iterators/ProxyIterator.html" title="class in org.apache.commons.collections.iterators"><B>ProxyIterator</B></A> - Class in <A HREF="./org/apache/commons/collections/iterators/package-summary.html">org.apache.commons.collections.iterators</A><DD>A Proxy <CODE>Iterator</CODE> which delegates its methods to a proxy instance.<DT><A HREF="./org/apache/commons/collections/iterators/ProxyIterator.html#ProxyIterator()"><B>ProxyIterator()</B></A> - 
Constructor for class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/ProxyIterator.html" title="class in org.apache.commons.collections.iterators">ProxyIterator</A>
<DD>Constructs a new <Code>ProxyIterator</Code> that will not function
  until <A HREF="./org/apache/commons/collections/iterators/ProxyIterator.html#setIterator(java.util.Iterator)"><CODE>ProxyIterator.setIterator(Iterator)</CODE></A> is called.
<DT><A HREF="./org/apache/commons/collections/iterators/ProxyIterator.html#ProxyIterator(java.util.Iterator)"><B>ProxyIterator(Iterator)</B></A> - 
Constructor for class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/ProxyIterator.html" title="class in org.apache.commons.collections.iterators">ProxyIterator</A>
<DD>Constructs a new <Code>ProxyIterator</Code> that will use the
  given iterator.
<DT><A HREF="./org/apache/commons/collections/iterators/ProxyListIterator.html" title="class in org.apache.commons.collections.iterators"><B>ProxyListIterator</B></A> - Class in <A HREF="./org/apache/commons/collections/iterators/package-summary.html">org.apache.commons.collections.iterators</A><DD>A proxy <CODE>ListIterator</CODE> which delegates its
 methods to a proxy instance.<DT><A HREF="./org/apache/commons/collections/iterators/ProxyListIterator.html#ProxyListIterator()"><B>ProxyListIterator()</B></A> - 
Constructor for class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/ProxyListIterator.html" title="class in org.apache.commons.collections.iterators">ProxyListIterator</A>
<DD>Constructs a new <Code>ProxyListIterator</Code> that will not 
  function until <A HREF="./org/apache/commons/collections/iterators/ProxyListIterator.html#setListIterator(java.util.ListIterator)"><CODE>setListIterator</CODE></A>
  is invoked.
<DT><A HREF="./org/apache/commons/collections/iterators/ProxyListIterator.html#ProxyListIterator(java.util.ListIterator)"><B>ProxyListIterator(ListIterator)</B></A> - 
Constructor for class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/ProxyListIterator.html" title="class in org.apache.commons.collections.iterators">ProxyListIterator</A>
<DD>Constructs a new <Code>ProxyListIterator</Code> that will use the
  given list iterator.
<DT><A HREF="./org/apache/commons/collections/ProxyMap.html" title="class in org.apache.commons.collections"><B>ProxyMap</B></A> - Class in <A HREF="./org/apache/commons/collections/package-summary.html">org.apache.commons.collections</A><DD>This <code>Map</code> wraps another <code>Map</code>
 implementation, using the wrapped instance for its default
 implementation.<DT><A HREF="./org/apache/commons/collections/ProxyMap.html#ProxyMap(java.util.Map)"><B>ProxyMap(Map)</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ProxyMap.html" title="class in org.apache.commons.collections">ProxyMap</A>
<DD>Creates a new instance acting as a representative for the
 specified <code>Map</code>.
<DT><A HREF="./org/apache/commons/collections/ArrayStack.html#push(java.lang.Object)"><B>push(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ArrayStack.html" title="class in org.apache.commons.collections">ArrayStack</A>
<DD>Pushes a new item onto the top of this stack.
<DT><A HREF="./org/apache/commons/collections/BeanMap.html#put(java.lang.Object, java.lang.Object)"><B>put(Object, Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BeanMap.html" title="class in org.apache.commons.collections">BeanMap</A>
<DD>Sets the bean property with the given name to the given value.
<DT><A HREF="./org/apache/commons/collections/DoubleOrderedMap.html#put(java.lang.Object, java.lang.Object)"><B>put(Object, Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DoubleOrderedMap.html" title="class in org.apache.commons.collections">DoubleOrderedMap</A>
<DD>Associates the specified value with the specified key in this
 map.
<DT><A HREF="./org/apache/commons/collections/FastHashMap.html#put(java.lang.Object, java.lang.Object)"><B>put(Object, Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastHashMap.html" title="class in org.apache.commons.collections">FastHashMap</A>
<DD>Associate the specified value with the specified key in this map.
<DT><A HREF="./org/apache/commons/collections/FastTreeMap.html#put(java.lang.Object, java.lang.Object)"><B>put(Object, Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastTreeMap.html" title="class in org.apache.commons.collections">FastTreeMap</A>
<DD>Associate the specified value with the specified key in this map.
<DT><A HREF="./org/apache/commons/collections/LRUMap.html#put(java.lang.Object, java.lang.Object)"><B>put(Object, Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/LRUMap.html" title="class in org.apache.commons.collections">LRUMap</A>
<DD>Removes the key and its Object from the Map.
<DT><A HREF="./org/apache/commons/collections/MultiHashMap.html#put(java.lang.Object, java.lang.Object)"><B>put(Object, Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/MultiHashMap.html" title="class in org.apache.commons.collections">MultiHashMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/ProxyMap.html#put(java.lang.Object, java.lang.Object)"><B>put(Object, Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ProxyMap.html" title="class in org.apache.commons.collections">ProxyMap</A>
<DD>Invokes the underlying <CODE>Map.put(Object,Object)</CODE> method.
<DT><A HREF="./org/apache/commons/collections/ReferenceMap.html#put(java.lang.Object, java.lang.Object)"><B>put(Object, Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ReferenceMap.html" title="class in org.apache.commons.collections">ReferenceMap</A>
<DD>Associates the given key with the given value.
<DT><A HREF="./org/apache/commons/collections/SequencedHashMap.html#put(java.lang.Object, java.lang.Object)"><B>put(Object, Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/SequencedHashMap.html" title="class in org.apache.commons.collections">SequencedHashMap</A>
<DD>Implements <CODE>Map.put(Object, Object)</CODE>.
<DT><A HREF="./org/apache/commons/collections/StaticBucketMap.html#put(java.lang.Object, java.lang.Object)"><B>put(Object, Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/StaticBucketMap.html" title="class in org.apache.commons.collections">StaticBucketMap</A>
<DD>Implements <CODE>Map.put(Object, Object)</CODE>.
<DT><A HREF="./org/apache/commons/collections/FastHashMap.html#putAll(java.util.Map)"><B>putAll(Map)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastHashMap.html" title="class in org.apache.commons.collections">FastHashMap</A>
<DD>Copy all of the mappings from the specified map to this one, replacing
 any mappings with the same keys.
<DT><A HREF="./org/apache/commons/collections/FastTreeMap.html#putAll(java.util.Map)"><B>putAll(Map)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastTreeMap.html" title="class in org.apache.commons.collections">FastTreeMap</A>
<DD>Copy all of the mappings from the specified map to this one, replacing
 any mappings with the same keys.
<DT><A HREF="./org/apache/commons/collections/MultiHashMap.html#putAll(java.util.Map)"><B>putAll(Map)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/MultiHashMap.html" title="class in org.apache.commons.collections">MultiHashMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/ProxyMap.html#putAll(java.util.Map)"><B>putAll(Map)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ProxyMap.html" title="class in org.apache.commons.collections">ProxyMap</A>
<DD>Invokes the underlying <CODE>Map.putAll(Map)</CODE> method.
<DT><A HREF="./org/apache/commons/collections/SequencedHashMap.html#putAll(java.util.Map)"><B>putAll(Map)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/SequencedHashMap.html" title="class in org.apache.commons.collections">SequencedHashMap</A>
<DD>Adds all the mappings in the specified map to this map, replacing any
  mappings that already exist (as per <CODE>Map.putAll(Map)</CODE>).
<DT><A HREF="./org/apache/commons/collections/StaticBucketMap.html#putAll(java.util.Map)"><B>putAll(Map)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/StaticBucketMap.html" title="class in org.apache.commons.collections">StaticBucketMap</A>
<DD>Implements <CODE>Map.putAll(Map)</CODE>.
<DT><A HREF="./org/apache/commons/collections/BeanMap.html#putAllWriteable(org.apache.commons.collections.BeanMap)"><B>putAllWriteable(BeanMap)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BeanMap.html" title="class in org.apache.commons.collections">BeanMap</A>
<DD>Puts all of the writeable properties from the given BeanMap into this
  BeanMap.
</DL>
<HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/collections/LRUMap.html#readExternal(java.io.ObjectInput)"><B>readExternal(ObjectInput)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/LRUMap.html" title="class in org.apache.commons.collections">LRUMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/SequencedHashMap.html#readExternal(java.io.ObjectInput)"><B>readExternal(ObjectInput)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/SequencedHashMap.html" title="class in org.apache.commons.collections">SequencedHashMap</A>
<DD>Deserializes this map from the given stream.
<DT><A HREF="./org/apache/commons/collections/ReferenceMap.html" title="class in org.apache.commons.collections"><B>ReferenceMap</B></A> - Class in <A HREF="./org/apache/commons/collections/package-summary.html">org.apache.commons.collections</A><DD>Hashtable-based <CODE>Map</CODE> implementation that allows
  mappings to be removed by the garbage collector.<DT><A HREF="./org/apache/commons/collections/ReferenceMap.html#ReferenceMap()"><B>ReferenceMap()</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ReferenceMap.html" title="class in org.apache.commons.collections">ReferenceMap</A>
<DD>Constructs a new <Code>ReferenceMap</Code> that will
  use hard references to keys and soft references to values.
<DT><A HREF="./org/apache/commons/collections/ReferenceMap.html#ReferenceMap(int, int)"><B>ReferenceMap(int, int)</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ReferenceMap.html" title="class in org.apache.commons.collections">ReferenceMap</A>
<DD>Constructs a new <Code>ReferenceMap</Code> that will
  use the specified types of references.
<DT><A HREF="./org/apache/commons/collections/ReferenceMap.html#ReferenceMap(int, int, int, float)"><B>ReferenceMap(int, int, int, float)</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ReferenceMap.html" title="class in org.apache.commons.collections">ReferenceMap</A>
<DD>Constructs a new <Code>ReferenceMap</Code> with the
  specified reference types, load factor and initial
  capacity.
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.html#registerCursor(org.apache.commons.collections.CursorableLinkedList.Cursor)"><B>registerCursor(CursorableLinkedList.Cursor)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.html" title="class in org.apache.commons.collections">CursorableLinkedList</A>
<DD>Registers a <A HREF="./org/apache/commons/collections/CursorableLinkedList.Cursor.html" title="class in org.apache.commons.collections"><CODE>CursorableLinkedList.Cursor</CODE></A> to be notified
 of changes to this list.
<DT><A HREF="./org/apache/commons/collections/BeanMap.html#reinitialise()"><B>reinitialise()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BeanMap.html" title="class in org.apache.commons.collections">BeanMap</A>
<DD>Reinitializes this bean.
<DT><A HREF="./org/apache/commons/collections/ArrayStack.html#remove()"><B>remove()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ArrayStack.html" title="class in org.apache.commons.collections">ArrayStack</A>
<DD>Removes the element on the top of the stack.
<DT><A HREF="./org/apache/commons/collections/Bag.html#remove(java.lang.Object)"><B>remove(Object)</B></A> - 
Method in interface org.apache.commons.collections.<A HREF="./org/apache/commons/collections/Bag.html" title="interface in org.apache.commons.collections">Bag</A>
<DD><I>(Violation)</I>
 Remove all occurrences of the given object from the bag, and do
 not represent the object in the <A HREF="./org/apache/commons/collections/Bag.html#uniqueSet()"><CODE>Bag.uniqueSet()</CODE></A>.
<DT><A HREF="./org/apache/commons/collections/Bag.html#remove(java.lang.Object, int)"><B>remove(Object, int)</B></A> - 
Method in interface org.apache.commons.collections.<A HREF="./org/apache/commons/collections/Bag.html" title="interface in org.apache.commons.collections">Bag</A>
<DD>Remove the given number of occurrences from the bag.
<DT><A HREF="./org/apache/commons/collections/BinaryHeap.html#remove()"><B>remove()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BinaryHeap.html" title="class in org.apache.commons.collections">BinaryHeap</A>
<DD>Removes the priority element.
<DT><A HREF="./org/apache/commons/collections/BoundedFifoBuffer.html#remove()"><B>remove()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BoundedFifoBuffer.html" title="class in org.apache.commons.collections">BoundedFifoBuffer</A>
<DD>Removes the least recently inserted element from this buffer.
<DT><A HREF="./org/apache/commons/collections/Buffer.html#remove()"><B>remove()</B></A> - 
Method in interface org.apache.commons.collections.<A HREF="./org/apache/commons/collections/Buffer.html" title="interface in org.apache.commons.collections">Buffer</A>
<DD>Removes the next object from the buffer.
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.html#remove(java.lang.Object)"><B>remove(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.html" title="class in org.apache.commons.collections">CursorableLinkedList</A>
<DD>Removes the first occurrence in this list of the specified element.
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.html#remove(int)"><B>remove(int)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.html" title="class in org.apache.commons.collections">CursorableLinkedList</A>
<DD>Removes the element at the specified position in this list (optional
 operation).
<DT><A HREF="./org/apache/commons/collections/DefaultMapBag.html#remove(java.lang.Object)"><B>remove(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DefaultMapBag.html" title="class in org.apache.commons.collections">DefaultMapBag</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/DefaultMapBag.html#remove(java.lang.Object, int)"><B>remove(Object, int)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DefaultMapBag.html" title="class in org.apache.commons.collections">DefaultMapBag</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/DoubleOrderedMap.html#remove(java.lang.Object)"><B>remove(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DoubleOrderedMap.html" title="class in org.apache.commons.collections">DoubleOrderedMap</A>
<DD>Removes the mapping for this key from this map if present
<DT><A HREF="./org/apache/commons/collections/FastArrayList.html#remove(int)"><B>remove(int)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastArrayList.html" title="class in org.apache.commons.collections">FastArrayList</A>
<DD>Remove the element at the specified position in the list, and shift
 any subsequent elements down one position.
<DT><A HREF="./org/apache/commons/collections/FastArrayList.html#remove(java.lang.Object)"><B>remove(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastArrayList.html" title="class in org.apache.commons.collections">FastArrayList</A>
<DD>Remove the first occurrence of the specified element from the list,
 and shift any subsequent elements down one position.
<DT><A HREF="./org/apache/commons/collections/FastHashMap.html#remove(java.lang.Object)"><B>remove(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastHashMap.html" title="class in org.apache.commons.collections">FastHashMap</A>
<DD>Remove any mapping for this key, and return any previously
 mapped value.
<DT><A HREF="./org/apache/commons/collections/FastTreeMap.html#remove(java.lang.Object)"><B>remove(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastTreeMap.html" title="class in org.apache.commons.collections">FastTreeMap</A>
<DD>Remove any mapping for this key, and return any previously
 mapped value.
<DT><A HREF="./org/apache/commons/collections/iterators/ArrayIterator.html#remove()"><B>remove()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/ArrayIterator.html" title="class in org.apache.commons.collections.iterators">ArrayIterator</A>
<DD>Throws <CODE>UnsupportedOperationException</CODE>.
<DT><A HREF="./org/apache/commons/collections/iterators/CollatingIterator.html#remove()"><B>remove()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/CollatingIterator.html" title="class in org.apache.commons.collections.iterators">CollatingIterator</A>
<DD>Removes the last returned element from the child iterator that 
  produced it.
<DT><A HREF="./org/apache/commons/collections/iterators/EnumerationIterator.html#remove()"><B>remove()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/EnumerationIterator.html" title="class in org.apache.commons.collections.iterators">EnumerationIterator</A>
<DD>Functions if an associated <code>Collection</code> is known.
<DT><A HREF="./org/apache/commons/collections/iterators/FilterIterator.html#remove()"><B>remove()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/FilterIterator.html" title="class in org.apache.commons.collections.iterators">FilterIterator</A>
<DD>Always throws UnsupportedOperationException as this class 
 does look-ahead with its internal iterator.
<DT><A HREF="./org/apache/commons/collections/iterators/FilterListIterator.html#remove()"><B>remove()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/FilterListIterator.html" title="class in org.apache.commons.collections.iterators">FilterListIterator</A>
<DD>Not supported.
<DT><A HREF="./org/apache/commons/collections/iterators/IteratorChain.html#remove()"><B>remove()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/IteratorChain.html" title="class in org.apache.commons.collections.iterators">IteratorChain</A>
<DD>Removes from the underlying collection the last element 
 returned by the Iterator.
<DT><A HREF="./org/apache/commons/collections/iterators/ListIteratorWrapper.html#remove()"><B>remove()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/ListIteratorWrapper.html" title="class in org.apache.commons.collections.iterators">ListIteratorWrapper</A>
<DD>Throws <CODE>UnsupportedOperationException</CODE>.
<DT><A HREF="./org/apache/commons/collections/iterators/ProxyIterator.html#remove()"><B>remove()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/ProxyIterator.html" title="class in org.apache.commons.collections.iterators">ProxyIterator</A>
<DD>Removes the last returned element from the collection that spawned
  the underlying iterator.
<DT><A HREF="./org/apache/commons/collections/iterators/ProxyListIterator.html#remove()"><B>remove()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/ProxyListIterator.html" title="class in org.apache.commons.collections.iterators">ProxyListIterator</A>
<DD>Invokes the underlying <CODE>ListIterator.remove()</CODE> method.
<DT><A HREF="./org/apache/commons/collections/iterators/SingletonIterator.html#remove()"><B>remove()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/SingletonIterator.html" title="class in org.apache.commons.collections.iterators">SingletonIterator</A>
<DD>Remove always throws <CODE>UnsupportedOperationException</CODE>.
<DT><A HREF="./org/apache/commons/collections/iterators/SingletonListIterator.html#remove()"><B>remove()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/SingletonListIterator.html" title="class in org.apache.commons.collections.iterators">SingletonListIterator</A>
<DD>Remove always throws <CODE>UnsupportedOperationException</CODE>.
<DT><A HREF="./org/apache/commons/collections/MultiHashMap.html#remove(java.lang.Object, java.lang.Object)"><B>remove(Object, Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/MultiHashMap.html" title="class in org.apache.commons.collections">MultiHashMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/MultiMap.html#remove(java.lang.Object, java.lang.Object)"><B>remove(Object, Object)</B></A> - 
Method in interface org.apache.commons.collections.<A HREF="./org/apache/commons/collections/MultiMap.html" title="interface in org.apache.commons.collections">MultiMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/ProxyMap.html#remove(java.lang.Object)"><B>remove(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ProxyMap.html" title="class in org.apache.commons.collections">ProxyMap</A>
<DD>Invokes the underlying <CODE>Map.remove(Object)</CODE> method.
<DT><A HREF="./org/apache/commons/collections/ReferenceMap.html#remove(java.lang.Object)"><B>remove(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ReferenceMap.html" title="class in org.apache.commons.collections">ReferenceMap</A>
<DD>Removes the key and its associated value from this map.
<DT><A HREF="./org/apache/commons/collections/SequencedHashMap.html#remove(java.lang.Object)"><B>remove(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/SequencedHashMap.html" title="class in org.apache.commons.collections">SequencedHashMap</A>
<DD>Implements <CODE>Map.remove(Object)</CODE>.
<DT><A HREF="./org/apache/commons/collections/SequencedHashMap.html#remove(int)"><B>remove(int)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/SequencedHashMap.html" title="class in org.apache.commons.collections">SequencedHashMap</A>
<DD>Removes the element at the specified index.
<DT><A HREF="./org/apache/commons/collections/StaticBucketMap.html#remove(java.lang.Object)"><B>remove(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/StaticBucketMap.html" title="class in org.apache.commons.collections">StaticBucketMap</A>
<DD>Implements <CODE>Map.remove(Object)</CODE>.
<DT><A HREF="./org/apache/commons/collections/UnboundedFifoBuffer.html#remove()"><B>remove()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/UnboundedFifoBuffer.html" title="class in org.apache.commons.collections">UnboundedFifoBuffer</A>
<DD>Removes the next object from the buffer
<DT><A HREF="./org/apache/commons/collections/Bag.html#removeAll(java.util.Collection)"><B>removeAll(Collection)</B></A> - 
Method in interface org.apache.commons.collections.<A HREF="./org/apache/commons/collections/Bag.html" title="interface in org.apache.commons.collections">Bag</A>
<DD><I>(Violation)</I>
 Remove all elements represented in the given collection,
 respecting cardinality.
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.html#removeAll(java.util.Collection)"><B>removeAll(Collection)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.html" title="class in org.apache.commons.collections">CursorableLinkedList</A>
<DD>Removes from this list all the elements that are contained in the
 specified collection.
<DT><A HREF="./org/apache/commons/collections/DefaultMapBag.html#removeAll(java.util.Collection)"><B>removeAll(Collection)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DefaultMapBag.html" title="class in org.apache.commons.collections">DefaultMapBag</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/FastArrayList.html#removeAll(java.util.Collection)"><B>removeAll(Collection)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastArrayList.html" title="class in org.apache.commons.collections">FastArrayList</A>
<DD>Remove from this collection all of its elements that are contained
 in the specified collection.
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.html#removeFirst()"><B>removeFirst()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.html" title="class in org.apache.commons.collections">CursorableLinkedList</A>
<DD>Removes the first element of this list, if any.
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.html#removeLast()"><B>removeLast()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.html" title="class in org.apache.commons.collections">CursorableLinkedList</A>
<DD>Removes the last element of this list, if any.
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.html#removeListable(org.apache.commons.collections.CursorableLinkedList.Listable)"><B>removeListable(CursorableLinkedList.Listable)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.html" title="class in org.apache.commons.collections">CursorableLinkedList</A>
<DD>Removes the given 
 <CODE>CursorableLinkedList.Listable</CODE> 
 from my list.
<DT><A HREF="./org/apache/commons/collections/LRUMap.html#removeLRU()"><B>removeLRU()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/LRUMap.html" title="class in org.apache.commons.collections">LRUMap</A>
<DD>This method is used internally by the class for 
 finding and removing the LRU Object.
<DT><A HREF="./org/apache/commons/collections/DoubleOrderedMap.html#removeValue(java.lang.Object)"><B>removeValue(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DoubleOrderedMap.html" title="class in org.apache.commons.collections">DoubleOrderedMap</A>
<DD>Removes the mapping for this value from this map if present
<DT><A HREF="./org/apache/commons/collections/Bag.html#retainAll(java.util.Collection)"><B>retainAll(Collection)</B></A> - 
Method in interface org.apache.commons.collections.<A HREF="./org/apache/commons/collections/Bag.html" title="interface in org.apache.commons.collections">Bag</A>
<DD><I>(Violation)</I>
 Remove any members of the bag that are not in the given
 collection, respecting cardinality.
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.html#retainAll(java.util.Collection)"><B>retainAll(Collection)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.html" title="class in org.apache.commons.collections">CursorableLinkedList</A>
<DD>Retains only the elements in this list that are contained in the
 specified collection.
<DT><A HREF="./org/apache/commons/collections/DefaultMapBag.html#retainAll(java.util.Collection)"><B>retainAll(Collection)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DefaultMapBag.html" title="class in org.apache.commons.collections">DefaultMapBag</A>
<DD>Remove any members of the bag that are not in the given
 bag, respecting cardinality.
<DT><A HREF="./org/apache/commons/collections/DefaultMapBag.html#retainAll(org.apache.commons.collections.Bag)"><B>retainAll(Bag)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DefaultMapBag.html" title="class in org.apache.commons.collections">DefaultMapBag</A>
<DD>Remove any members of the bag that are not in the given
 bag, respecting cardinality.
<DT><A HREF="./org/apache/commons/collections/FastArrayList.html#retainAll(java.util.Collection)"><B>retainAll(Collection)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastArrayList.html" title="class in org.apache.commons.collections">FastArrayList</A>
<DD>Remove from this collection all of its elements except those that are
 contained in the specified collection.
<DT><A HREF="./org/apache/commons/collections/CollectionUtils.html#reverseArray(java.lang.Object[])"><B>reverseArray(Object[])</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CollectionUtils.html" title="class in org.apache.commons.collections">CollectionUtils</A>
<DD>Reverses the order of the given array
<DT><A HREF="./org/apache/commons/collections/comparators/ReverseComparator.html" title="class in org.apache.commons.collections.comparators"><B>ReverseComparator</B></A> - Class in <A HREF="./org/apache/commons/collections/comparators/package-summary.html">org.apache.commons.collections.comparators</A><DD>Reverses the order of another comparator.<DT><A HREF="./org/apache/commons/collections/comparators/ReverseComparator.html#ReverseComparator()"><B>ReverseComparator()</B></A> - 
Constructor for class org.apache.commons.collections.comparators.<A HREF="./org/apache/commons/collections/comparators/ReverseComparator.html" title="class in org.apache.commons.collections.comparators">ReverseComparator</A>
<DD>Creates a comparator that compares objects based on the inverse of their
 natural ordering.
<DT><A HREF="./org/apache/commons/collections/comparators/ReverseComparator.html#ReverseComparator(java.util.Comparator)"><B>ReverseComparator(Comparator)</B></A> - 
Constructor for class org.apache.commons.collections.comparators.<A HREF="./org/apache/commons/collections/comparators/ReverseComparator.html" title="class in org.apache.commons.collections.comparators">ReverseComparator</A>
<DD>Creates a reverse comparator that inverts the comparison
 of the passed in comparator.
<DT><A HREF="./org/apache/commons/collections/ComparatorUtils.html#reversedComparator(java.util.Comparator)"><B>reversedComparator(Comparator)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ComparatorUtils.html" title="class in org.apache.commons.collections">ComparatorUtils</A>
<DD>Gets a comparator that reverses the order of the given 
 comparator.
</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/collections/MapUtils.html#safeAddToMap(java.util.Map, java.lang.Object, java.lang.Object)"><B>safeAddToMap(Map, Object, Object)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/MapUtils.html" title="class in org.apache.commons.collections">MapUtils</A>
<DD>Nice method for adding data to a map in such a way
 as to not get NPE's.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#save(java.io.OutputStream, java.lang.String)"><B>save(OutputStream, String)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Save the properties to the given outputstream.
<DT><A HREF="./org/apache/commons/collections/ArrayStack.html#search(java.lang.Object)"><B>search(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ArrayStack.html" title="class in org.apache.commons.collections">ArrayStack</A>
<DD>Returns the one-based position of the distance from the top that the
 specified object exists on this stack, where the top-most element is
 considered to be at distance <code>1</code>.
<DT><A HREF="./org/apache/commons/collections/CollectionUtils.html#select(java.util.Collection, org.apache.commons.collections.Predicate)"><B>select(Collection, Predicate)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CollectionUtils.html" title="class in org.apache.commons.collections">CollectionUtils</A>
<DD>Selects all elements from input collection which match the given predicate
 into an output collection.
<DT><A HREF="./org/apache/commons/collections/CollectionUtils.html#select(java.util.Collection, org.apache.commons.collections.Predicate, java.util.Collection)"><B>select(Collection, Predicate, Collection)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CollectionUtils.html" title="class in org.apache.commons.collections">CollectionUtils</A>
<DD>Selects all elements from input collection which match the given predicate
 and adds them to outputCollection.
<DT><A HREF="./org/apache/commons/collections/SequencedHashMap.html#sequence()"><B>sequence()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/SequencedHashMap.html" title="class in org.apache.commons.collections">SequencedHashMap</A>
<DD>Returns a List view of the keys rather than a set view.
<DT><A HREF="./org/apache/commons/collections/SequencedHashMap.html" title="class in org.apache.commons.collections"><B>SequencedHashMap</B></A> - Class in <A HREF="./org/apache/commons/collections/package-summary.html">org.apache.commons.collections</A><DD>A map of objects whose mapping entries are sequenced based on the order in
  which they were added.<DT><A HREF="./org/apache/commons/collections/SequencedHashMap.html#SequencedHashMap()"><B>SequencedHashMap()</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/SequencedHashMap.html" title="class in org.apache.commons.collections">SequencedHashMap</A>
<DD>Construct a new sequenced hash map with default initial size and load
  factor.
<DT><A HREF="./org/apache/commons/collections/SequencedHashMap.html#SequencedHashMap(int)"><B>SequencedHashMap(int)</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/SequencedHashMap.html" title="class in org.apache.commons.collections">SequencedHashMap</A>
<DD>Construct a new sequenced hash map with the specified initial size and
  default load factor.
<DT><A HREF="./org/apache/commons/collections/SequencedHashMap.html#SequencedHashMap(int, float)"><B>SequencedHashMap(int, float)</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/SequencedHashMap.html" title="class in org.apache.commons.collections">SequencedHashMap</A>
<DD>Construct a new sequenced hash map with the specified initial size and
  load factor.
<DT><A HREF="./org/apache/commons/collections/SequencedHashMap.html#SequencedHashMap(java.util.Map)"><B>SequencedHashMap(Map)</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/SequencedHashMap.html" title="class in org.apache.commons.collections">SequencedHashMap</A>
<DD>Construct a new sequenced hash map and add all the elements in the
  specified map.
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.html#set(int, java.lang.Object)"><B>set(int, Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.html" title="class in org.apache.commons.collections">CursorableLinkedList</A>
<DD>Replaces the element at the specified position in this list with the
 specified element.
<DT><A HREF="./org/apache/commons/collections/FastArrayList.html#set(int, java.lang.Object)"><B>set(int, Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastArrayList.html" title="class in org.apache.commons.collections">FastArrayList</A>
<DD>Replace the element at the specified position in this list with
 the specified element.
<DT><A HREF="./org/apache/commons/collections/iterators/FilterListIterator.html#set(java.lang.Object)"><B>set(Object)</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/FilterListIterator.html" title="class in org.apache.commons.collections.iterators">FilterListIterator</A>
<DD>Not supported.
<DT><A HREF="./org/apache/commons/collections/iterators/ListIteratorWrapper.html#set(java.lang.Object)"><B>set(Object)</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/ListIteratorWrapper.html" title="class in org.apache.commons.collections.iterators">ListIteratorWrapper</A>
<DD>Throws <CODE>UnsupportedOperationException</CODE>.
<DT><A HREF="./org/apache/commons/collections/iterators/ProxyListIterator.html#set(java.lang.Object)"><B>set(Object)</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/ProxyListIterator.html" title="class in org.apache.commons.collections.iterators">ProxyListIterator</A>
<DD>Invokes the underlying <CODE>ListIterator.set(Object)</CODE> method.
<DT><A HREF="./org/apache/commons/collections/iterators/SingletonListIterator.html#set(java.lang.Object)"><B>set(Object)</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/SingletonListIterator.html" title="class in org.apache.commons.collections.iterators">SingletonListIterator</A>
<DD>Set sets the value of the singleton.
<DT><A HREF="./org/apache/commons/collections/iterators/ArrayIterator.html#setArray(java.lang.Object)"><B>setArray(Object)</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/ArrayIterator.html" title="class in org.apache.commons.collections.iterators">ArrayIterator</A>
<DD>Changes the array that the ArrayIterator should iterate over.
<DT><A HREF="./org/apache/commons/collections/BeanMap.html#setBean(java.lang.Object)"><B>setBean(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BeanMap.html" title="class in org.apache.commons.collections">BeanMap</A>
<DD>Sets the bean to be operated on by this map.
<DT><A HREF="./org/apache/commons/collections/comparators/ComparatorChain.html#setComparator(int, java.util.Comparator)"><B>setComparator(int, Comparator)</B></A> - 
Method in class org.apache.commons.collections.comparators.<A HREF="./org/apache/commons/collections/comparators/ComparatorChain.html" title="class in org.apache.commons.collections.comparators">ComparatorChain</A>
<DD>Replace the Comparator at the given index, maintaining
 the existing sort order.
<DT><A HREF="./org/apache/commons/collections/comparators/ComparatorChain.html#setComparator(int, java.util.Comparator, boolean)"><B>setComparator(int, Comparator, boolean)</B></A> - 
Method in class org.apache.commons.collections.comparators.<A HREF="./org/apache/commons/collections/comparators/ComparatorChain.html" title="class in org.apache.commons.collections.comparators">ComparatorChain</A>
<DD>Replace the Comparator at the given index in the
 ComparatorChain, using the given sort order
<DT><A HREF="./org/apache/commons/collections/iterators/CollatingIterator.html#setComparator(java.util.Comparator)"><B>setComparator(Comparator)</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/CollatingIterator.html" title="class in org.apache.commons.collections.iterators">CollatingIterator</A>
<DD>Set the <CODE>Comparator</CODE> by which I collate.
<DT><A HREF="./org/apache/commons/collections/iterators/EnumerationIterator.html#setEnumeration(java.util.Enumeration)"><B>setEnumeration(Enumeration)</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/EnumerationIterator.html" title="class in org.apache.commons.collections.iterators">EnumerationIterator</A>
<DD>Sets the underlying enumeration.
<DT><A HREF="./org/apache/commons/collections/FastArrayList.html#setFast(boolean)"><B>setFast(boolean)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastArrayList.html" title="class in org.apache.commons.collections">FastArrayList</A>
<DD>Sets whether this list will operate in fast mode.
<DT><A HREF="./org/apache/commons/collections/FastHashMap.html#setFast(boolean)"><B>setFast(boolean)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastHashMap.html" title="class in org.apache.commons.collections">FastHashMap</A>
<DD>Sets whether this map is operating in fast mode.
<DT><A HREF="./org/apache/commons/collections/FastTreeMap.html#setFast(boolean)"><B>setFast(boolean)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastTreeMap.html" title="class in org.apache.commons.collections">FastTreeMap</A>
<DD>Sets whether this map is operating in fast mode.
<DT><A HREF="./org/apache/commons/collections/comparators/ComparatorChain.html#setForwardSort(int)"><B>setForwardSort(int)</B></A> - 
Method in class org.apache.commons.collections.comparators.<A HREF="./org/apache/commons/collections/comparators/ComparatorChain.html" title="class in org.apache.commons.collections.comparators">ComparatorChain</A>
<DD>Change the sort order at the given index in the
 ComparatorChain to a forward sort.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#setInclude(java.lang.String)"><B>setInclude(String)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Sets the property value for including other properties files.
<DT><A HREF="./org/apache/commons/collections/iterators/CollatingIterator.html#setIterator(int, java.util.Iterator)"><B>setIterator(int, Iterator)</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/CollatingIterator.html" title="class in org.apache.commons.collections.iterators">CollatingIterator</A>
<DD>Set the Iterator at the given index
<DT><A HREF="./org/apache/commons/collections/iterators/IteratorChain.html#setIterator(int, java.util.Iterator)"><B>setIterator(int, Iterator)</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/IteratorChain.html" title="class in org.apache.commons.collections.iterators">IteratorChain</A>
<DD>Set the Iterator at the given index
<DT><A HREF="./org/apache/commons/collections/iterators/IteratorEnumeration.html#setIterator(java.util.Iterator)"><B>setIterator(Iterator)</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/IteratorEnumeration.html" title="class in org.apache.commons.collections.iterators">IteratorEnumeration</A>
<DD>Sets the underlying iterator.
<DT><A HREF="./org/apache/commons/collections/iterators/ProxyIterator.html#setIterator(java.util.Iterator)"><B>setIterator(Iterator)</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/ProxyIterator.html" title="class in org.apache.commons.collections.iterators">ProxyIterator</A>
<DD>Setter for property iterator.
<DT><A HREF="./org/apache/commons/collections/DefaultMapEntry.html#setKey(java.lang.Object)"><B>setKey(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DefaultMapEntry.html" title="class in org.apache.commons.collections">DefaultMapEntry</A>
<DD>Sets the key.
<DT><A HREF="./org/apache/commons/collections/iterators/ProxyListIterator.html#setListIterator(java.util.ListIterator)"><B>setListIterator(ListIterator)</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/ProxyListIterator.html" title="class in org.apache.commons.collections.iterators">ProxyListIterator</A>
<DD>Setter for property iterator.
<DT><A HREF="./org/apache/commons/collections/DefaultMapBag.html#setMap(java.util.Map)"><B>setMap(Map)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DefaultMapBag.html" title="class in org.apache.commons.collections">DefaultMapBag</A>
<DD>Utility method for implementations to set the map that backs
 this bag.
<DT><A HREF="./org/apache/commons/collections/LRUMap.html#setMaximumSize(int)"><B>setMaximumSize(int)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/LRUMap.html" title="class in org.apache.commons.collections">LRUMap</A>
<DD>Setter for property maximumSize.
<DT><A HREF="./org/apache/commons/collections/iterators/FilterIterator.html#setPredicate(org.apache.commons.collections.Predicate)"><B>setPredicate(Predicate)</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/FilterIterator.html" title="class in org.apache.commons.collections.iterators">FilterIterator</A>
<DD>Setter for property predicate.
<DT><A HREF="./org/apache/commons/collections/iterators/FilterListIterator.html#setPredicate(org.apache.commons.collections.Predicate)"><B>setPredicate(Predicate)</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/FilterListIterator.html" title="class in org.apache.commons.collections.iterators">FilterListIterator</A>
<DD>Setter for the predicate property.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#setProperty(java.lang.String, java.lang.Object)"><B>setProperty(String, Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Set a property, this will replace any previously
 set values.
<DT><A HREF="./org/apache/commons/collections/comparators/ComparatorChain.html#setReverseSort(int)"><B>setReverseSort(int)</B></A> - 
Method in class org.apache.commons.collections.comparators.<A HREF="./org/apache/commons/collections/comparators/ComparatorChain.html" title="class in org.apache.commons.collections.comparators">ComparatorChain</A>
<DD>Change the sort order at the given index in the
 ComparatorChain to a reverse sort.
<DT><A HREF="./org/apache/commons/collections/iterators/TransformIterator.html#setTransformer(org.apache.commons.collections.Transformer)"><B>setTransformer(Transformer)</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/TransformIterator.html" title="class in org.apache.commons.collections.iterators">TransformIterator</A>
<DD>Setter for property transformer.
<DT><A HREF="./org/apache/commons/collections/SetUtils.html" title="class in org.apache.commons.collections"><B>SetUtils</B></A> - Class in <A HREF="./org/apache/commons/collections/package-summary.html">org.apache.commons.collections</A><DD>Provides static utility methods and decorators for <CODE>Set</CODE> 
 and <CODE>SortedSet</CODE> instances.<DT><A HREF="./org/apache/commons/collections/BeanMap.MyMapEntry.html#setValue(java.lang.Object)"><B>setValue(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BeanMap.MyMapEntry.html" title="class in org.apache.commons.collections">BeanMap.MyMapEntry</A>
<DD>Sets the value.
<DT><A HREF="./org/apache/commons/collections/DefaultMapEntry.html#setValue(java.lang.Object)"><B>setValue(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DefaultMapEntry.html" title="class in org.apache.commons.collections">DefaultMapEntry</A>
<DD>Note that this method only sets the local reference inside this object and
 does not modify the original Map.
<DT><A HREF="./org/apache/commons/collections/iterators/SingletonIterator.html" title="class in org.apache.commons.collections.iterators"><B>SingletonIterator</B></A> - Class in <A HREF="./org/apache/commons/collections/iterators/package-summary.html">org.apache.commons.collections.iterators</A><DD><code>SingletonIterator</code> is an <CODE>Iterator</CODE> over a single 
 object instance.<DT><A HREF="./org/apache/commons/collections/iterators/SingletonIterator.html#SingletonIterator(java.lang.Object)"><B>SingletonIterator(Object)</B></A> - 
Constructor for class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/SingletonIterator.html" title="class in org.apache.commons.collections.iterators">SingletonIterator</A>
<DD>Constructs a new <Code>SingletonIterator</Code>.
<DT><A HREF="./org/apache/commons/collections/iterators/SingletonListIterator.html" title="class in org.apache.commons.collections.iterators"><B>SingletonListIterator</B></A> - Class in <A HREF="./org/apache/commons/collections/iterators/package-summary.html">org.apache.commons.collections.iterators</A><DD><code>SingletonIterator</code> is an <CODE>ListIterator</CODE> over a single 
 object instance.<DT><A HREF="./org/apache/commons/collections/iterators/SingletonListIterator.html#SingletonListIterator(java.lang.Object)"><B>SingletonListIterator(Object)</B></A> - 
Constructor for class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/SingletonListIterator.html" title="class in org.apache.commons.collections.iterators">SingletonListIterator</A>
<DD>Constructs a new <Code>SingletonListIterator</Code>.
<DT><A HREF="./org/apache/commons/collections/IteratorUtils.html#singletonListIterator(java.lang.Object)"><B>singletonListIterator(Object)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/IteratorUtils.html" title="class in org.apache.commons.collections">IteratorUtils</A>
<DD>Gets a singleton list iterator.
<DT><A HREF="./org/apache/commons/collections/Bag.html#size()"><B>size()</B></A> - 
Method in interface org.apache.commons.collections.<A HREF="./org/apache/commons/collections/Bag.html" title="interface in org.apache.commons.collections">Bag</A>
<DD>Returns the total number of items in the bag across all types.
<DT><A HREF="./org/apache/commons/collections/BeanMap.html#size()"><B>size()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BeanMap.html" title="class in org.apache.commons.collections">BeanMap</A>
<DD>Returns the number of properties defined by the bean.
<DT><A HREF="./org/apache/commons/collections/BinaryHeap.html#size()"><B>size()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BinaryHeap.html" title="class in org.apache.commons.collections">BinaryHeap</A>
<DD>Returns the number of elements in this heap.
<DT><A HREF="./org/apache/commons/collections/BoundedFifoBuffer.html#size()"><B>size()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BoundedFifoBuffer.html" title="class in org.apache.commons.collections">BoundedFifoBuffer</A>
<DD>Returns the number of elements stored in the buffer.
<DT><A HREF="./org/apache/commons/collections/comparators/ComparatorChain.html#size()"><B>size()</B></A> - 
Method in class org.apache.commons.collections.comparators.<A HREF="./org/apache/commons/collections/comparators/ComparatorChain.html" title="class in org.apache.commons.collections.comparators">ComparatorChain</A>
<DD>Number of Comparators in the current ComparatorChain.
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.html#size()"><B>size()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.html" title="class in org.apache.commons.collections">CursorableLinkedList</A>
<DD>Returns the number of elements in this list.
<DT><A HREF="./org/apache/commons/collections/DefaultMapBag.html#size()"><B>size()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DefaultMapBag.html" title="class in org.apache.commons.collections">DefaultMapBag</A>
<DD>Returns the number of elements in this bag.
<DT><A HREF="./org/apache/commons/collections/DoubleOrderedMap.html#size()"><B>size()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DoubleOrderedMap.html" title="class in org.apache.commons.collections">DoubleOrderedMap</A>
<DD>Returns the number of key-value mappings in this map.
<DT><A HREF="./org/apache/commons/collections/FastArrayList.html#size()"><B>size()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastArrayList.html" title="class in org.apache.commons.collections">FastArrayList</A>
<DD>Return the number of elements in this list.
<DT><A HREF="./org/apache/commons/collections/FastHashMap.html#size()"><B>size()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastHashMap.html" title="class in org.apache.commons.collections">FastHashMap</A>
<DD>Return the number of key-value mappings in this map.
<DT><A HREF="./org/apache/commons/collections/FastTreeMap.html#size()"><B>size()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastTreeMap.html" title="class in org.apache.commons.collections">FastTreeMap</A>
<DD>Return the number of key-value mappings in this map.
<DT><A HREF="./org/apache/commons/collections/iterators/IteratorChain.html#size()"><B>size()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/IteratorChain.html" title="class in org.apache.commons.collections.iterators">IteratorChain</A>
<DD>Number of Iterators in the current IteratorChain.
<DT><A HREF="./org/apache/commons/collections/ProxyMap.html#size()"><B>size()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ProxyMap.html" title="class in org.apache.commons.collections">ProxyMap</A>
<DD>Invokes the underlying <CODE>Map.size()</CODE> method.
<DT><A HREF="./org/apache/commons/collections/ReferenceMap.html#size()"><B>size()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ReferenceMap.html" title="class in org.apache.commons.collections">ReferenceMap</A>
<DD>Returns the size of this map.
<DT><A HREF="./org/apache/commons/collections/SequencedHashMap.html#size()"><B>size()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/SequencedHashMap.html" title="class in org.apache.commons.collections">SequencedHashMap</A>
<DD>Implements <CODE>Map.size()</CODE>.
<DT><A HREF="./org/apache/commons/collections/StaticBucketMap.html#size()"><B>size()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/StaticBucketMap.html" title="class in org.apache.commons.collections">StaticBucketMap</A>
<DD>Implements <CODE>Map.size()</CODE>.
<DT><A HREF="./org/apache/commons/collections/UnboundedFifoBuffer.html#size()"><B>size()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/UnboundedFifoBuffer.html" title="class in org.apache.commons.collections">UnboundedFifoBuffer</A>
<DD>Returns the number of elements stored in the buffer.
<DT><A HREF="./org/apache/commons/collections/ReferenceMap.html#SOFT"><B>SOFT</B></A> - 
Static variable in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ReferenceMap.html" title="class in org.apache.commons.collections">ReferenceMap</A>
<DD>Constant indiciating that soft references should be used.
<DT><A HREF="./org/apache/commons/collections/SortedBag.html" title="interface in org.apache.commons.collections"><B>SortedBag</B></A> - Interface in <A HREF="./org/apache/commons/collections/package-summary.html">org.apache.commons.collections</A><DD>A type of <A HREF="./org/apache/commons/collections/Bag.html" title="interface in org.apache.commons.collections"><CODE>Bag</CODE></A> that maintains order among its unique
 representative members.<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#START_TOKEN"><B>START_TOKEN</B></A> - 
Static variable in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/StaticBucketMap.html" title="class in org.apache.commons.collections"><B>StaticBucketMap</B></A> - Class in <A HREF="./org/apache/commons/collections/package-summary.html">org.apache.commons.collections</A><DD>A StaticBucketMap is an efficient, thread-safe implementation of
 <code>java.util.Map</code> that performs well in in a highly
 thread-contentious environment.<DT><A HREF="./org/apache/commons/collections/StaticBucketMap.html#StaticBucketMap()"><B>StaticBucketMap()</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/StaticBucketMap.html" title="class in org.apache.commons.collections">StaticBucketMap</A>
<DD>Initializes the map with the default number of buckets (255).
<DT><A HREF="./org/apache/commons/collections/StaticBucketMap.html#StaticBucketMap(int)"><B>StaticBucketMap(int)</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/StaticBucketMap.html" title="class in org.apache.commons.collections">StaticBucketMap</A>
<DD>Initializes the map with a specified number of buckets.
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.html#subList(int, int)"><B>subList(int, int)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.html" title="class in org.apache.commons.collections">CursorableLinkedList</A>
<DD>Returns a fail-fast sublist.
<DT><A HREF="./org/apache/commons/collections/FastArrayList.html#subList(int, int)"><B>subList(int, int)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastArrayList.html" title="class in org.apache.commons.collections">FastArrayList</A>
<DD>Return a view of the portion of this list between fromIndex
 (inclusive) and toIndex (exclusive).
<DT><A HREF="./org/apache/commons/collections/FastTreeMap.html#subMap(java.lang.Object, java.lang.Object)"><B>subMap(Object, Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastTreeMap.html" title="class in org.apache.commons.collections">FastTreeMap</A>
<DD>Return a view of the portion of this map whose keys are in the
 range fromKey (inclusive) to toKey (exclusive).
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#subset(java.lang.String)"><B>subset(String)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Create an ExtendedProperties object that is a subset
 of this one.
<DT><A HREF="./org/apache/commons/collections/CollectionUtils.html#subtract(java.util.Collection, java.util.Collection)"><B>subtract(Collection, Collection)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CollectionUtils.html" title="class in org.apache.commons.collections">CollectionUtils</A>
<DD>Returns a <CODE>Collection</CODE> containing <tt><i>a</i> - <i>b</i></tt>.
<DT><A HREF="./org/apache/commons/collections/ListUtils.html#subtract(java.util.List, java.util.List)"><B>subtract(List, List)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ListUtils.html" title="class in org.apache.commons.collections">ListUtils</A>
<DD>Subtracts all elements in the second list from the first list,
 placing the results in a new list.
<DT><A HREF="./org/apache/commons/collections/ListUtils.html#sum(java.util.List, java.util.List)"><B>sum(List, List)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ListUtils.html" title="class in org.apache.commons.collections">ListUtils</A>
<DD>Returns the sum of the given lists.
<DT><A HREF="./org/apache/commons/collections/BagUtils.html#synchronizedBag(org.apache.commons.collections.Bag)"><B>synchronizedBag(Bag)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BagUtils.html" title="class in org.apache.commons.collections">BagUtils</A>
<DD>Returns a synchronized (thread-safe) bag backed by the given bag.
<DT><A HREF="./org/apache/commons/collections/BufferUtils.html#synchronizedBuffer(org.apache.commons.collections.Buffer)"><B>synchronizedBuffer(Buffer)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BufferUtils.html" title="class in org.apache.commons.collections">BufferUtils</A>
<DD>Returns a synchronized buffer backed by the given buffer.
<DT><A HREF="./org/apache/commons/collections/SynchronizedPriorityQueue.html" title="class in org.apache.commons.collections"><B>SynchronizedPriorityQueue</B></A> - Class in <A HREF="./org/apache/commons/collections/package-summary.html">org.apache.commons.collections</A><DD>A thread safe version of the PriorityQueue.<DT><A HREF="./org/apache/commons/collections/SynchronizedPriorityQueue.html#SynchronizedPriorityQueue(org.apache.commons.collections.PriorityQueue)"><B>SynchronizedPriorityQueue(PriorityQueue)</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/SynchronizedPriorityQueue.html" title="class in org.apache.commons.collections">SynchronizedPriorityQueue</A>
<DD>Constructs a new synchronized priority queue.
<DT><A HREF="./org/apache/commons/collections/BagUtils.html#synchronizedSortedBag(org.apache.commons.collections.SortedBag)"><B>synchronizedSortedBag(SortedBag)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BagUtils.html" title="class in org.apache.commons.collections">BagUtils</A>
<DD>Returns a synchronized (thread-safe) sorted bag backed by the given 
 sorted bag.
</DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/collections/FastTreeMap.html#tailMap(java.lang.Object)"><B>tailMap(Object)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastTreeMap.html" title="class in org.apache.commons.collections">FastTreeMap</A>
<DD>Return a view of the portion of this map whose keys are greater than
 or equal to the specified key.
<DT><A HREF="./org/apache/commons/collections/ExtendedProperties.html#testBoolean(java.lang.String)"><B>testBoolean(String)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ExtendedProperties.html" title="class in org.apache.commons.collections">ExtendedProperties</A>
<DD>Test whether the string represent by value maps to a boolean
 value or not.
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.html#toArray()"><B>toArray()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.html" title="class in org.apache.commons.collections">CursorableLinkedList</A>
<DD>Returns an array containing all of the elements in this list in proper
 sequence.
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.html#toArray(java.lang.Object[])"><B>toArray(Object[])</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.html" title="class in org.apache.commons.collections">CursorableLinkedList</A>
<DD>Returns an array containing all of the elements in this list in proper
 sequence; the runtime type of the returned array is that of the
 specified array.
<DT><A HREF="./org/apache/commons/collections/DefaultMapBag.html#toArray()"><B>toArray()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DefaultMapBag.html" title="class in org.apache.commons.collections">DefaultMapBag</A>
<DD>Returns an array of all of this bag's elements.
<DT><A HREF="./org/apache/commons/collections/DefaultMapBag.html#toArray(java.lang.Object[])"><B>toArray(Object[])</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DefaultMapBag.html" title="class in org.apache.commons.collections">DefaultMapBag</A>
<DD>Returns an array of all of this bag's elements.
<DT><A HREF="./org/apache/commons/collections/FastArrayList.html#toArray()"><B>toArray()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastArrayList.html" title="class in org.apache.commons.collections">FastArrayList</A>
<DD>Return an array containing all of the elements in this list in the
 correct order.
<DT><A HREF="./org/apache/commons/collections/FastArrayList.html#toArray(java.lang.Object[])"><B>toArray(Object[])</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastArrayList.html" title="class in org.apache.commons.collections">FastArrayList</A>
<DD>Return an array containing all of the elements in this list in the
 correct order.
<DT><A HREF="./org/apache/commons/collections/IteratorUtils.html#toArray(java.util.Iterator)"><B>toArray(Iterator)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/IteratorUtils.html" title="class in org.apache.commons.collections">IteratorUtils</A>
<DD>Gets an array based on an iterator.
<DT><A HREF="./org/apache/commons/collections/IteratorUtils.html#toArray(java.util.Iterator, java.lang.Class)"><B>toArray(Iterator, Class)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/IteratorUtils.html" title="class in org.apache.commons.collections">IteratorUtils</A>
<DD>Gets an array based on an iterator.
<DT><A HREF="./org/apache/commons/collections/IteratorUtils.html#toList(java.util.Iterator)"><B>toList(Iterator)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/IteratorUtils.html" title="class in org.apache.commons.collections">IteratorUtils</A>
<DD>Gets a list based on an iterator.
<DT><A HREF="./org/apache/commons/collections/IteratorUtils.html#toList(java.util.Iterator, int)"><B>toList(Iterator, int)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/IteratorUtils.html" title="class in org.apache.commons.collections">IteratorUtils</A>
<DD>Gets a list based on an iterator.
<DT><A HREF="./org/apache/commons/collections/IteratorUtils.html#toListIterator(java.util.Iterator)"><B>toListIterator(Iterator)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/IteratorUtils.html" title="class in org.apache.commons.collections">IteratorUtils</A>
<DD>Gets a list iterator based on a simple iterator.
<DT><A HREF="./org/apache/commons/collections/MapUtils.html#toProperties(java.util.Map)"><B>toProperties(Map)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/MapUtils.html" title="class in org.apache.commons.collections">MapUtils</A>
<DD>Gets a new Properties object initialised with the values from a Map.
<DT><A HREF="./org/apache/commons/collections/BinaryHeap.html#toString()"><B>toString()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BinaryHeap.html" title="class in org.apache.commons.collections">BinaryHeap</A>
<DD>Returns a string representation of this heap.
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.html#toString()"><B>toString()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.html" title="class in org.apache.commons.collections">CursorableLinkedList</A>
<DD>Returns a <CODE>String</CODE> representation of this list, suitable for debugging.
<DT><A HREF="./org/apache/commons/collections/DefaultMapBag.html#toString()"><B>toString()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DefaultMapBag.html" title="class in org.apache.commons.collections">DefaultMapBag</A>
<DD>Implement a toString() method suitable for debugging
<DT><A HREF="./org/apache/commons/collections/FastArrayList.html#toString()"><B>toString()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastArrayList.html" title="class in org.apache.commons.collections">FastArrayList</A>
<DD>Return a String representation of this object.
<DT><A HREF="./org/apache/commons/collections/SequencedHashMap.html#toString()"><B>toString()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/SequencedHashMap.html" title="class in org.apache.commons.collections">SequencedHashMap</A>
<DD>Provides a string representation of the entries within the map.
<DT><A HREF="./org/apache/commons/collections/SynchronizedPriorityQueue.html#toString()"><B>toString()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/SynchronizedPriorityQueue.html" title="class in org.apache.commons.collections">SynchronizedPriorityQueue</A>
<DD>Returns a string representation of the underlying queue.
<DT><A HREF="./org/apache/commons/collections/CollectionUtils.html#transform(java.util.Collection, org.apache.commons.collections.Transformer)"><B>transform(Collection, Transformer)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CollectionUtils.html" title="class in org.apache.commons.collections">CollectionUtils</A>
<DD>Transform the collection by applying a Transformer to each element.
<DT><A HREF="./org/apache/commons/collections/iterators/TransformIterator.html#transform(java.lang.Object)"><B>transform(Object)</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/TransformIterator.html" title="class in org.apache.commons.collections.iterators">TransformIterator</A>
<DD>Transforms the given object using the transformer.
<DT><A HREF="./org/apache/commons/collections/Transformer.html#transform(java.lang.Object)"><B>transform(Object)</B></A> - 
Method in interface org.apache.commons.collections.<A HREF="./org/apache/commons/collections/Transformer.html" title="interface in org.apache.commons.collections">Transformer</A>
<DD>Transforms the input object (leaving it unchanged) into some output object.
<DT><A HREF="./org/apache/commons/collections/ComparatorUtils.html#transformedComparator(java.util.Comparator, org.apache.commons.collections.Transformer)"><B>transformedComparator(Comparator, Transformer)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ComparatorUtils.html" title="class in org.apache.commons.collections">ComparatorUtils</A>
<DD>Gets a Comparator that passes transformed objects to the given comparator.
<DT><A HREF="./org/apache/commons/collections/IteratorUtils.html#transformedIterator(java.util.Iterator, org.apache.commons.collections.Transformer)"><B>transformedIterator(Iterator, Transformer)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/IteratorUtils.html" title="class in org.apache.commons.collections">IteratorUtils</A>
<DD>Gets an iterator that transforms the elements of another iterator.
<DT><A HREF="./org/apache/commons/collections/comparators/TransformingComparator.html#transformer"><B>transformer</B></A> - 
Variable in class org.apache.commons.collections.comparators.<A HREF="./org/apache/commons/collections/comparators/TransformingComparator.html" title="class in org.apache.commons.collections.comparators">TransformingComparator</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/Transformer.html" title="interface in org.apache.commons.collections"><B>Transformer</B></A> - Interface in <A HREF="./org/apache/commons/collections/package-summary.html">org.apache.commons.collections</A><DD>An object capable of transforming an input object into some output object.<DT><A HREF="./org/apache/commons/collections/comparators/TransformingComparator.html" title="class in org.apache.commons.collections.comparators"><B>TransformingComparator</B></A> - Class in <A HREF="./org/apache/commons/collections/comparators/package-summary.html">org.apache.commons.collections.comparators</A><DD>Decorates another Comparator with transformation behavior.<DT><A HREF="./org/apache/commons/collections/comparators/TransformingComparator.html#TransformingComparator(org.apache.commons.collections.Transformer)"><B>TransformingComparator(Transformer)</B></A> - 
Constructor for class org.apache.commons.collections.comparators.<A HREF="./org/apache/commons/collections/comparators/TransformingComparator.html" title="class in org.apache.commons.collections.comparators">TransformingComparator</A>
<DD>Constructs an instance with the given Transformer and a ComparableComparator.
<DT><A HREF="./org/apache/commons/collections/comparators/TransformingComparator.html#TransformingComparator(org.apache.commons.collections.Transformer, java.util.Comparator)"><B>TransformingComparator(Transformer, Comparator)</B></A> - 
Constructor for class org.apache.commons.collections.comparators.<A HREF="./org/apache/commons/collections/comparators/TransformingComparator.html" title="class in org.apache.commons.collections.comparators">TransformingComparator</A>
<DD>Constructs an instance with the given Transformer and Comparator
<DT><A HREF="./org/apache/commons/collections/iterators/TransformIterator.html" title="class in org.apache.commons.collections.iterators"><B>TransformIterator</B></A> - Class in <A HREF="./org/apache/commons/collections/iterators/package-summary.html">org.apache.commons.collections.iterators</A><DD>A Proxy <CODE>Iterator</CODE> which uses a <A HREF="./org/apache/commons/collections/Transformer.html" title="interface in org.apache.commons.collections"><CODE>Transformer</CODE></A> instance to 
 transform the contents of the <CODE>Iterator</CODE> into some other form<DT><A HREF="./org/apache/commons/collections/iterators/TransformIterator.html#TransformIterator()"><B>TransformIterator()</B></A> - 
Constructor for class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/TransformIterator.html" title="class in org.apache.commons.collections.iterators">TransformIterator</A>
<DD>Constructs a new <Code>TransformIterator</Code> that will not function
  until the <A HREF="./org/apache/commons/collections/iterators/ProxyIterator.html#setIterator(java.util.Iterator)"><CODE>setIterator</CODE></A> method is 
  invoked.
<DT><A HREF="./org/apache/commons/collections/iterators/TransformIterator.html#TransformIterator(java.util.Iterator)"><B>TransformIterator(Iterator)</B></A> - 
Constructor for class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/TransformIterator.html" title="class in org.apache.commons.collections.iterators">TransformIterator</A>
<DD>Constructs a new <Code>TransformIterator</Code> that won't transform
  elements from the given iterator.
<DT><A HREF="./org/apache/commons/collections/iterators/TransformIterator.html#TransformIterator(java.util.Iterator, org.apache.commons.collections.Transformer)"><B>TransformIterator(Iterator, Transformer)</B></A> - 
Constructor for class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/TransformIterator.html" title="class in org.apache.commons.collections.iterators">TransformIterator</A>
<DD>Constructs a new <Code>TransformIterator</Code> that will use the
  given iterator and transformer.
<DT><A HREF="./org/apache/commons/collections/TreeBag.html" title="class in org.apache.commons.collections"><B>TreeBag</B></A> - Class in <A HREF="./org/apache/commons/collections/package-summary.html">org.apache.commons.collections</A><DD>An implementation of <A HREF="./org/apache/commons/collections/Bag.html" title="interface in org.apache.commons.collections"><CODE>Bag</CODE></A> that is backed by a <CODE>TreeMap</CODE>.<DT><A HREF="./org/apache/commons/collections/TreeBag.html#TreeBag()"><B>TreeBag()</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/TreeBag.html" title="class in org.apache.commons.collections">TreeBag</A>
<DD>Constructs a new empty <Code>TreeBag</Code>.
<DT><A HREF="./org/apache/commons/collections/TreeBag.html#TreeBag(java.util.Comparator)"><B>TreeBag(Comparator)</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/TreeBag.html" title="class in org.apache.commons.collections">TreeBag</A>
<DD>New <A HREF="./org/apache/commons/collections/Bag.html" title="interface in org.apache.commons.collections"><CODE>Bag</CODE></A> that maintains order on its unique
 representative members according to the given <CODE>Comparator</CODE>.
<DT><A HREF="./org/apache/commons/collections/TreeBag.html#TreeBag(java.util.Collection)"><B>TreeBag(Collection)</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/TreeBag.html" title="class in org.apache.commons.collections">TreeBag</A>
<DD>New <A HREF="./org/apache/commons/collections/Bag.html" title="interface in org.apache.commons.collections"><CODE>Bag</CODE></A> containing all the members of the given
 collection.
<DT><A HREF="./org/apache/commons/collections/FastArrayList.html#trimToSize()"><B>trimToSize()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastArrayList.html" title="class in org.apache.commons.collections">FastArrayList</A>
<DD>Trim the capacity of this <code>ArrayList</code> instance to be the
 list's current size.
</DL>
<HR>
<A NAME="_U_"><!-- --></A><H2>
<B>U</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/collections/UnboundedFifoBuffer.html" title="class in org.apache.commons.collections"><B>UnboundedFifoBuffer</B></A> - Class in <A HREF="./org/apache/commons/collections/package-summary.html">org.apache.commons.collections</A><DD>UnboundedFifoBuffer is a <strong>very</strong> efficient buffer implementation.<DT><A HREF="./org/apache/commons/collections/UnboundedFifoBuffer.html#UnboundedFifoBuffer()"><B>UnboundedFifoBuffer()</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/UnboundedFifoBuffer.html" title="class in org.apache.commons.collections">UnboundedFifoBuffer</A>
<DD>Constructs an UnboundedFifoBuffer with the default number of elements.
<DT><A HREF="./org/apache/commons/collections/UnboundedFifoBuffer.html#UnboundedFifoBuffer(int)"><B>UnboundedFifoBuffer(int)</B></A> - 
Constructor for class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/UnboundedFifoBuffer.html" title="class in org.apache.commons.collections">UnboundedFifoBuffer</A>
<DD>Constructs an UnboundedFifoBuffer with the specified number of elements.
<DT><A HREF="./org/apache/commons/collections/CollectionUtils.html#union(java.util.Collection, java.util.Collection)"><B>union(Collection, Collection)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CollectionUtils.html" title="class in org.apache.commons.collections">CollectionUtils</A>
<DD>Returns a <CODE>Collection</CODE> containing the union
 of the given <CODE>Collection</CODE>s.
<DT><A HREF="./org/apache/commons/collections/ListUtils.html#union(java.util.List, java.util.List)"><B>union(List, List)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ListUtils.html" title="class in org.apache.commons.collections">ListUtils</A>
<DD>Returns a new list containing the second list appended to the
 first list.
<DT><A HREF="./org/apache/commons/collections/iterators/UniqueFilterIterator.html" title="class in org.apache.commons.collections.iterators"><B>UniqueFilterIterator</B></A> - Class in <A HREF="./org/apache/commons/collections/iterators/package-summary.html">org.apache.commons.collections.iterators</A><DD>A FilterIterator which only returns "unique" Objects.<DT><A HREF="./org/apache/commons/collections/iterators/UniqueFilterIterator.html#UniqueFilterIterator(java.util.Iterator)"><B>UniqueFilterIterator(Iterator)</B></A> - 
Constructor for class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/UniqueFilterIterator.html" title="class in org.apache.commons.collections.iterators">UniqueFilterIterator</A>
<DD>Constructs a new <Code>UniqueFilterIterator</Code>.
<DT><A HREF="./org/apache/commons/collections/Bag.html#uniqueSet()"><B>uniqueSet()</B></A> - 
Method in interface org.apache.commons.collections.<A HREF="./org/apache/commons/collections/Bag.html" title="interface in org.apache.commons.collections">Bag</A>
<DD>The <CODE>Set</CODE> of unique members that represent all members in
 the bag.
<DT><A HREF="./org/apache/commons/collections/DefaultMapBag.html#uniqueSet()"><B>uniqueSet()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DefaultMapBag.html" title="class in org.apache.commons.collections">DefaultMapBag</A>
<DD>Returns an unmodifiable view of the underlying map's key set.
<DT><A HREF="./org/apache/commons/collections/BagUtils.html#unmodifiableBag(org.apache.commons.collections.Bag)"><B>unmodifiableBag(Bag)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BagUtils.html" title="class in org.apache.commons.collections">BagUtils</A>
<DD>Returns an unmodifiable view of the given bag.
<DT><A HREF="./org/apache/commons/collections/BufferUtils.html#unmodifiableBuffer(org.apache.commons.collections.Buffer)"><B>unmodifiableBuffer(Buffer)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BufferUtils.html" title="class in org.apache.commons.collections">BufferUtils</A>
<DD>Returns an unmodifiable buffer backed by the given buffer.
<DT><A HREF="./org/apache/commons/collections/BagUtils.html#unmodifiableSortedBag(org.apache.commons.collections.SortedBag)"><B>unmodifiableSortedBag(SortedBag)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BagUtils.html" title="class in org.apache.commons.collections">BagUtils</A>
<DD>Returns an unmodifiable view of the given sorted bag.
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.html#unregisterCursor(org.apache.commons.collections.CursorableLinkedList.Cursor)"><B>unregisterCursor(CursorableLinkedList.Cursor)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.html" title="class in org.apache.commons.collections">CursorableLinkedList</A>
<DD>Removes a <A HREF="./org/apache/commons/collections/CursorableLinkedList.Cursor.html" title="class in org.apache.commons.collections"><CODE>CursorableLinkedList.Cursor</CODE></A> from
 the set of cursors to be notified of changes to this list.
<DT><A HREF="./org/apache/commons/collections/iterators/IteratorChain.html#updateCurrentIterator()"><B>updateCurrentIterator()</B></A> - 
Method in class org.apache.commons.collections.iterators.<A HREF="./org/apache/commons/collections/iterators/IteratorChain.html" title="class in org.apache.commons.collections.iterators">IteratorChain</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_V_"><!-- --></A><H2>
<B>V</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/collections/BeanMap.html#valueIterator()"><B>valueIterator()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BeanMap.html" title="class in org.apache.commons.collections">BeanMap</A>
<DD>Convenience method for getting an iterator over the values.
<DT><A HREF="./org/apache/commons/collections/BeanMap.html#values()"><B>values()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/BeanMap.html" title="class in org.apache.commons.collections">BeanMap</A>
<DD>Returns the values for the BeanMap.
<DT><A HREF="./org/apache/commons/collections/DoubleOrderedMap.html#values()"><B>values()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DoubleOrderedMap.html" title="class in org.apache.commons.collections">DoubleOrderedMap</A>
<DD>Returns a collection view of the values contained in this
 map.
<DT><A HREF="./org/apache/commons/collections/FastHashMap.html#values()"><B>values()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastHashMap.html" title="class in org.apache.commons.collections">FastHashMap</A>
<DD>Return a collection view of the values contained in this map.
<DT><A HREF="./org/apache/commons/collections/FastTreeMap.html#values()"><B>values()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/FastTreeMap.html" title="class in org.apache.commons.collections">FastTreeMap</A>
<DD>Return a collection view of the values contained in this map.
<DT><A HREF="./org/apache/commons/collections/MultiHashMap.html#values()"><B>values()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/MultiHashMap.html" title="class in org.apache.commons.collections">MultiHashMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/ProxyMap.html#values()"><B>values()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ProxyMap.html" title="class in org.apache.commons.collections">ProxyMap</A>
<DD>Invokes the underlying <CODE>Map.values()</CODE> method.
<DT><A HREF="./org/apache/commons/collections/ReferenceMap.html#values()"><B>values()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ReferenceMap.html" title="class in org.apache.commons.collections">ReferenceMap</A>
<DD>Returns a collection view of this map's values.
<DT><A HREF="./org/apache/commons/collections/SequencedHashMap.html#values()"><B>values()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/SequencedHashMap.html" title="class in org.apache.commons.collections">SequencedHashMap</A>
<DD>Implements <CODE>Map.values()</CODE>.
<DT><A HREF="./org/apache/commons/collections/StaticBucketMap.html#values()"><B>values()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/StaticBucketMap.html" title="class in org.apache.commons.collections">StaticBucketMap</A>
<DD>Implements <CODE>Map.values()</CODE>.
<DT><A HREF="./org/apache/commons/collections/DoubleOrderedMap.html#valuesByValue()"><B>valuesByValue()</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/DoubleOrderedMap.html" title="class in org.apache.commons.collections">DoubleOrderedMap</A>
<DD>Returns a collection view of the values contained in this
 map.
<DT><A HREF="./org/apache/commons/collections/MapUtils.html#verbosePrint(java.io.PrintStream, java.lang.Object, java.util.Map)"><B>verbosePrint(PrintStream, Object, Map)</B></A> - 
Static method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/MapUtils.html" title="class in org.apache.commons.collections">MapUtils</A>
<DD>Prints the given map with nice line breaks.
</DL>
<HR>
<A NAME="_W_"><!-- --></A><H2>
<B>W</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/collections/ReferenceMap.html#WEAK"><B>WEAK</B></A> - 
Static variable in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/ReferenceMap.html" title="class in org.apache.commons.collections">ReferenceMap</A>
<DD>Constant indicating that weak references should be used.
<DT><A HREF="./org/apache/commons/collections/LRUMap.html#writeExternal(java.io.ObjectOutput)"><B>writeExternal(ObjectOutput)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/LRUMap.html" title="class in org.apache.commons.collections">LRUMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/collections/SequencedHashMap.html#writeExternal(java.io.ObjectOutput)"><B>writeExternal(ObjectOutput)</B></A> - 
Method in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/SequencedHashMap.html" title="class in org.apache.commons.collections">SequencedHashMap</A>
<DD>Serializes this map to the given stream.
</DL>
<HR>
<A NAME="___"><!-- --></A><H2>
<B>_</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.html#_cursors"><B>_cursors</B></A> - 
Variable in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.html" title="class in org.apache.commons.collections">CursorableLinkedList</A>
<DD>A list of the currently <A HREF="./org/apache/commons/collections/CursorableLinkedList.Cursor.html" title="class in org.apache.commons.collections"><CODE>CursorableLinkedList.Cursor</CODE></A>s currently
 open in this list.
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.html#_head"><B>_head</B></A> - 
Variable in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.html" title="class in org.apache.commons.collections">CursorableLinkedList</A>
<DD>A sentry node.
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.html#_modCount"><B>_modCount</B></A> - 
Variable in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.html" title="class in org.apache.commons.collections">CursorableLinkedList</A>
<DD>Tracks the number of structural modifications to me.
<DT><A HREF="./org/apache/commons/collections/CursorableLinkedList.html#_size"><B>_size</B></A> - 
Variable in class org.apache.commons.collections.<A HREF="./org/apache/commons/collections/CursorableLinkedList.html" title="class in org.apache.commons.collections">CursorableLinkedList</A>
<DD>The number of elements in me.
</DL>
<HR>
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_K_">K</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <A HREF="#___">_</A> 

<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->

<HR>
<small>Copyright &copy; 2001-2004 Apache Software Foundation. Documenation generated May 4 2011</small>.
</BODY>
</HTML>