This file is indexed.

/usr/share/doc/libjavaewah-java/api/index-all.html is in libjavaewah-java-doc 0.6.12-2.

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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html>
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Index (JavaEWAH 0.6.12 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
    try {
        if (location.href.indexOf('is-external=true') == -1) {
            parent.document.title="Index (JavaEWAH 0.6.12 API)";
        }
    }
    catch(err) {
    }
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!--   -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_top");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip.navbar.top">
<!--   -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:W">W</a>&nbsp;<a href="#I:X">X</a>&nbsp;<a name="I:A">
<!--   -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/BitCounter.html#add-long-">add(long)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/BitCounter.html" title="class in com.googlecode.javaewah">BitCounter</a></dt>
<dd>
<div class="block">Virtually add words directly to the bitmap</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/BitmapStorage.html#add-long-">add(long)</a></span> - Method in interface com.googlecode.javaewah.<a href="com/googlecode/javaewah/BitmapStorage.html" title="interface in com.googlecode.javaewah">BitmapStorage</a></dt>
<dd>
<div class="block">Adding words directly to the bitmap (for expert use).</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#add-long-">add(long)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>
<div class="block">Adding words directly to the bitmap (for expert use).</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#add-long-int-">add(long, int)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>
<div class="block">Adding words directly to the bitmap (for expert use).</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/NonEmptyVirtualStorage.html#add-long-">add(long)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/NonEmptyVirtualStorage.html" title="class in com.googlecode.javaewah">NonEmptyVirtualStorage</a></dt>
<dd>
<div class="block">If the word to be added is non-zero, a NonEmptyException exception is
 thrown.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/BitCounter32.html#add-int-">add(int)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/BitCounter32.html" title="class in com.googlecode.javaewah32">BitCounter32</a></dt>
<dd>
<div class="block">Virtually add words directly to the bitmap</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/BitmapStorage32.html#add-int-">add(int)</a></span> - Method in interface com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/BitmapStorage32.html" title="interface in com.googlecode.javaewah32">BitmapStorage32</a></dt>
<dd>
<div class="block">Adding words directly to the bitmap (for expert use).</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#add-int-">add(int)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>
<div class="block">Adding words directly to the bitmap (for expert use).</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#add-int-int-">add(int, int)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>
<div class="block">Adding words directly to the bitmap (for expert use).</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/NonEmptyVirtualStorage32.html#add-int-">add(int)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/NonEmptyVirtualStorage32.html" title="class in com.googlecode.javaewah32">NonEmptyVirtualStorage32</a></dt>
<dd>
<div class="block">If the word to be added is non-zero, a NonEmptyException exception is thrown.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/BitCounter.html#addStreamOfEmptyWords-boolean-long-">addStreamOfEmptyWords(boolean, long)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/BitCounter.html" title="class in com.googlecode.javaewah">BitCounter</a></dt>
<dd>
<div class="block">virtually add many zeroes or ones.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/BitmapStorage.html#addStreamOfEmptyWords-boolean-long-">addStreamOfEmptyWords(boolean, long)</a></span> - Method in interface com.googlecode.javaewah.<a href="com/googlecode/javaewah/BitmapStorage.html" title="interface in com.googlecode.javaewah">BitmapStorage</a></dt>
<dd>
<div class="block">For experts: You want to add many zeroes or ones? This is the method you
 use.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#addStreamOfEmptyWords-boolean-long-">addStreamOfEmptyWords(boolean, long)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>
<div class="block">For experts: You want to add many zeroes or ones? This is the method you
 use.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/NonEmptyVirtualStorage.html#addStreamOfEmptyWords-boolean-long-">addStreamOfEmptyWords(boolean, long)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/NonEmptyVirtualStorage.html" title="class in com.googlecode.javaewah">NonEmptyVirtualStorage</a></dt>
<dd>
<div class="block">If the boolean value is true and number>0, then it throws a NonEmptyException exception,
 otherwise, nothing happens.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/BitCounter32.html#addStreamOfEmptyWords-boolean-int-">addStreamOfEmptyWords(boolean, int)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/BitCounter32.html" title="class in com.googlecode.javaewah32">BitCounter32</a></dt>
<dd>
<div class="block">virtually add many 
 zeroes or ones.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/BitmapStorage32.html#addStreamOfEmptyWords-boolean-int-">addStreamOfEmptyWords(boolean, int)</a></span> - Method in interface com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/BitmapStorage32.html" title="interface in com.googlecode.javaewah32">BitmapStorage32</a></dt>
<dd>
<div class="block">For experts: You want to add many
 zeroes or ones? This is the method you use.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#addStreamOfEmptyWords-boolean-int-">addStreamOfEmptyWords(boolean, int)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>
<div class="block">For experts: You want to add many zeroes or ones? This is the method you
 use.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/NonEmptyVirtualStorage32.html#addStreamOfEmptyWords-boolean-int-">addStreamOfEmptyWords(boolean, int)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/NonEmptyVirtualStorage32.html" title="class in com.googlecode.javaewah32">NonEmptyVirtualStorage32</a></dt>
<dd>
<div class="block">If the boolean value is true and number>0, then it throws a NonEmptyException exception,
 otherwise, nothing happens.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/BitCounter.html#addStreamOfLiteralWords-long:A-int-int-">addStreamOfLiteralWords(long[], int, int)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/BitCounter.html" title="class in com.googlecode.javaewah">BitCounter</a></dt>
<dd>
<div class="block">virtually add several literal words.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/BitmapStorage.html#addStreamOfLiteralWords-long:A-int-int-">addStreamOfLiteralWords(long[], int, int)</a></span> - Method in interface com.googlecode.javaewah.<a href="com/googlecode/javaewah/BitmapStorage.html" title="interface in com.googlecode.javaewah">BitmapStorage</a></dt>
<dd>
<div class="block">if you have several literal words to copy over, this might be faster.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#addStreamOfLiteralWords-long:A-int-int-">addStreamOfLiteralWords(long[], int, int)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>
<div class="block">if you have several literal words to copy over, this might be faster.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/NonEmptyVirtualStorage.html#addStreamOfLiteralWords-long:A-int-int-">addStreamOfLiteralWords(long[], int, int)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/NonEmptyVirtualStorage.html" title="class in com.googlecode.javaewah">NonEmptyVirtualStorage</a></dt>
<dd>
<div class="block">throws a NonEmptyException exception when number > 0</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/BitCounter32.html#addStreamOfLiteralWords-int:A-int-int-">addStreamOfLiteralWords(int[], int, int)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/BitCounter32.html" title="class in com.googlecode.javaewah32">BitCounter32</a></dt>
<dd>
<div class="block">virtually add several  literal words.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/BitmapStorage32.html#addStreamOfLiteralWords-int:A-int-int-">addStreamOfLiteralWords(int[], int, int)</a></span> - Method in interface com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/BitmapStorage32.html" title="interface in com.googlecode.javaewah32">BitmapStorage32</a></dt>
<dd>
<div class="block">if you have several literal words to copy over, this might be faster.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#addStreamOfLiteralWords-int:A-int-int-">addStreamOfLiteralWords(int[], int, int)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>
<div class="block">if you have several literal words to copy over, this might be faster.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/NonEmptyVirtualStorage32.html#addStreamOfLiteralWords-int:A-int-int-">addStreamOfLiteralWords(int[], int, int)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/NonEmptyVirtualStorage32.html" title="class in com.googlecode.javaewah32">NonEmptyVirtualStorage32</a></dt>
<dd>
<div class="block">throws a NonEmptyException exception when number > 0</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/BitCounter.html#addStreamOfNegatedLiteralWords-long:A-int-int-">addStreamOfNegatedLiteralWords(long[], int, int)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/BitCounter.html" title="class in com.googlecode.javaewah">BitCounter</a></dt>
<dd>
<div class="block">virtually add several negated literal words.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/BitmapStorage.html#addStreamOfNegatedLiteralWords-long:A-int-int-">addStreamOfNegatedLiteralWords(long[], int, int)</a></span> - Method in interface com.googlecode.javaewah.<a href="com/googlecode/javaewah/BitmapStorage.html" title="interface in com.googlecode.javaewah">BitmapStorage</a></dt>
<dd>
<div class="block">Like "addStreamOfLiteralWords" but negates the words being added.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#addStreamOfNegatedLiteralWords-long:A-int-int-">addStreamOfNegatedLiteralWords(long[], int, int)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>
<div class="block">Same as addStreamOfLiteralWords, but the words are negated.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/NonEmptyVirtualStorage.html#addStreamOfNegatedLiteralWords-long:A-int-int-">addStreamOfNegatedLiteralWords(long[], int, int)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/NonEmptyVirtualStorage.html" title="class in com.googlecode.javaewah">NonEmptyVirtualStorage</a></dt>
<dd>
<div class="block">throws a NonEmptyException exception when number > 0</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/BitCounter32.html#addStreamOfNegatedLiteralWords-int:A-int-int-">addStreamOfNegatedLiteralWords(int[], int, int)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/BitCounter32.html" title="class in com.googlecode.javaewah32">BitCounter32</a></dt>
<dd>
<div class="block">virtually add several negated literal words.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/BitmapStorage32.html#addStreamOfNegatedLiteralWords-int:A-int-int-">addStreamOfNegatedLiteralWords(int[], int, int)</a></span> - Method in interface com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/BitmapStorage32.html" title="interface in com.googlecode.javaewah32">BitmapStorage32</a></dt>
<dd>
<div class="block">Like "addStreamOfLiteralWords" but negates the words being added.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#addStreamOfNegatedLiteralWords-int:A-int-int-">addStreamOfNegatedLiteralWords(int[], int, int)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>
<div class="block">Same as addStreamOfLiteralWords, but the words are negated.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/NonEmptyVirtualStorage32.html#addStreamOfNegatedLiteralWords-int:A-int-int-">addStreamOfNegatedLiteralWords(int[], int, int)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/NonEmptyVirtualStorage32.html" title="class in com.googlecode.javaewah32">NonEmptyVirtualStorage32</a></dt>
<dd>
<div class="block">throws a NonEmptyException exception when number > 0</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#and-com.googlecode.javaewah.EWAHCompressedBitmap-">and(EWAHCompressedBitmap)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>
<div class="block">Returns a new compressed bitmap containing the bitwise AND values of the
 current bitmap with some other bitmap.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#and-com.googlecode.javaewah.EWAHCompressedBitmap...-">and(EWAHCompressedBitmap...)</a></span> - Static method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>
<div class="block">Returns a new compressed bitmap containing the bitwise AND values of the
 provided bitmaps.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/FastAggregation.html#and-T...-">and(T...)</a></span> - Static method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/FastAggregation.html" title="class in com.googlecode.javaewah">FastAggregation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/LogicalElement.html#and-T-">and(T)</a></span> - Method in interface com.googlecode.javaewah.<a href="com/googlecode/javaewah/LogicalElement.html" title="interface in com.googlecode.javaewah">LogicalElement</a></dt>
<dd>
<div class="block">Compute the bitwise logical and</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#and-com.googlecode.javaewah32.EWAHCompressedBitmap32-">and(EWAHCompressedBitmap32)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>
<div class="block">Returns a new compressed bitmap containing the bitwise AND values of the
 current bitmap with some other bitmap.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#and-com.googlecode.javaewah32.EWAHCompressedBitmap32...-">and(EWAHCompressedBitmap32...)</a></span> - Static method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>
<div class="block">Returns a new compressed bitmap containing the bitwise AND values of the
 provided bitmaps.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#andCardinality-com.googlecode.javaewah.EWAHCompressedBitmap-">andCardinality(EWAHCompressedBitmap)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>
<div class="block">Returns the cardinality of the result of a bitwise AND of the values of the
 current bitmap with some other bitmap.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#andCardinality-com.googlecode.javaewah.EWAHCompressedBitmap...-">andCardinality(EWAHCompressedBitmap...)</a></span> - Static method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>
<div class="block">Returns the cardinality of the result of a bitwise AND of the values of the
 provided bitmaps.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#andCardinality-com.googlecode.javaewah32.EWAHCompressedBitmap32-">andCardinality(EWAHCompressedBitmap32)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>
<div class="block">Returns the cardinality of the result of a bitwise AND of the values of the
 current bitmap with some other bitmap.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#andCardinality-com.googlecode.javaewah32.EWAHCompressedBitmap32...-">andCardinality(EWAHCompressedBitmap32...)</a></span> - Static method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>
<div class="block">Returns the cardinality of the result of a bitwise AND of the values of the
 provided bitmaps.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#andNot-com.googlecode.javaewah.EWAHCompressedBitmap-">andNot(EWAHCompressedBitmap)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>
<div class="block">Returns a new compressed bitmap containing the bitwise AND NOT values of
 the current bitmap with some other bitmap.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/LogicalElement.html#andNot-T-">andNot(T)</a></span> - Method in interface com.googlecode.javaewah.<a href="com/googlecode/javaewah/LogicalElement.html" title="interface in com.googlecode.javaewah">LogicalElement</a></dt>
<dd>
<div class="block">Compute the bitwise logical and not</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#andNot-com.googlecode.javaewah32.EWAHCompressedBitmap32-">andNot(EWAHCompressedBitmap32)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>
<div class="block">Returns a new compressed bitmap containing the bitwise AND NOT values of
 the current bitmap with some other bitmap.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#andNotCardinality-com.googlecode.javaewah.EWAHCompressedBitmap-">andNotCardinality(EWAHCompressedBitmap)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>
<div class="block">Returns the cardinality of the result of a bitwise AND NOT of the values of
 the current bitmap with some other bitmap.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#andNotCardinality-com.googlecode.javaewah32.EWAHCompressedBitmap32-">andNotCardinality(EWAHCompressedBitmap32)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>
<div class="block">Returns the cardinality of the result of a bitwise AND NOT of the values of
 the current bitmap with some other bitmap.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#andNotToContainer-com.googlecode.javaewah.EWAHCompressedBitmap-com.googlecode.javaewah.BitmapStorage-">andNotToContainer(EWAHCompressedBitmap, BitmapStorage)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>
<div class="block">Returns a new compressed bitmap containing the bitwise AND NOT values of
 the current bitmap with some other bitmap.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#andNotToContainer-com.googlecode.javaewah32.EWAHCompressedBitmap32-com.googlecode.javaewah32.BitmapStorage32-">andNotToContainer(EWAHCompressedBitmap32, BitmapStorage32)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>
<div class="block">Returns a new compressed bitmap containing the bitwise AND NOT values of
 the current bitmap with some other bitmap.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#andToContainer-com.googlecode.javaewah.EWAHCompressedBitmap-com.googlecode.javaewah.BitmapStorage-">andToContainer(EWAHCompressedBitmap, BitmapStorage)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>
<div class="block">Computes new compressed bitmap containing the bitwise AND values of the
 current bitmap with some other bitmap.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#andToContainer-com.googlecode.javaewah32.EWAHCompressedBitmap32-com.googlecode.javaewah32.BitmapStorage32-">andToContainer(EWAHCompressedBitmap32, BitmapStorage32)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>
<div class="block">Computes new compressed bitmap containing the bitwise AND values of the
 current bitmap with some other bitmap.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#andWithContainer-com.googlecode.javaewah.BitmapStorage-com.googlecode.javaewah.EWAHCompressedBitmap...-">andWithContainer(BitmapStorage, EWAHCompressedBitmap...)</a></span> - Static method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>
<div class="block">For internal use.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#andWithContainer-com.googlecode.javaewah32.BitmapStorage32-com.googlecode.javaewah32.EWAHCompressedBitmap32...-">andWithContainer(BitmapStorage32, EWAHCompressedBitmap32...)</a></span> - Static method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>
<div class="block">For internal use.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/RunningLengthWord.html#array">array</a></span> - Variable in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/RunningLengthWord.html" title="class in com.googlecode.javaewah">RunningLengthWord</a></dt>
<dd>
<div class="block">The array of words.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/RunningLengthWord32.html#array">array</a></span> - Variable in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/RunningLengthWord32.html" title="class in com.googlecode.javaewah32">RunningLengthWord32</a></dt>
<dd>
<div class="block">The array of words.</div>
</dd>
</dl>
<a name="I:B">
<!--   -->
</a>
<h2 class="title">B</h2>
<dl>
<dt><a href="com/googlecode/javaewah/benchmark/Benchmark.html" title="class in com.googlecode.javaewah.benchmark"><span class="typeNameLink">Benchmark</span></a> - Class in <a href="com/googlecode/javaewah/benchmark/package-summary.html">com.googlecode.javaewah.benchmark</a></dt>
<dd>
<div class="block">This class is used to benchmark the performance 
 EWAH.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/benchmark/Benchmark.html#Benchmark--">Benchmark()</a></span> - Constructor for class com.googlecode.javaewah.benchmark.<a href="com/googlecode/javaewah/benchmark/Benchmark.html" title="class in com.googlecode.javaewah.benchmark">Benchmark</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/googlecode/javaewah/BitCounter.html" title="class in com.googlecode.javaewah"><span class="typeNameLink">BitCounter</span></a> - Class in <a href="com/googlecode/javaewah/package-summary.html">com.googlecode.javaewah</a></dt>
<dd>
<div class="block">BitCounter is a fake bitset data structure.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/BitCounter.html#BitCounter--">BitCounter()</a></span> - Constructor for class com.googlecode.javaewah.<a href="com/googlecode/javaewah/BitCounter.html" title="class in com.googlecode.javaewah">BitCounter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/googlecode/javaewah32/BitCounter32.html" title="class in com.googlecode.javaewah32"><span class="typeNameLink">BitCounter32</span></a> - Class in <a href="com/googlecode/javaewah32/package-summary.html">com.googlecode.javaewah32</a></dt>
<dd>
<div class="block">BitCounter is a fake bitset data structure.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/BitCounter32.html#BitCounter32--">BitCounter32()</a></span> - Constructor for class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/BitCounter32.html" title="class in com.googlecode.javaewah32">BitCounter32</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#bitmapOf-int...-">bitmapOf(int...)</a></span> - Static method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>
<div class="block">Return a bitmap with the bit set to true at the given
 positions.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#bitmapOf-int...-">bitmapOf(int...)</a></span> - Static method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>
<div class="block">Return a bitmap with the bit set to true at the given
 positions.</div>
</dd>
<dt><a href="com/googlecode/javaewah/BitmapStorage.html" title="interface in com.googlecode.javaewah"><span class="typeNameLink">BitmapStorage</span></a> - Interface in <a href="com/googlecode/javaewah/package-summary.html">com.googlecode.javaewah</a></dt>
<dd>
<div class="block">Low level bitset writing methods.</div>
</dd>
<dt><a href="com/googlecode/javaewah32/BitmapStorage32.html" title="interface in com.googlecode.javaewah32"><span class="typeNameLink">BitmapStorage32</span></a> - Interface in <a href="com/googlecode/javaewah32/package-summary.html">com.googlecode.javaewah32</a></dt>
<dd>
<div class="block">Low level bitset writing methods.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHIterator.html#buffer--">buffer()</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHIterator.html" title="class in com.googlecode.javaewah">EWAHIterator</a></dt>
<dd>
<div class="block">Access to the array of words</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHIterator32.html#buffer--">buffer()</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHIterator32.html" title="class in com.googlecode.javaewah32">EWAHIterator32</a></dt>
<dd>
<div class="block">Access to the array of words</div>
</dd>
<dt><a href="com/googlecode/javaewah/BufferedRunningLengthWord.html" title="class in com.googlecode.javaewah"><span class="typeNameLink">BufferedRunningLengthWord</span></a> - Class in <a href="com/googlecode/javaewah/package-summary.html">com.googlecode.javaewah</a></dt>
<dd>
<div class="block">Mostly for internal use.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/BufferedRunningLengthWord.html#BufferedRunningLengthWord-long-">BufferedRunningLengthWord(long)</a></span> - Constructor for class com.googlecode.javaewah.<a href="com/googlecode/javaewah/BufferedRunningLengthWord.html" title="class in com.googlecode.javaewah">BufferedRunningLengthWord</a></dt>
<dd>
<div class="block">Instantiates a new buffered running length word.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/BufferedRunningLengthWord.html#BufferedRunningLengthWord-com.googlecode.javaewah.RunningLengthWord-">BufferedRunningLengthWord(RunningLengthWord)</a></span> - Constructor for class com.googlecode.javaewah.<a href="com/googlecode/javaewah/BufferedRunningLengthWord.html" title="class in com.googlecode.javaewah">BufferedRunningLengthWord</a></dt>
<dd>
<div class="block">Instantiates a new buffered running length word.</div>
</dd>
<dt><a href="com/googlecode/javaewah32/BufferedRunningLengthWord32.html" title="class in com.googlecode.javaewah32"><span class="typeNameLink">BufferedRunningLengthWord32</span></a> - Class in <a href="com/googlecode/javaewah32/package-summary.html">com.googlecode.javaewah32</a></dt>
<dd>
<div class="block">Mostly for internal use.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/BufferedRunningLengthWord32.html#BufferedRunningLengthWord32-int-">BufferedRunningLengthWord32(int)</a></span> - Constructor for class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/BufferedRunningLengthWord32.html" title="class in com.googlecode.javaewah32">BufferedRunningLengthWord32</a></dt>
<dd>
<div class="block">Instantiates a new buffered running length word.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/BufferedRunningLengthWord32.html#BufferedRunningLengthWord32-com.googlecode.javaewah32.RunningLengthWord32-">BufferedRunningLengthWord32(RunningLengthWord32)</a></span> - Constructor for class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/BufferedRunningLengthWord32.html" title="class in com.googlecode.javaewah32">BufferedRunningLengthWord32</a></dt>
<dd>
<div class="block">Instantiates a new buffered running length word.</div>
</dd>
</dl>
<a name="I:C">
<!--   -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#cardinality--">cardinality()</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>
<div class="block">reports the number of bits set to true.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#cardinality--">cardinality()</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>
<div class="block">reports the number of bits set to true.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#clear--">clear()</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>
<div class="block">Clear any set bits and set size in bits back to 0</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#clear--">clear()</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>
<div class="block">Clear any set bits and set size in bits back to 0</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#clone--">clone()</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#clone--">clone()</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/googlecode/javaewah/package-summary.html">com.googlecode.javaewah</a> - package com.googlecode.javaewah</dt>
<dd>&nbsp;</dd>
<dt><a href="com/googlecode/javaewah/benchmark/package-summary.html">com.googlecode.javaewah.benchmark</a> - package com.googlecode.javaewah.benchmark</dt>
<dd>&nbsp;</dd>
<dt><a href="com/googlecode/javaewah32/package-summary.html">com.googlecode.javaewah32</a> - package com.googlecode.javaewah32</dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:D">
<!--   -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#deserialize-java.io.DataInput-">deserialize(DataInput)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>
<div class="block">Deserialize.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#deserialize-java.io.DataInput-">deserialize(DataInput)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>
<div class="block">Deserialize.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/BufferedRunningLengthWord.html#discardFirstWords-long-">discardFirstWords(long)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/BufferedRunningLengthWord.html" title="class in com.googlecode.javaewah">BufferedRunningLengthWord</a></dt>
<dd>
<div class="block">Discard first words.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/IteratingBufferedRunningLengthWord.html#discardFirstWords-long-">discardFirstWords(long)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/IteratingBufferedRunningLengthWord.html" title="class in com.googlecode.javaewah">IteratingBufferedRunningLengthWord</a></dt>
<dd>
<div class="block">Discard first words, iterating to the next running length word if needed.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/BufferedRunningLengthWord32.html#discardFirstWords-int-">discardFirstWords(int)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/BufferedRunningLengthWord32.html" title="class in com.googlecode.javaewah32">BufferedRunningLengthWord32</a></dt>
<dd>
<div class="block">Discard first words.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/IteratingBufferedRunningLengthWord32.html#discardFirstWords-int-">discardFirstWords(int)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/IteratingBufferedRunningLengthWord32.html" title="class in com.googlecode.javaewah32">IteratingBufferedRunningLengthWord32</a></dt>
<dd>
<div class="block">Discard first words, iterating to the next running length word if needed.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/IteratingBufferedRunningLengthWord.html#discharge-com.googlecode.javaewah.BitmapStorage-long-">discharge(BitmapStorage, long)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/IteratingBufferedRunningLengthWord.html" title="class in com.googlecode.javaewah">IteratingBufferedRunningLengthWord</a></dt>
<dd>
<div class="block">Write out up to max words, returns how many were written</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/IteratingBufferedRunningLengthWord.html#discharge-com.googlecode.javaewah.BitmapStorage-">discharge(BitmapStorage)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/IteratingBufferedRunningLengthWord.html" title="class in com.googlecode.javaewah">IteratingBufferedRunningLengthWord</a></dt>
<dd>
<div class="block">Write out the remaining words</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/IteratingBufferedRunningLengthWord32.html#discharge-com.googlecode.javaewah32.BitmapStorage32-int-">discharge(BitmapStorage32, int)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/IteratingBufferedRunningLengthWord32.html" title="class in com.googlecode.javaewah32">IteratingBufferedRunningLengthWord32</a></dt>
<dd>
<div class="block">Write out up to max words, returns how many were written</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/IteratingBufferedRunningLengthWord32.html#discharge-com.googlecode.javaewah32.BitmapStorage32-">discharge(BitmapStorage32)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/IteratingBufferedRunningLengthWord32.html" title="class in com.googlecode.javaewah32">IteratingBufferedRunningLengthWord32</a></dt>
<dd>
<div class="block">Write out the remaining words</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/IteratingBufferedRunningLengthWord32.html#discharge-com.googlecode.javaewah32.BufferedRunningLengthWord32-com.googlecode.javaewah32.EWAHIterator32-com.googlecode.javaewah32.BitmapStorage32-">discharge(BufferedRunningLengthWord32, EWAHIterator32, BitmapStorage32)</a></span> - Static method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/IteratingBufferedRunningLengthWord32.html" title="class in com.googlecode.javaewah32">IteratingBufferedRunningLengthWord32</a></dt>
<dd>
<div class="block">For internal use.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/IteratingBufferedRunningLengthWord.html#dischargeAsEmpty-com.googlecode.javaewah.BitmapStorage-">dischargeAsEmpty(BitmapStorage)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/IteratingBufferedRunningLengthWord.html" title="class in com.googlecode.javaewah">IteratingBufferedRunningLengthWord</a></dt>
<dd>
<div class="block">Write out the remain words, transforming them to zeroes.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/IteratingBufferedRunningLengthWord32.html#dischargeAsEmpty-com.googlecode.javaewah32.BitmapStorage32-">dischargeAsEmpty(BitmapStorage32)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/IteratingBufferedRunningLengthWord32.html" title="class in com.googlecode.javaewah32">IteratingBufferedRunningLengthWord32</a></dt>
<dd>
<div class="block">Write out the remain words, transforming them to zeroes.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/IteratingBufferedRunningLengthWord.html#dischargeNegated-com.googlecode.javaewah.BitmapStorage-long-">dischargeNegated(BitmapStorage, long)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/IteratingBufferedRunningLengthWord.html" title="class in com.googlecode.javaewah">IteratingBufferedRunningLengthWord</a></dt>
<dd>
<div class="block">Write out up to max words (negated), returns how many were written</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/IteratingBufferedRunningLengthWord32.html#dischargeNegated-com.googlecode.javaewah32.BitmapStorage32-int-">dischargeNegated(BitmapStorage32, int)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/IteratingBufferedRunningLengthWord32.html" title="class in com.googlecode.javaewah32">IteratingBufferedRunningLengthWord32</a></dt>
<dd>
<div class="block">Write out up to max words (negated), returns how many were written</div>
</dd>
</dl>
<a name="I:E">
<!--   -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>
<div class="block">Check to see whether the two compressed bitmaps contain the same set bits.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>
<div class="block">Check to see whether the two compressed bitmaps contain the same set bits.</div>
</dd>
<dt><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah"><span class="typeNameLink">EWAHCompressedBitmap</span></a> - Class in <a href="com/googlecode/javaewah/package-summary.html">com.googlecode.javaewah</a></dt>
<dd>
<div class="block">
 This implements the patent-free(1) EWAH scheme.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#EWAHCompressedBitmap--">EWAHCompressedBitmap()</a></span> - Constructor for class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>
<div class="block">Creates an empty bitmap (no bit set to true).</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#EWAHCompressedBitmap-int-">EWAHCompressedBitmap(int)</a></span> - Constructor for class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>
<div class="block">Sets explicitly the buffer size (in 64-bit words).</div>
</dd>
<dt><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32"><span class="typeNameLink">EWAHCompressedBitmap32</span></a> - Class in <a href="com/googlecode/javaewah32/package-summary.html">com.googlecode.javaewah32</a></dt>
<dd>
<div class="block">
 This implements the patent-free EWAH scheme.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#EWAHCompressedBitmap32--">EWAHCompressedBitmap32()</a></span> - Constructor for class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>
<div class="block">Creates an empty bitmap (no bit set to true).</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#EWAHCompressedBitmap32-int-">EWAHCompressedBitmap32(int)</a></span> - Constructor for class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>
<div class="block">Sets explicitly the buffer size (in 32-bit words).</div>
</dd>
<dt><a href="com/googlecode/javaewah/EWAHIterator.html" title="class in com.googlecode.javaewah"><span class="typeNameLink">EWAHIterator</span></a> - Class in <a href="com/googlecode/javaewah/package-summary.html">com.googlecode.javaewah</a></dt>
<dd>
<div class="block">The class EWAHIterator represents a special type of
 efficient iterator iterating over (uncompressed) words of bits.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHIterator.html#EWAHIterator-long:A-int-">EWAHIterator(long[], int)</a></span> - Constructor for class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHIterator.html" title="class in com.googlecode.javaewah">EWAHIterator</a></dt>
<dd>
<div class="block">Instantiates a new eWAH iterator.</div>
</dd>
<dt><a href="com/googlecode/javaewah32/EWAHIterator32.html" title="class in com.googlecode.javaewah32"><span class="typeNameLink">EWAHIterator32</span></a> - Class in <a href="com/googlecode/javaewah32/package-summary.html">com.googlecode.javaewah32</a></dt>
<dd>
<div class="block">The class EWAHIterator represents a special type of
 efficient iterator iterating over (uncompressed) words of bits.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHIterator32.html#EWAHIterator32-int:A-int-">EWAHIterator32(int[], int)</a></span> - Constructor for class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHIterator32.html" title="class in com.googlecode.javaewah32">EWAHIterator32</a></dt>
<dd>
<div class="block">Instantiates a new eWAH iterator.</div>
</dd>
</dl>
<a name="I:F">
<!--   -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><a href="com/googlecode/javaewah/FastAggregation.html" title="class in com.googlecode.javaewah"><span class="typeNameLink">FastAggregation</span></a> - Class in <a href="com/googlecode/javaewah/package-summary.html">com.googlecode.javaewah</a></dt>
<dd>
<div class="block">Fast algorithms to aggregate many bitmaps.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/FastAggregation.html#FastAggregation--">FastAggregation()</a></span> - Constructor for class com.googlecode.javaewah.<a href="com/googlecode/javaewah/FastAggregation.html" title="class in com.googlecode.javaewah">FastAggregation</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:G">
<!--   -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/BitCounter.html#getCount--">getCount()</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/BitCounter.html" title="class in com.googlecode.javaewah">BitCounter</a></dt>
<dd>
<div class="block">As you act on this class, it records the number of set (true) bits.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/BitCounter32.html#getCount--">getCount()</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/BitCounter32.html" title="class in com.googlecode.javaewah32">BitCounter32</a></dt>
<dd>
<div class="block">As you act on this class, it records the number of set (true) bits.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#getEWAHIterator--">getEWAHIterator()</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>
<div class="block">Gets an EWAHIterator over the data.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHIterator.html#getEWAHIterator-com.googlecode.javaewah.EWAHCompressedBitmap-">getEWAHIterator(EWAHCompressedBitmap)</a></span> - Static method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHIterator.html" title="class in com.googlecode.javaewah">EWAHIterator</a></dt>
<dd>
<div class="block">Allow expert developers to instantiate an EWAHIterator.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#getEWAHIterator--">getEWAHIterator()</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>
<div class="block">Gets an EWAHIterator over the data.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHIterator32.html#getEWAHIterator-com.googlecode.javaewah32.EWAHCompressedBitmap32-">getEWAHIterator(EWAHCompressedBitmap32)</a></span> - Static method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHIterator32.html" title="class in com.googlecode.javaewah32">EWAHIterator32</a></dt>
<dd>
<div class="block">Allow expert developers to instantiate an EWAHIterator.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/IteratingBufferedRunningLengthWord.html#getLiteralWordAt-int-">getLiteralWordAt(int)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/IteratingBufferedRunningLengthWord.html" title="class in com.googlecode.javaewah">IteratingBufferedRunningLengthWord</a></dt>
<dd>
<div class="block">Get the nth literal word for the current running length word</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/IteratingBufferedRunningLengthWord32.html#getLiteralWordAt-int-">getLiteralWordAt(int)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/IteratingBufferedRunningLengthWord32.html" title="class in com.googlecode.javaewah32">IteratingBufferedRunningLengthWord32</a></dt>
<dd>
<div class="block">Get the nth literal word for the current running length word</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/BufferedRunningLengthWord.html#getNumberOfLiteralWords--">getNumberOfLiteralWords()</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/BufferedRunningLengthWord.html" title="class in com.googlecode.javaewah">BufferedRunningLengthWord</a></dt>
<dd>
<div class="block">Gets the number of literal words.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/IteratingBufferedRunningLengthWord.html#getNumberOfLiteralWords--">getNumberOfLiteralWords()</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/IteratingBufferedRunningLengthWord.html" title="class in com.googlecode.javaewah">IteratingBufferedRunningLengthWord</a></dt>
<dd>
<div class="block">Gets the number of literal words for the current running length word.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/RunningLengthWord.html#getNumberOfLiteralWords--">getNumberOfLiteralWords()</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/RunningLengthWord.html" title="class in com.googlecode.javaewah">RunningLengthWord</a></dt>
<dd>
<div class="block">Gets the number of literal words.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/BufferedRunningLengthWord32.html#getNumberOfLiteralWords--">getNumberOfLiteralWords()</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/BufferedRunningLengthWord32.html" title="class in com.googlecode.javaewah32">BufferedRunningLengthWord32</a></dt>
<dd>
<div class="block">Gets the number of literal words.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/IteratingBufferedRunningLengthWord32.html#getNumberOfLiteralWords--">getNumberOfLiteralWords()</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/IteratingBufferedRunningLengthWord32.html" title="class in com.googlecode.javaewah32">IteratingBufferedRunningLengthWord32</a></dt>
<dd>
<div class="block">Gets the number of literal words for the current running length word.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/RunningLengthWord32.html#getNumberOfLiteralWords--">getNumberOfLiteralWords()</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/RunningLengthWord32.html" title="class in com.googlecode.javaewah32">RunningLengthWord32</a></dt>
<dd>
<div class="block">Gets the number of literal words.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#getPositions--">getPositions()</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>
<div class="block">get the locations of the true values as one vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#getPositions--">getPositions()</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>
<div class="block">get the locations of the true values as one vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/BufferedRunningLengthWord.html#getRunningBit--">getRunningBit()</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/BufferedRunningLengthWord.html" title="class in com.googlecode.javaewah">BufferedRunningLengthWord</a></dt>
<dd>
<div class="block">Gets the running bit.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/IteratingBufferedRunningLengthWord.html#getRunningBit--">getRunningBit()</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/IteratingBufferedRunningLengthWord.html" title="class in com.googlecode.javaewah">IteratingBufferedRunningLengthWord</a></dt>
<dd>
<div class="block">Gets the running bit.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/RunningLengthWord.html#getRunningBit--">getRunningBit()</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/RunningLengthWord.html" title="class in com.googlecode.javaewah">RunningLengthWord</a></dt>
<dd>
<div class="block">Gets the running bit.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/BufferedRunningLengthWord32.html#getRunningBit--">getRunningBit()</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/BufferedRunningLengthWord32.html" title="class in com.googlecode.javaewah32">BufferedRunningLengthWord32</a></dt>
<dd>
<div class="block">Gets the running bit.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/IteratingBufferedRunningLengthWord32.html#getRunningBit--">getRunningBit()</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/IteratingBufferedRunningLengthWord32.html" title="class in com.googlecode.javaewah32">IteratingBufferedRunningLengthWord32</a></dt>
<dd>
<div class="block">Gets the running bit.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/RunningLengthWord32.html#getRunningBit--">getRunningBit()</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/RunningLengthWord32.html" title="class in com.googlecode.javaewah32">RunningLengthWord32</a></dt>
<dd>
<div class="block">Gets the running bit.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/BufferedRunningLengthWord.html#getRunningLength--">getRunningLength()</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/BufferedRunningLengthWord.html" title="class in com.googlecode.javaewah">BufferedRunningLengthWord</a></dt>
<dd>
<div class="block">Gets the running length.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/IteratingBufferedRunningLengthWord.html#getRunningLength--">getRunningLength()</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/IteratingBufferedRunningLengthWord.html" title="class in com.googlecode.javaewah">IteratingBufferedRunningLengthWord</a></dt>
<dd>
<div class="block">Gets the running length.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/RunningLengthWord.html#getRunningLength--">getRunningLength()</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/RunningLengthWord.html" title="class in com.googlecode.javaewah">RunningLengthWord</a></dt>
<dd>
<div class="block">Gets the running length.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/BufferedRunningLengthWord32.html#getRunningLength--">getRunningLength()</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/BufferedRunningLengthWord32.html" title="class in com.googlecode.javaewah32">BufferedRunningLengthWord32</a></dt>
<dd>
<div class="block">Gets the running length.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/IteratingBufferedRunningLengthWord32.html#getRunningLength--">getRunningLength()</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/IteratingBufferedRunningLengthWord32.html" title="class in com.googlecode.javaewah32">IteratingBufferedRunningLengthWord32</a></dt>
<dd>
<div class="block">Gets the running length.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/RunningLengthWord32.html#getRunningLength--">getRunningLength()</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/RunningLengthWord32.html" title="class in com.googlecode.javaewah32">RunningLengthWord32</a></dt>
<dd>
<div class="block">Gets the running length.</div>
</dd>
</dl>
<a name="I:H">
<!--   -->
</a>
<h2 class="title">H</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#hashCode--">hashCode()</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>
<div class="block">Returns a customized hash code (based on Karp-Rabin).</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#hashCode--">hashCode()</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>
<div class="block">Returns a customized hash code (based on Karp-Rabin).</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHIterator.html#hasNext--">hasNext()</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHIterator.html" title="class in com.googlecode.javaewah">EWAHIterator</a></dt>
<dd>
<div class="block">Checks for next.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/IntIterator.html#hasNext--">hasNext()</a></span> - Method in interface com.googlecode.javaewah.<a href="com/googlecode/javaewah/IntIterator.html" title="interface in com.googlecode.javaewah">IntIterator</a></dt>
<dd>
<div class="block">Is there more?</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHIterator32.html#hasNext--">hasNext()</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHIterator32.html" title="class in com.googlecode.javaewah32">EWAHIterator32</a></dt>
<dd>
<div class="block">Checks for next.</div>
</dd>
</dl>
<a name="I:I">
<!--   -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#intersects-com.googlecode.javaewah.EWAHCompressedBitmap-">intersects(EWAHCompressedBitmap)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>
<div class="block">Return true if the two EWAHCompressedBitmap have both at least one true bit
 in the same position.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#intersects-com.googlecode.javaewah32.EWAHCompressedBitmap32-">intersects(EWAHCompressedBitmap32)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>
<div class="block">Return true if the two EWAHCompressedBitmap have both at least one true bit
 in the same position.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#intIterator--">intIterator()</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>
<div class="block">Iterator over the set bits (this is what most people will want to use to
 browse the content if they want an iterator).</div>
</dd>
<dt><a href="com/googlecode/javaewah/IntIterator.html" title="interface in com.googlecode.javaewah"><span class="typeNameLink">IntIterator</span></a> - Interface in <a href="com/googlecode/javaewah/package-summary.html">com.googlecode.javaewah</a></dt>
<dd>
<div class="block">The IntIterator interface is used to  iterate over a stream of integers.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#intIterator--">intIterator()</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>
<div class="block">Iterator over the set bits (this is what most people will want to use to
 browse the content if they want an iterator).</div>
</dd>
<dt><a href="com/googlecode/javaewah/IteratingBufferedRunningLengthWord.html" title="class in com.googlecode.javaewah"><span class="typeNameLink">IteratingBufferedRunningLengthWord</span></a> - Class in <a href="com/googlecode/javaewah/package-summary.html">com.googlecode.javaewah</a></dt>
<dd>
<div class="block">Mostly for internal use.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/IteratingBufferedRunningLengthWord.html#IteratingBufferedRunningLengthWord-com.googlecode.javaewah.EWAHIterator-">IteratingBufferedRunningLengthWord(EWAHIterator)</a></span> - Constructor for class com.googlecode.javaewah.<a href="com/googlecode/javaewah/IteratingBufferedRunningLengthWord.html" title="class in com.googlecode.javaewah">IteratingBufferedRunningLengthWord</a></dt>
<dd>
<div class="block">Instantiates a new iterating buffered running length word.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/IteratingBufferedRunningLengthWord.html#IteratingBufferedRunningLengthWord-com.googlecode.javaewah.EWAHCompressedBitmap-">IteratingBufferedRunningLengthWord(EWAHCompressedBitmap)</a></span> - Constructor for class com.googlecode.javaewah.<a href="com/googlecode/javaewah/IteratingBufferedRunningLengthWord.html" title="class in com.googlecode.javaewah">IteratingBufferedRunningLengthWord</a></dt>
<dd>
<div class="block">Instantiates a new iterating buffered running length word.</div>
</dd>
<dt><a href="com/googlecode/javaewah32/IteratingBufferedRunningLengthWord32.html" title="class in com.googlecode.javaewah32"><span class="typeNameLink">IteratingBufferedRunningLengthWord32</span></a> - Class in <a href="com/googlecode/javaewah32/package-summary.html">com.googlecode.javaewah32</a></dt>
<dd>
<div class="block">Mostly for internal use.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/IteratingBufferedRunningLengthWord32.html#IteratingBufferedRunningLengthWord32-com.googlecode.javaewah32.EWAHIterator32-">IteratingBufferedRunningLengthWord32(EWAHIterator32)</a></span> - Constructor for class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/IteratingBufferedRunningLengthWord32.html" title="class in com.googlecode.javaewah32">IteratingBufferedRunningLengthWord32</a></dt>
<dd>
<div class="block">Instantiates a new iterating buffered running length word.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/IteratingBufferedRunningLengthWord32.html#IteratingBufferedRunningLengthWord32-com.googlecode.javaewah32.EWAHCompressedBitmap32-">IteratingBufferedRunningLengthWord32(EWAHCompressedBitmap32)</a></span> - Constructor for class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/IteratingBufferedRunningLengthWord32.html" title="class in com.googlecode.javaewah32">IteratingBufferedRunningLengthWord32</a></dt>
<dd>
<div class="block">Instantiates a new iterating buffered running length word.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#iterator--">iterator()</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>
<div class="block">iterate over the positions of the true values.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#iterator--">iterator()</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>
<div class="block">iterate over the positions of the true values.</div>
</dd>
</dl>
<a name="I:L">
<!--   -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/RunningLengthWord.html#largestliteralcount">largestliteralcount</a></span> - Static variable in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/RunningLengthWord.html" title="class in com.googlecode.javaewah">RunningLengthWord</a></dt>
<dd>
<div class="block">largest number of literal words in a run.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/RunningLengthWord32.html#largestliteralcount">largestliteralcount</a></span> - Static variable in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/RunningLengthWord32.html" title="class in com.googlecode.javaewah32">RunningLengthWord32</a></dt>
<dd>
<div class="block">largest number of literal words in a run.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/RunningLengthWord.html#largestrunninglengthcount">largestrunninglengthcount</a></span> - Static variable in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/RunningLengthWord.html" title="class in com.googlecode.javaewah">RunningLengthWord</a></dt>
<dd>
<div class="block">largest number of clean words in a run</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/RunningLengthWord32.html#largestrunninglengthcount">largestrunninglengthcount</a></span> - Static variable in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/RunningLengthWord32.html" title="class in com.googlecode.javaewah32">RunningLengthWord32</a></dt>
<dd>
<div class="block">largest number of clean words in a run</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/BufferedRunningLengthWord.html#literalwordoffset">literalwordoffset</a></span> - Variable in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/BufferedRunningLengthWord.html" title="class in com.googlecode.javaewah">BufferedRunningLengthWord</a></dt>
<dd>
<div class="block">how many literal words have we read so far?</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/BufferedRunningLengthWord32.html#literalwordoffset">literalwordoffset</a></span> - Variable in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/BufferedRunningLengthWord32.html" title="class in com.googlecode.javaewah32">BufferedRunningLengthWord32</a></dt>
<dd>
<div class="block">how many literal words have we read so far?</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHIterator.html#literalWords--">literalWords()</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHIterator.html" title="class in com.googlecode.javaewah">EWAHIterator</a></dt>
<dd>
<div class="block">Position of the literal words represented by this running length word.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHIterator32.html#literalWords--">literalWords()</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHIterator32.html" title="class in com.googlecode.javaewah32">EWAHIterator32</a></dt>
<dd>
<div class="block">Position of the literal words represented by this running length word.</div>
</dd>
<dt><a href="com/googlecode/javaewah/LogicalElement.html" title="interface in com.googlecode.javaewah"><span class="typeNameLink">LogicalElement</span></a>&lt;<a href="com/googlecode/javaewah/LogicalElement.html" title="type parameter in LogicalElement">T</a>&gt; - Interface in <a href="com/googlecode/javaewah/package-summary.html">com.googlecode.javaewah</a></dt>
<dd>
<div class="block">A prototypical model for bitmaps.</div>
</dd>
</dl>
<a name="I:M">
<!--   -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/benchmark/Benchmark.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class com.googlecode.javaewah.benchmark.<a href="com/googlecode/javaewah/benchmark/Benchmark.html" title="class in com.googlecode.javaewah.benchmark">Benchmark</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:N">
<!--   -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHIterator.html#next--">next()</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHIterator.html" title="class in com.googlecode.javaewah">EWAHIterator</a></dt>
<dd>
<div class="block">Next running length word.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/IntIterator.html#next--">next()</a></span> - Method in interface com.googlecode.javaewah.<a href="com/googlecode/javaewah/IntIterator.html" title="interface in com.googlecode.javaewah">IntIterator</a></dt>
<dd>
<div class="block">Return the next integer</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHIterator32.html#next--">next()</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHIterator32.html" title="class in com.googlecode.javaewah32">EWAHIterator32</a></dt>
<dd>
<div class="block">Next running length word.</div>
</dd>
<dt><a href="com/googlecode/javaewah/NonEmptyVirtualStorage.html" title="class in com.googlecode.javaewah"><span class="typeNameLink">NonEmptyVirtualStorage</span></a> - Class in <a href="com/googlecode/javaewah/package-summary.html">com.googlecode.javaewah</a></dt>
<dd>
<div class="block">This is a BitmapStorage that can be used to determine quickly if the result
 of an operation is non-trivial...</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/NonEmptyVirtualStorage.html#NonEmptyVirtualStorage--">NonEmptyVirtualStorage()</a></span> - Constructor for class com.googlecode.javaewah.<a href="com/googlecode/javaewah/NonEmptyVirtualStorage.html" title="class in com.googlecode.javaewah">NonEmptyVirtualStorage</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/googlecode/javaewah32/NonEmptyVirtualStorage32.html" title="class in com.googlecode.javaewah32"><span class="typeNameLink">NonEmptyVirtualStorage32</span></a> - Class in <a href="com/googlecode/javaewah32/package-summary.html">com.googlecode.javaewah32</a></dt>
<dd>
<div class="block">This is a BitmapStorage that can be used to determine quickly
 if the result of an operation is non-trivial...</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/NonEmptyVirtualStorage32.html#NonEmptyVirtualStorage32--">NonEmptyVirtualStorage32()</a></span> - Constructor for class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/NonEmptyVirtualStorage32.html" title="class in com.googlecode.javaewah32">NonEmptyVirtualStorage32</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#not--">not()</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>
<div class="block">Negate (bitwise) the current bitmap.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/LogicalElement.html#not--">not()</a></span> - Method in interface com.googlecode.javaewah.<a href="com/googlecode/javaewah/LogicalElement.html" title="interface in com.googlecode.javaewah">LogicalElement</a></dt>
<dd>
<div class="block">Compute the bitwise logical not (in place)</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#not--">not()</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>
<div class="block">Negate (bitwise) the current bitmap.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/BufferedRunningLengthWord.html#NumberOfLiteralWords">NumberOfLiteralWords</a></span> - Variable in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/BufferedRunningLengthWord.html" title="class in com.googlecode.javaewah">BufferedRunningLengthWord</a></dt>
<dd>
<div class="block">The Number of literal words.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/BufferedRunningLengthWord32.html#NumberOfLiteralWords">NumberOfLiteralWords</a></span> - Variable in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/BufferedRunningLengthWord32.html" title="class in com.googlecode.javaewah32">BufferedRunningLengthWord32</a></dt>
<dd>
<div class="block">The Number of literal words.</div>
</dd>
</dl>
<a name="I:O">
<!--   -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#oldaddStreamOfEmptyWords-boolean-int-">oldaddStreamOfEmptyWords(boolean, int)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#or-com.googlecode.javaewah.EWAHCompressedBitmap-">or(EWAHCompressedBitmap)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>
<div class="block">Returns a new compressed bitmap containing the bitwise OR values of the
 current bitmap with some other bitmap.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#or-com.googlecode.javaewah.EWAHCompressedBitmap...-">or(EWAHCompressedBitmap...)</a></span> - Static method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>
<div class="block">Returns a new compressed bitmap containing the bitwise OR values of the
 provided bitmaps.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/FastAggregation.html#or-T...-">or(T...)</a></span> - Static method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/FastAggregation.html" title="class in com.googlecode.javaewah">FastAggregation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/LogicalElement.html#or-T-">or(T)</a></span> - Method in interface com.googlecode.javaewah.<a href="com/googlecode/javaewah/LogicalElement.html" title="interface in com.googlecode.javaewah">LogicalElement</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#or-com.googlecode.javaewah32.EWAHCompressedBitmap32-">or(EWAHCompressedBitmap32)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>
<div class="block">Returns a new compressed bitmap containing the bitwise OR values of the
 current bitmap with some other bitmap.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#or-com.googlecode.javaewah32.EWAHCompressedBitmap32...-">or(EWAHCompressedBitmap32...)</a></span> - Static method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>
<div class="block">Returns a new compressed bitmap containing the bitwise OR values of the
 provided bitmaps.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#orCardinality-com.googlecode.javaewah.EWAHCompressedBitmap-">orCardinality(EWAHCompressedBitmap)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>
<div class="block">Returns the cardinality of the result of a bitwise OR of the values of the
 current bitmap with some other bitmap.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#orCardinality-com.googlecode.javaewah.EWAHCompressedBitmap...-">orCardinality(EWAHCompressedBitmap...)</a></span> - Static method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>
<div class="block">Returns the cardinality of the result of a bitwise OR of the values of the
 provided bitmaps.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#orCardinality-com.googlecode.javaewah32.EWAHCompressedBitmap32-">orCardinality(EWAHCompressedBitmap32)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>
<div class="block">Returns the cardinality of the result of a bitwise OR of the values of the
 current bitmap with some other bitmap.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#orCardinality-com.googlecode.javaewah32.EWAHCompressedBitmap32...-">orCardinality(EWAHCompressedBitmap32...)</a></span> - Static method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>
<div class="block">Returns the cardinality of the result of a bitwise OR of the values of the
 provided bitmaps.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#orToContainer-com.googlecode.javaewah.EWAHCompressedBitmap-com.googlecode.javaewah.BitmapStorage-">orToContainer(EWAHCompressedBitmap, BitmapStorage)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>
<div class="block">Computes the bitwise or between the current bitmap and the bitmap "a".</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#orToContainer-com.googlecode.javaewah32.EWAHCompressedBitmap32-com.googlecode.javaewah32.BitmapStorage32-">orToContainer(EWAHCompressedBitmap32, BitmapStorage32)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>
<div class="block">Computes the bitwise or between the current bitmap and the bitmap "a".</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#orWithContainer-com.googlecode.javaewah.BitmapStorage-com.googlecode.javaewah.EWAHCompressedBitmap...-">orWithContainer(BitmapStorage, EWAHCompressedBitmap...)</a></span> - Static method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>
<div class="block">For internal use.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#orWithContainer-com.googlecode.javaewah32.BitmapStorage32-com.googlecode.javaewah32.EWAHCompressedBitmap32...-">orWithContainer(BitmapStorage32, EWAHCompressedBitmap32...)</a></span> - Static method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>
<div class="block">For internal use.</div>
</dd>
</dl>
<a name="I:P">
<!--   -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/RunningLengthWord.html#position">position</a></span> - Variable in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/RunningLengthWord.html" title="class in com.googlecode.javaewah">RunningLengthWord</a></dt>
<dd>
<div class="block">The position in array.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/RunningLengthWord32.html#position">position</a></span> - Variable in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/RunningLengthWord32.html" title="class in com.googlecode.javaewah32">RunningLengthWord32</a></dt>
<dd>
<div class="block">The position in array.</div>
</dd>
</dl>
<a name="I:R">
<!--   -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#readExternal-java.io.ObjectInput-">readExternal(ObjectInput)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#readExternal-java.io.ObjectInput-">readExternal(ObjectInput)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/BufferedRunningLengthWord.html#reset-long-">reset(long)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/BufferedRunningLengthWord.html" title="class in com.googlecode.javaewah">BufferedRunningLengthWord</a></dt>
<dd>
<div class="block">Reset the values using the provided word.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/BufferedRunningLengthWord.html#reset-com.googlecode.javaewah.RunningLengthWord-">reset(RunningLengthWord)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/BufferedRunningLengthWord.html" title="class in com.googlecode.javaewah">BufferedRunningLengthWord</a></dt>
<dd>
<div class="block">Reset the values of this running length word so that it has the same values
 as the other running length word.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/BufferedRunningLengthWord32.html#reset-int-">reset(int)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/BufferedRunningLengthWord32.html" title="class in com.googlecode.javaewah32">BufferedRunningLengthWord32</a></dt>
<dd>
<div class="block">Reset the values using the provided word.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/BufferedRunningLengthWord32.html#reset-com.googlecode.javaewah32.RunningLengthWord32-">reset(RunningLengthWord32)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/BufferedRunningLengthWord32.html" title="class in com.googlecode.javaewah32">BufferedRunningLengthWord32</a></dt>
<dd>
<div class="block">Reset the values of this running length word so that it has the same values
 as the other running length word.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/BufferedRunningLengthWord.html#RunningBit">RunningBit</a></span> - Variable in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/BufferedRunningLengthWord.html" title="class in com.googlecode.javaewah">BufferedRunningLengthWord</a></dt>
<dd>
<div class="block">The Running bit.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/BufferedRunningLengthWord32.html#RunningBit">RunningBit</a></span> - Variable in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/BufferedRunningLengthWord32.html" title="class in com.googlecode.javaewah32">BufferedRunningLengthWord32</a></dt>
<dd>
<div class="block">The Running bit.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/BufferedRunningLengthWord.html#RunningLength">RunningLength</a></span> - Variable in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/BufferedRunningLengthWord.html" title="class in com.googlecode.javaewah">BufferedRunningLengthWord</a></dt>
<dd>
<div class="block">The Running length.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/BufferedRunningLengthWord32.html#RunningLength">RunningLength</a></span> - Variable in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/BufferedRunningLengthWord32.html" title="class in com.googlecode.javaewah32">BufferedRunningLengthWord32</a></dt>
<dd>
<div class="block">The Running length.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/RunningLengthWord.html#runninglengthbits">runninglengthbits</a></span> - Static variable in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/RunningLengthWord.html" title="class in com.googlecode.javaewah">RunningLengthWord</a></dt>
<dd>
<div class="block">number of bits dedicated to marking  of the running length of clean words</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/RunningLengthWord32.html#runninglengthbits">runninglengthbits</a></span> - Static variable in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/RunningLengthWord32.html" title="class in com.googlecode.javaewah32">RunningLengthWord32</a></dt>
<dd>
<div class="block">number of bits dedicated to marking  of the running length of clean words</div>
</dd>
<dt><a href="com/googlecode/javaewah/RunningLengthWord.html" title="class in com.googlecode.javaewah"><span class="typeNameLink">RunningLengthWord</span></a> - Class in <a href="com/googlecode/javaewah/package-summary.html">com.googlecode.javaewah</a></dt>
<dd>
<div class="block">Mostly for internal use.</div>
</dd>
<dt><a href="com/googlecode/javaewah32/RunningLengthWord32.html" title="class in com.googlecode.javaewah32"><span class="typeNameLink">RunningLengthWord32</span></a> - Class in <a href="com/googlecode/javaewah32/package-summary.html">com.googlecode.javaewah32</a></dt>
<dd>
<div class="block">Mostly for internal use.</div>
</dd>
</dl>
<a name="I:S">
<!--   -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#serialize-java.io.DataOutput-">serialize(DataOutput)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>
<div class="block">Serialize.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#serialize-java.io.DataOutput-">serialize(DataOutput)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>
<div class="block">Serialize.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#serializedSizeInBytes--">serializedSizeInBytes()</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>
<div class="block">Report the size required to serialize this bitmap</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#serializedSizeInBytes--">serializedSizeInBytes()</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>
<div class="block">Report the size required to serialize this bitmap</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#set-int-">set(int)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>
<div class="block">set the bit at position i to true, the bits must be set in increasing
 order.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#set-int-">set(int)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>
<div class="block">set the bit at position i to true, the bits must be set in increasing
 order.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/BufferedRunningLengthWord.html#setNumberOfLiteralWords-int-">setNumberOfLiteralWords(int)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/BufferedRunningLengthWord.html" title="class in com.googlecode.javaewah">BufferedRunningLengthWord</a></dt>
<dd>
<div class="block">Sets the number of literal words.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/RunningLengthWord.html#setNumberOfLiteralWords-long-">setNumberOfLiteralWords(long)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/RunningLengthWord.html" title="class in com.googlecode.javaewah">RunningLengthWord</a></dt>
<dd>
<div class="block">Sets the number of literal words.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/BufferedRunningLengthWord32.html#setNumberOfLiteralWords-int-">setNumberOfLiteralWords(int)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/BufferedRunningLengthWord32.html" title="class in com.googlecode.javaewah32">BufferedRunningLengthWord32</a></dt>
<dd>
<div class="block">Sets the number of literal words.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/RunningLengthWord32.html#setNumberOfLiteralWords-int-">setNumberOfLiteralWords(int)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/RunningLengthWord32.html" title="class in com.googlecode.javaewah32">RunningLengthWord32</a></dt>
<dd>
<div class="block">Sets the number of literal words.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/BufferedRunningLengthWord.html#setRunningBit-boolean-">setRunningBit(boolean)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/BufferedRunningLengthWord.html" title="class in com.googlecode.javaewah">BufferedRunningLengthWord</a></dt>
<dd>
<div class="block">Sets the running bit.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/RunningLengthWord.html#setRunningBit-boolean-">setRunningBit(boolean)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/RunningLengthWord.html" title="class in com.googlecode.javaewah">RunningLengthWord</a></dt>
<dd>
<div class="block">Sets the running bit.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/BufferedRunningLengthWord32.html#setRunningBit-boolean-">setRunningBit(boolean)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/BufferedRunningLengthWord32.html" title="class in com.googlecode.javaewah32">BufferedRunningLengthWord32</a></dt>
<dd>
<div class="block">Sets the running bit.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/RunningLengthWord32.html#setRunningBit-boolean-">setRunningBit(boolean)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/RunningLengthWord32.html" title="class in com.googlecode.javaewah32">RunningLengthWord32</a></dt>
<dd>
<div class="block">Sets the running bit.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/BufferedRunningLengthWord.html#setRunningLength-long-">setRunningLength(long)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/BufferedRunningLengthWord.html" title="class in com.googlecode.javaewah">BufferedRunningLengthWord</a></dt>
<dd>
<div class="block">Sets the running length.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/RunningLengthWord.html#setRunningLength-long-">setRunningLength(long)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/RunningLengthWord.html" title="class in com.googlecode.javaewah">RunningLengthWord</a></dt>
<dd>
<div class="block">Sets the running length.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/BufferedRunningLengthWord32.html#setRunningLength-int-">setRunningLength(int)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/BufferedRunningLengthWord32.html" title="class in com.googlecode.javaewah32">BufferedRunningLengthWord32</a></dt>
<dd>
<div class="block">Sets the running length.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/RunningLengthWord32.html#setRunningLength-int-">setRunningLength(int)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/RunningLengthWord32.html" title="class in com.googlecode.javaewah32">RunningLengthWord32</a></dt>
<dd>
<div class="block">Sets the running length.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/BitCounter.html#setSizeInBits-int-">setSizeInBits(int)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/BitCounter.html" title="class in com.googlecode.javaewah">BitCounter</a></dt>
<dd>
<div class="block">should directly set the sizeinbits field, but is effectively ignored in
 this class.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/BitmapStorage.html#setSizeInBits-int-">setSizeInBits(int)</a></span> - Method in interface com.googlecode.javaewah.<a href="com/googlecode/javaewah/BitmapStorage.html" title="interface in com.googlecode.javaewah">BitmapStorage</a></dt>
<dd>
<div class="block">directly set the sizeinbits field</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#setSizeInBits-int-">setSizeInBits(int)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>
<div class="block">set the size in bits</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#setSizeInBits-int-boolean-">setSizeInBits(int, boolean)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>
<div class="block">Change the reported size in bits of the *uncompressed* bitmap represented
 by this compressed bitmap.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/NonEmptyVirtualStorage.html#setSizeInBits-int-">setSizeInBits(int)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/NonEmptyVirtualStorage.html" title="class in com.googlecode.javaewah">NonEmptyVirtualStorage</a></dt>
<dd>
<div class="block">Does nothing.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/BitCounter32.html#setSizeInBits-int-">setSizeInBits(int)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/BitCounter32.html" title="class in com.googlecode.javaewah32">BitCounter32</a></dt>
<dd>
<div class="block">should directly set the sizeinbits field, but is effectively ignored in this class.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/BitmapStorage32.html#setSizeInBits-int-">setSizeInBits(int)</a></span> - Method in interface com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/BitmapStorage32.html" title="interface in com.googlecode.javaewah32">BitmapStorage32</a></dt>
<dd>
<div class="block">directly set the sizeinbits field</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#setSizeInBits-int-">setSizeInBits(int)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>
<div class="block">set the size in bits</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#setSizeInBits-int-boolean-">setSizeInBits(int, boolean)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>
<div class="block">Change the reported size in bits of the *uncompressed* bitmap represented
 by this compressed bitmap.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/NonEmptyVirtualStorage32.html#setSizeInBits-int-">setSizeInBits(int)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/NonEmptyVirtualStorage32.html" title="class in com.googlecode.javaewah32">NonEmptyVirtualStorage32</a></dt>
<dd>
<div class="block">Does nothing.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/BufferedRunningLengthWord.html#size--">size()</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/BufferedRunningLengthWord.html" title="class in com.googlecode.javaewah">BufferedRunningLengthWord</a></dt>
<dd>
<div class="block">Size in uncompressed words.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/IteratingBufferedRunningLengthWord.html#size--">size()</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/IteratingBufferedRunningLengthWord.html" title="class in com.googlecode.javaewah">IteratingBufferedRunningLengthWord</a></dt>
<dd>
<div class="block">Size in uncompressed words of the current running length word.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/RunningLengthWord.html#size--">size()</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/RunningLengthWord.html" title="class in com.googlecode.javaewah">RunningLengthWord</a></dt>
<dd>
<div class="block">Return the size in uncompressed words represented by
 this running length word.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/BufferedRunningLengthWord32.html#size--">size()</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/BufferedRunningLengthWord32.html" title="class in com.googlecode.javaewah32">BufferedRunningLengthWord32</a></dt>
<dd>
<div class="block">Size in uncompressed words.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/IteratingBufferedRunningLengthWord32.html#size--">size()</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/IteratingBufferedRunningLengthWord32.html" title="class in com.googlecode.javaewah32">IteratingBufferedRunningLengthWord32</a></dt>
<dd>
<div class="block">Size in uncompressed words of the current running length word.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/RunningLengthWord32.html#size--">size()</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/RunningLengthWord32.html" title="class in com.googlecode.javaewah32">RunningLengthWord32</a></dt>
<dd>
<div class="block">Return the size in uncompressed words represented by
 this running length word.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#sizeInBits--">sizeInBits()</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>
<div class="block">Returns the size in bits of the *uncompressed* bitmap represented by this
 compressed bitmap.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/LogicalElement.html#sizeInBits--">sizeInBits()</a></span> - Method in interface com.googlecode.javaewah.<a href="com/googlecode/javaewah/LogicalElement.html" title="interface in com.googlecode.javaewah">LogicalElement</a></dt>
<dd>
<div class="block">How many logical bits does this element represent?</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#sizeInBits--">sizeInBits()</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>
<div class="block">Returns the size in bits of the *uncompressed* bitmap represented by this
 compressed bitmap.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#sizeInBytes--">sizeInBytes()</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>
<div class="block">Report the *compressed* size of the bitmap (equivalent to memory usage,
 after accounting for some overhead).</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/LogicalElement.html#sizeInBytes--">sizeInBytes()</a></span> - Method in interface com.googlecode.javaewah.<a href="com/googlecode/javaewah/LogicalElement.html" title="interface in com.googlecode.javaewah">LogicalElement</a></dt>
<dd>
<div class="block">Should report the storage requirement</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#sizeInBytes--">sizeInBytes()</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>
<div class="block">Report the *compressed* size of the bitmap (equivalent to memory usage,
 after accounting for some overhead).</div>
</dd>
</dl>
<a name="I:T">
<!--   -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/benchmark/Benchmark.html#test-int-int-int-">test(int, int, int)</a></span> - Static method in class com.googlecode.javaewah.benchmark.<a href="com/googlecode/javaewah/benchmark/Benchmark.html" title="class in com.googlecode.javaewah.benchmark">Benchmark</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#toArray--">toArray()</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>
<div class="block">Populate an array of (sorted integers) corresponding to the location of the
 set bits.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#toArray--">toArray()</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>
<div class="block">Populate an array of (sorted integers) corresponding to the location of the
 set bits.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#toDebugString--">toDebugString()</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>
<div class="block">A more detailed string describing the bitmap (useful for debugging).</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#toDebugString--">toDebugString()</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>
<div class="block">A more detailed string describing the bitmap (useful for debugging).</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/BufferedRunningLengthWord.html#toString--">toString()</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/BufferedRunningLengthWord.html" title="class in com.googlecode.javaewah">BufferedRunningLengthWord</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#toString--">toString()</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>
<div class="block">A string describing the bitmap.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/RunningLengthWord.html#toString--">toString()</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/RunningLengthWord.html" title="class in com.googlecode.javaewah">RunningLengthWord</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/BufferedRunningLengthWord32.html#toString--">toString()</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/BufferedRunningLengthWord32.html" title="class in com.googlecode.javaewah32">BufferedRunningLengthWord32</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#toString--">toString()</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>
<div class="block">A string describing the bitmap.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/RunningLengthWord32.html#toString--">toString()</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/RunningLengthWord32.html" title="class in com.googlecode.javaewah32">RunningLengthWord32</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:U">
<!--   -->
</a>
<h2 class="title">U</h2>
<dl>
<dt><a href="com/googlecode/javaewah/benchmark/UniformDataGenerator.html" title="class in com.googlecode.javaewah.benchmark"><span class="typeNameLink">UniformDataGenerator</span></a> - Class in <a href="com/googlecode/javaewah/benchmark/package-summary.html">com.googlecode.javaewah.benchmark</a></dt>
<dd>
<div class="block">This class will generate "clustered" lists of random integers.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/benchmark/UniformDataGenerator.html#UniformDataGenerator--">UniformDataGenerator()</a></span> - Constructor for class com.googlecode.javaewah.benchmark.<a href="com/googlecode/javaewah/benchmark/UniformDataGenerator.html" title="class in com.googlecode.javaewah.benchmark">UniformDataGenerator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#usetrailingzeros">usetrailingzeros</a></span> - Static variable in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>
<div class="block">optimization option</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#usetrailingzeros">usetrailingzeros</a></span> - Static variable in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>
<div class="block">optimization option</div>
</dd>
</dl>
<a name="I:W">
<!--   -->
</a>
<h2 class="title">W</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#wordinbits">wordinbits</a></span> - Static variable in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>
<div class="block">The Constant wordinbits represents the number of bits in a long.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#wordinbits">wordinbits</a></span> - Static variable in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>
<div class="block">The Constant wordinbits represents the number of bits in a int.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#writeExternal-java.io.ObjectOutput-">writeExternal(ObjectOutput)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#writeExternal-java.io.ObjectOutput-">writeExternal(ObjectOutput)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/IteratingBufferedRunningLengthWord.html#writeLiteralWords-int-com.googlecode.javaewah.BitmapStorage-">writeLiteralWords(int, BitmapStorage)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/IteratingBufferedRunningLengthWord.html" title="class in com.googlecode.javaewah">IteratingBufferedRunningLengthWord</a></dt>
<dd>
<div class="block">write the first N literal words to the target bitmap.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/IteratingBufferedRunningLengthWord32.html#writeLiteralWords-int-com.googlecode.javaewah32.BitmapStorage32-">writeLiteralWords(int, BitmapStorage32)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/IteratingBufferedRunningLengthWord32.html" title="class in com.googlecode.javaewah32">IteratingBufferedRunningLengthWord32</a></dt>
<dd>
<div class="block">write the first N literal words to the target bitmap.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/IteratingBufferedRunningLengthWord.html#writeNegatedLiteralWords-int-com.googlecode.javaewah.BitmapStorage-">writeNegatedLiteralWords(int, BitmapStorage)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/IteratingBufferedRunningLengthWord.html" title="class in com.googlecode.javaewah">IteratingBufferedRunningLengthWord</a></dt>
<dd>
<div class="block">write the first N literal words (negated) to the target bitmap.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/IteratingBufferedRunningLengthWord32.html#writeNegatedLiteralWords-int-com.googlecode.javaewah32.BitmapStorage32-">writeNegatedLiteralWords(int, BitmapStorage32)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/IteratingBufferedRunningLengthWord32.html" title="class in com.googlecode.javaewah32">IteratingBufferedRunningLengthWord32</a></dt>
<dd>
<div class="block">write the first N literal words (negated) to the target bitmap.</div>
</dd>
</dl>
<a name="I:X">
<!--   -->
</a>
<h2 class="title">X</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#xor-com.googlecode.javaewah.EWAHCompressedBitmap-">xor(EWAHCompressedBitmap)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>
<div class="block">Returns a new compressed bitmap containing the bitwise XOR values of the
 current bitmap with some other bitmap.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/FastAggregation.html#xor-T...-">xor(T...)</a></span> - Static method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/FastAggregation.html" title="class in com.googlecode.javaewah">FastAggregation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/LogicalElement.html#xor-T-">xor(T)</a></span> - Method in interface com.googlecode.javaewah.<a href="com/googlecode/javaewah/LogicalElement.html" title="interface in com.googlecode.javaewah">LogicalElement</a></dt>
<dd>
<div class="block">Compute the bitwise logical Xor</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#xor-com.googlecode.javaewah32.EWAHCompressedBitmap32-">xor(EWAHCompressedBitmap32)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>
<div class="block">Returns a new compressed bitmap containing the bitwise XOR values of the
 current bitmap with some other bitmap.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#xorCardinality-com.googlecode.javaewah.EWAHCompressedBitmap-">xorCardinality(EWAHCompressedBitmap)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>
<div class="block">Returns the cardinality of the result of a bitwise XOR of the values of the
 current bitmap with some other bitmap.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#xorCardinality-com.googlecode.javaewah32.EWAHCompressedBitmap32-">xorCardinality(EWAHCompressedBitmap32)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>
<div class="block">Returns the cardinality of the result of a bitwise XOR of the values of the
 current bitmap with some other bitmap.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah/EWAHCompressedBitmap.html#xorToContainer-com.googlecode.javaewah.EWAHCompressedBitmap-com.googlecode.javaewah.BitmapStorage-">xorToContainer(EWAHCompressedBitmap, BitmapStorage)</a></span> - Method in class com.googlecode.javaewah.<a href="com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></dt>
<dd>
<div class="block">Computes a new compressed bitmap containing the bitwise XOR values of the
 current bitmap with some other bitmap.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html#xorToContainer-com.googlecode.javaewah32.EWAHCompressedBitmap32-com.googlecode.javaewah32.BitmapStorage32-">xorToContainer(EWAHCompressedBitmap32, BitmapStorage32)</a></span> - Method in class com.googlecode.javaewah32.<a href="com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32">EWAHCompressedBitmap32</a></dt>
<dd>
<div class="block">Computes a new compressed bitmap containing the bitwise XOR values of the
 current bitmap with some other bitmap.</div>
</dd>
</dl>
<a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:W">W</a>&nbsp;<a href="#I:X">X</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!--   -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip.navbar.bottom">
<!--   -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2017. All rights reserved.</small></p>
</body>
</html>