This file is indexed.

/usr/share/doc/libjavaewah-java/api/com/googlecode/javaewah/EWAHCompressedBitmap.html is in libjavaewah-java-doc 0.6.12-1.

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

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_25) on Wed Oct 23 06:20:36 UTC 2013 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>EWAHCompressedBitmap (JavaEWAH 0.6.12 API)</title>
<meta name="date" content="2013-10-23">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="EWAHCompressedBitmap (JavaEWAH 0.6.12 API)";
    }
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!--   -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/EWAHCompressedBitmap.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../com/googlecode/javaewah/BufferedRunningLengthWord.html" title="class in com.googlecode.javaewah"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../com/googlecode/javaewah/EWAHIterator.html" title="class in com.googlecode.javaewah"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?com/googlecode/javaewah/EWAHCompressedBitmap.html" target="_top">Frames</a></li>
<li><a href="EWAHCompressedBitmap.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All 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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!--   -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.googlecode.javaewah</div>
<h2 title="Class EWAHCompressedBitmap" class="title">Class EWAHCompressedBitmap</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.googlecode.javaewah.EWAHCompressedBitmap</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="../../../com/googlecode/javaewah/BitmapStorage.html" title="interface in com.googlecode.javaewah">BitmapStorage</a>, <a href="../../../com/googlecode/javaewah/LogicalElement.html" title="interface in com.googlecode.javaewah">LogicalElement</a>&lt;<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>&gt;, java.io.Externalizable, java.io.Serializable, java.lang.Cloneable, java.lang.Iterable&lt;java.lang.Integer&gt;</dd>
</dl>
<hr>
<br>
<pre>public final class <span class="strong">EWAHCompressedBitmap</span>
extends java.lang.Object
implements java.lang.Cloneable, java.io.Externalizable, java.lang.Iterable&lt;java.lang.Integer&gt;, <a href="../../../com/googlecode/javaewah/BitmapStorage.html" title="interface in com.googlecode.javaewah">BitmapStorage</a>, <a href="../../../com/googlecode/javaewah/LogicalElement.html" title="interface in com.googlecode.javaewah">LogicalElement</a>&lt;<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>&gt;</pre>
<div class="block"><p>
 This implements the patent-free(1) EWAH scheme. Roughly speaking, it is a
 64-bit variant of the BBC compression scheme used by Oracle for its bitmap
 indexes.
 </p>
 
 <p>
 The objective of this compression type is to provide some compression, while
 reducing as much as possible the CPU cycle usage.
 </p>
 
 
 <p>
 This implementation being 64-bit, it assumes a 64-bit CPU together with a
 64-bit Java Virtual Machine. This same code on a 32-bit machine may not be as
 fast.
 <p>
 
 <p>
 There is also a 32-bit version of this code in the class
 javaewah32.EWAHCompressedBitmap32
 </p></div>
<dl><dt><span class="strong">Since:</span></dt>
  <dd>0.1.0</dd>
<dt><span class="strong">See Also:</span></dt><dd><a href="../../../com/googlecode/javaewah32/EWAHCompressedBitmap32.html" title="class in com.googlecode.javaewah32"><code><p>
      For more details, see the following paper:
      </p>
 
      <ul>
      <li>Daniel Lemire, Owen Kaser, Kamel Aouiche, Sorting improves
      word-aligned bitmap indexes. Data & Knowledge Engineering 69 (1), pages
      3-28, 2010. http://arxiv.org/abs/0901.3751</li>
      </ul>
 
      <p>
      A 32-bit version of the compressed format was described by Wu et al. and
      named WBC:
      </p>
 
      <ul>
      <li>K. Wu, E. J. Otoo, A. Shoshani, H. Nordberg, Notes on design and
      implementation of compressed bit vectors, Tech. Rep. LBNL/PUB-3161,
      Lawrence Berkeley National Laboratory, available from http://crd.lbl.
      gov/~kewu/ps/PUB-3161.html (2001).</li>
      </ul>
 
      <p>
      Probably, the best prior art is the Oracle bitmap compression scheme
      (BBC):
      </p>
      <ul>
      <li>G. Antoshenkov, Byte-Aligned Bitmap Compression, DCC'95, 1995.</li>
      </ul>
 
      <p>
      1- The authors do not know of any patent infringed by the following
      implementation. However, similar schemes, like WAH are covered by
      patents.
      </p></code></a>, 
<a href="../../../serialized-form.html#com.googlecode.javaewah.EWAHCompressedBitmap">Serialized Form</a></dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!--   -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#usetrailingzeros">usetrailingzeros</a></strong></code>
<div class="block">optimization option</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#wordinbits">wordinbits</a></strong></code>
<div class="block">The Constant wordinbits represents the number of bits in a long.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!--   -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#EWAHCompressedBitmap()">EWAHCompressedBitmap</a></strong>()</code>
<div class="block">Creates an empty bitmap (no bit set to true).</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#EWAHCompressedBitmap(int)">EWAHCompressedBitmap</a></strong>(int&nbsp;buffersize)</code>
<div class="block">Sets explicitly the buffer size (in 64-bit words).</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!--   -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#add(long)">add</a></strong>(long&nbsp;newdata)</code>
<div class="block">Adding words directly to the bitmap (for expert use).</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#add(long, int)">add</a></strong>(long&nbsp;newdata,
   int&nbsp;bitsthatmatter)</code>
<div class="block">Adding words directly to the bitmap (for expert use).</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#addStreamOfEmptyWords(boolean, long)">addStreamOfEmptyWords</a></strong>(boolean&nbsp;v,
                     long&nbsp;number)</code>
<div class="block">For experts: You want to add many zeroes or ones? This is the method you
 use.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#addStreamOfLiteralWords(long[], int, int)">addStreamOfLiteralWords</a></strong>(long[]&nbsp;data,
                       int&nbsp;start,
                       int&nbsp;number)</code>
<div class="block">if you have several literal words to copy over, this might be faster.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#addStreamOfNegatedLiteralWords(long[], int, int)">addStreamOfNegatedLiteralWords</a></strong>(long[]&nbsp;data,
                              int&nbsp;start,
                              int&nbsp;number)</code>
<div class="block">Same as addStreamOfLiteralWords, but the words are negated.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#and(com.googlecode.javaewah.EWAHCompressedBitmap...)">and</a></strong>(<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>...&nbsp;bitmaps)</code>
<div class="block">Returns a new compressed bitmap containing the bitwise AND values of the
 provided bitmaps.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#and(com.googlecode.javaewah.EWAHCompressedBitmap)">and</a></strong>(<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>&nbsp;a)</code>
<div class="block">Returns a new compressed bitmap containing the bitwise AND values of the
 current bitmap with some other bitmap.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#andCardinality(com.googlecode.javaewah.EWAHCompressedBitmap...)">andCardinality</a></strong>(<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>...&nbsp;bitmaps)</code>
<div class="block">Returns the cardinality of the result of a bitwise AND of the values of the
 provided bitmaps.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#andCardinality(com.googlecode.javaewah.EWAHCompressedBitmap)">andCardinality</a></strong>(<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>&nbsp;a)</code>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#andNot(com.googlecode.javaewah.EWAHCompressedBitmap)">andNot</a></strong>(<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>&nbsp;a)</code>
<div class="block">Returns a new compressed bitmap containing the bitwise AND NOT values of
 the current bitmap with some other bitmap.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#andNotCardinality(com.googlecode.javaewah.EWAHCompressedBitmap)">andNotCardinality</a></strong>(<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>&nbsp;a)</code>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#andNotToContainer(com.googlecode.javaewah.EWAHCompressedBitmap, com.googlecode.javaewah.BitmapStorage)">andNotToContainer</a></strong>(<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>&nbsp;a,
                 <a href="../../../com/googlecode/javaewah/BitmapStorage.html" title="interface in com.googlecode.javaewah">BitmapStorage</a>&nbsp;container)</code>
<div class="block">Returns a new compressed bitmap containing the bitwise AND NOT values of
 the current bitmap with some other bitmap.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#andToContainer(com.googlecode.javaewah.EWAHCompressedBitmap, com.googlecode.javaewah.BitmapStorage)">andToContainer</a></strong>(<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>&nbsp;a,
              <a href="../../../com/googlecode/javaewah/BitmapStorage.html" title="interface in com.googlecode.javaewah">BitmapStorage</a>&nbsp;container)</code>
<div class="block">Computes new compressed bitmap containing the bitwise AND values of the
 current bitmap with some other bitmap.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#andWithContainer(com.googlecode.javaewah.BitmapStorage, com.googlecode.javaewah.EWAHCompressedBitmap...)">andWithContainer</a></strong>(<a href="../../../com/googlecode/javaewah/BitmapStorage.html" title="interface in com.googlecode.javaewah">BitmapStorage</a>&nbsp;container,
                <a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>...&nbsp;bitmaps)</code>
<div class="block">For internal use.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#bitmapOf(int...)">bitmapOf</a></strong>(int...&nbsp;setbits)</code>
<div class="block">Return a bitmap with the bit set to true at the given
 positions.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#cardinality()">cardinality</a></strong>()</code>
<div class="block">reports the number of bits set to true.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#clear()">clear</a></strong>()</code>
<div class="block">Clear any set bits and set size in bits back to 0</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#clone()">clone</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#deserialize(java.io.DataInput)">deserialize</a></strong>(java.io.DataInput&nbsp;in)</code>
<div class="block">Deserialize.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#equals(java.lang.Object)">equals</a></strong>(java.lang.Object&nbsp;o)</code>
<div class="block">Check to see whether the two compressed bitmaps contain the same set bits.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../com/googlecode/javaewah/EWAHIterator.html" title="class in com.googlecode.javaewah">EWAHIterator</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#getEWAHIterator()">getEWAHIterator</a></strong>()</code>
<div class="block">Gets an EWAHIterator over the data.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.List&lt;java.lang.Integer&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#getPositions()">getPositions</a></strong>()</code>
<div class="block">get the locations of the true values as one vector.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#hashCode()">hashCode</a></strong>()</code>
<div class="block">Returns a customized hash code (based on Karp-Rabin).</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#intersects(com.googlecode.javaewah.EWAHCompressedBitmap)">intersects</a></strong>(<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>&nbsp;a)</code>
<div class="block">Return true if the two EWAHCompressedBitmap have both at least one true bit
 in the same position.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../com/googlecode/javaewah/IntIterator.html" title="interface in com.googlecode.javaewah">IntIterator</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#intIterator()">intIterator</a></strong>()</code>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.Iterator&lt;java.lang.Integer&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#iterator()">iterator</a></strong>()</code>
<div class="block">iterate over the positions of the true values.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#not()">not</a></strong>()</code>
<div class="block">Negate (bitwise) the current bitmap.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#or(com.googlecode.javaewah.EWAHCompressedBitmap...)">or</a></strong>(<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>...&nbsp;bitmaps)</code>
<div class="block">Returns a new compressed bitmap containing the bitwise OR values of the
 provided bitmaps.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#or(com.googlecode.javaewah.EWAHCompressedBitmap)">or</a></strong>(<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>&nbsp;a)</code>
<div class="block">Returns a new compressed bitmap containing the bitwise OR values of the
 current bitmap with some other bitmap.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#orCardinality(com.googlecode.javaewah.EWAHCompressedBitmap...)">orCardinality</a></strong>(<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>...&nbsp;bitmaps)</code>
<div class="block">Returns the cardinality of the result of a bitwise OR of the values of the
 provided bitmaps.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#orCardinality(com.googlecode.javaewah.EWAHCompressedBitmap)">orCardinality</a></strong>(<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>&nbsp;a)</code>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#orToContainer(com.googlecode.javaewah.EWAHCompressedBitmap, com.googlecode.javaewah.BitmapStorage)">orToContainer</a></strong>(<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>&nbsp;a,
             <a href="../../../com/googlecode/javaewah/BitmapStorage.html" title="interface in com.googlecode.javaewah">BitmapStorage</a>&nbsp;container)</code>
<div class="block">Computes the bitwise or between the current bitmap and the bitmap "a".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#orWithContainer(com.googlecode.javaewah.BitmapStorage, com.googlecode.javaewah.EWAHCompressedBitmap...)">orWithContainer</a></strong>(<a href="../../../com/googlecode/javaewah/BitmapStorage.html" title="interface in com.googlecode.javaewah">BitmapStorage</a>&nbsp;container,
               <a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>...&nbsp;bitmaps)</code>
<div class="block">For internal use.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#readExternal(java.io.ObjectInput)">readExternal</a></strong>(java.io.ObjectInput&nbsp;in)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#serialize(java.io.DataOutput)">serialize</a></strong>(java.io.DataOutput&nbsp;out)</code>
<div class="block">Serialize.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#serializedSizeInBytes()">serializedSizeInBytes</a></strong>()</code>
<div class="block">Report the size required to serialize this bitmap</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#set(int)">set</a></strong>(int&nbsp;i)</code>
<div class="block">set the bit at position i to true, the bits must be set in increasing
 order.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#setSizeInBits(int)">setSizeInBits</a></strong>(int&nbsp;size)</code>
<div class="block">set the size in bits</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#setSizeInBits(int, boolean)">setSizeInBits</a></strong>(int&nbsp;size,
             boolean&nbsp;defaultvalue)</code>
<div class="block">Change the reported size in bits of the *uncompressed* bitmap represented
 by this compressed bitmap.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#sizeInBits()">sizeInBits</a></strong>()</code>
<div class="block">Returns the size in bits of the *uncompressed* bitmap represented by this
 compressed bitmap.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#sizeInBytes()">sizeInBytes</a></strong>()</code>
<div class="block">Report the *compressed* size of the bitmap (equivalent to memory usage,
 after accounting for some overhead).</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int[]</code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#toArray()">toArray</a></strong>()</code>
<div class="block">Populate an array of (sorted integers) corresponding to the location of the
 set bits.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#toDebugString()">toDebugString</a></strong>()</code>
<div class="block">A more detailed string describing the bitmap (useful for debugging).</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#toString()">toString</a></strong>()</code>
<div class="block">A string describing the bitmap.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#writeExternal(java.io.ObjectOutput)">writeExternal</a></strong>(java.io.ObjectOutput&nbsp;out)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#xor(com.googlecode.javaewah.EWAHCompressedBitmap)">xor</a></strong>(<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>&nbsp;a)</code>
<div class="block">Returns a new compressed bitmap containing the bitwise XOR values of the
 current bitmap with some other bitmap.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#xorCardinality(com.googlecode.javaewah.EWAHCompressedBitmap)">xorCardinality</a></strong>(<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>&nbsp;a)</code>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html#xorToContainer(com.googlecode.javaewah.EWAHCompressedBitmap, com.googlecode.javaewah.BitmapStorage)">xorToContainer</a></strong>(<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>&nbsp;a,
              <a href="../../../com/googlecode/javaewah/BitmapStorage.html" title="interface in com.googlecode.javaewah">BitmapStorage</a>&nbsp;container)</code>
<div class="block">Computes a new compressed bitmap containing the bitwise XOR values of the
 current bitmap with some other bitmap.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!--   -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>finalize, getClass, notify, notifyAll, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!--   -->
</a>
<h3>Field Detail</h3>
<a name="usetrailingzeros">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>usetrailingzeros</h4>
<pre>public static final&nbsp;boolean usetrailingzeros</pre>
<div class="block">optimization option</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.googlecode.javaewah.EWAHCompressedBitmap.usetrailingzeros">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="wordinbits">
<!--   -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>wordinbits</h4>
<pre>public static final&nbsp;int wordinbits</pre>
<div class="block">The Constant wordinbits represents the number of bits in a long.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.googlecode.javaewah.EWAHCompressedBitmap.wordinbits">Constant Field Values</a></dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!--   -->
</a>
<h3>Constructor Detail</h3>
<a name="EWAHCompressedBitmap()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EWAHCompressedBitmap</h4>
<pre>public&nbsp;EWAHCompressedBitmap()</pre>
<div class="block">Creates an empty bitmap (no bit set to true).</div>
</li>
</ul>
<a name="EWAHCompressedBitmap(int)">
<!--   -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>EWAHCompressedBitmap</h4>
<pre>public&nbsp;EWAHCompressedBitmap(int&nbsp;buffersize)</pre>
<div class="block">Sets explicitly the buffer size (in 64-bit words). The initial memory usage
 will be "buffersize * 64". For large poorly compressible bitmaps, using
 large values may improve performance.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>buffersize</code> - number of 64-bit words reserved when the object is created)</dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!--   -->
</a>
<h3>Method Detail</h3>
<a name="add(long)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>add</h4>
<pre>public&nbsp;void&nbsp;add(long&nbsp;newdata)</pre>
<div class="block">Adding words directly to the bitmap (for expert use).
 
 This is normally how you add data to the array. So you add bits in streams
 of 8*8 bits.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../com/googlecode/javaewah/BitmapStorage.html#add(long)">add</a></code>&nbsp;in interface&nbsp;<code><a href="../../../com/googlecode/javaewah/BitmapStorage.html" title="interface in com.googlecode.javaewah">BitmapStorage</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>newdata</code> - the word</dd></dl>
</li>
</ul>
<a name="add(long, int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>add</h4>
<pre>public&nbsp;void&nbsp;add(long&nbsp;newdata,
       int&nbsp;bitsthatmatter)</pre>
<div class="block">Adding words directly to the bitmap (for expert use).</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>newdata</code> - the word</dd><dd><code>bitsthatmatter</code> - the number of significant bits (by default it should be 64)</dd></dl>
</li>
</ul>
<a name="addStreamOfLiteralWords(long[], int, int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addStreamOfLiteralWords</h4>
<pre>public&nbsp;void&nbsp;addStreamOfLiteralWords(long[]&nbsp;data,
                           int&nbsp;start,
                           int&nbsp;number)</pre>
<div class="block">if you have several literal words to copy over, this might be faster.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../com/googlecode/javaewah/BitmapStorage.html#addStreamOfLiteralWords(long[], int, int)">addStreamOfLiteralWords</a></code>&nbsp;in interface&nbsp;<code><a href="../../../com/googlecode/javaewah/BitmapStorage.html" title="interface in com.googlecode.javaewah">BitmapStorage</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>data</code> - the literal words</dd><dd><code>start</code> - the starting point in the array</dd><dd><code>number</code> - the number of literal words to add</dd></dl>
</li>
</ul>
<a name="addStreamOfEmptyWords(boolean, long)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addStreamOfEmptyWords</h4>
<pre>public&nbsp;void&nbsp;addStreamOfEmptyWords(boolean&nbsp;v,
                         long&nbsp;number)</pre>
<div class="block">For experts: You want to add many zeroes or ones? This is the method you
 use.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../com/googlecode/javaewah/BitmapStorage.html#addStreamOfEmptyWords(boolean, long)">addStreamOfEmptyWords</a></code>&nbsp;in interface&nbsp;<code><a href="../../../com/googlecode/javaewah/BitmapStorage.html" title="interface in com.googlecode.javaewah">BitmapStorage</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>v</code> - the boolean value</dd><dd><code>number</code> - the number</dd></dl>
</li>
</ul>
<a name="addStreamOfNegatedLiteralWords(long[], int, int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addStreamOfNegatedLiteralWords</h4>
<pre>public&nbsp;void&nbsp;addStreamOfNegatedLiteralWords(long[]&nbsp;data,
                                  int&nbsp;start,
                                  int&nbsp;number)</pre>
<div class="block">Same as addStreamOfLiteralWords, but the words are negated.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../com/googlecode/javaewah/BitmapStorage.html#addStreamOfNegatedLiteralWords(long[], int, int)">addStreamOfNegatedLiteralWords</a></code>&nbsp;in interface&nbsp;<code><a href="../../../com/googlecode/javaewah/BitmapStorage.html" title="interface in com.googlecode.javaewah">BitmapStorage</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>data</code> - the literal words</dd><dd><code>start</code> - the starting point in the array</dd><dd><code>number</code> - the number of literal words to add</dd></dl>
</li>
</ul>
<a name="and(com.googlecode.javaewah.EWAHCompressedBitmap)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>and</h4>
<pre>public&nbsp;<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>&nbsp;and(<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>&nbsp;a)</pre>
<div class="block">Returns a new compressed bitmap containing the bitwise AND values of the
 current bitmap with some other bitmap.
 
 The running time is proportional to the sum of the compressed sizes (as
 reported by sizeInBytes()).</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../com/googlecode/javaewah/LogicalElement.html#and(T)">and</a></code>&nbsp;in interface&nbsp;<code><a href="../../../com/googlecode/javaewah/LogicalElement.html" title="interface in com.googlecode.javaewah">LogicalElement</a>&lt;<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>&gt;</code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>a</code> - the other bitmap</dd>
<dt><span class="strong">Returns:</span></dt><dd>the EWAH compressed bitmap</dd><dt><span class="strong">Since:</span></dt>
  <dd>0.4.3</dd></dl>
</li>
</ul>
<a name="andToContainer(com.googlecode.javaewah.EWAHCompressedBitmap, com.googlecode.javaewah.BitmapStorage)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>andToContainer</h4>
<pre>public&nbsp;void&nbsp;andToContainer(<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>&nbsp;a,
                  <a href="../../../com/googlecode/javaewah/BitmapStorage.html" title="interface in com.googlecode.javaewah">BitmapStorage</a>&nbsp;container)</pre>
<div class="block">Computes new compressed bitmap containing the bitwise AND values of the
 current bitmap with some other bitmap.
 
 The running time is proportional to the sum of the compressed sizes (as
 reported by sizeInBytes()).</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>a</code> - the other bitmap</dd><dd><code>container</code> - where we store the result</dd><dt><span class="strong">Since:</span></dt>
  <dd>0.4.0</dd></dl>
</li>
</ul>
<a name="andCardinality(com.googlecode.javaewah.EWAHCompressedBitmap)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>andCardinality</h4>
<pre>public&nbsp;int&nbsp;andCardinality(<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>&nbsp;a)</pre>
<div class="block">Returns the cardinality of the result of a bitwise AND of the values of the
 current bitmap with some other bitmap. Avoids needing to allocate an
 intermediate bitmap to hold the result of the OR.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>a</code> - the other bitmap</dd>
<dt><span class="strong">Returns:</span></dt><dd>the cardinality</dd><dt><span class="strong">Since:</span></dt>
  <dd>0.4.0</dd></dl>
</li>
</ul>
<a name="andNot(com.googlecode.javaewah.EWAHCompressedBitmap)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>andNot</h4>
<pre>public&nbsp;<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>&nbsp;andNot(<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>&nbsp;a)</pre>
<div class="block">Returns a new compressed bitmap containing the bitwise AND NOT values of
 the current bitmap with some other bitmap.
 
 The running time is proportional to the sum of the compressed sizes (as
 reported by sizeInBytes()).</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../com/googlecode/javaewah/LogicalElement.html#andNot(T)">andNot</a></code>&nbsp;in interface&nbsp;<code><a href="../../../com/googlecode/javaewah/LogicalElement.html" title="interface in com.googlecode.javaewah">LogicalElement</a>&lt;<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>&gt;</code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>a</code> - the other bitmap</dd>
<dt><span class="strong">Returns:</span></dt><dd>the EWAH compressed bitmap</dd></dl>
</li>
</ul>
<a name="andNotToContainer(com.googlecode.javaewah.EWAHCompressedBitmap, com.googlecode.javaewah.BitmapStorage)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>andNotToContainer</h4>
<pre>public&nbsp;void&nbsp;andNotToContainer(<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>&nbsp;a,
                     <a href="../../../com/googlecode/javaewah/BitmapStorage.html" title="interface in com.googlecode.javaewah">BitmapStorage</a>&nbsp;container)</pre>
<div class="block">Returns a new compressed bitmap containing the bitwise AND NOT values of
 the current bitmap with some other bitmap. This method is expected to
 be faster than doing A.and(((EWAHCompressedBitmap) B.clone()).not()).
 
 The running time is proportional to the sum of the compressed sizes (as
 reported by sizeInBytes()).</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>a</code> - the other bitmap</dd><dt><span class="strong">Since:</span></dt>
  <dd>0.4.0</dd></dl>
</li>
</ul>
<a name="andNotCardinality(com.googlecode.javaewah.EWAHCompressedBitmap)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>andNotCardinality</h4>
<pre>public&nbsp;int&nbsp;andNotCardinality(<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>&nbsp;a)</pre>
<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. Avoids needing to allocate an
 intermediate bitmap to hold the result of the OR.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>a</code> - the other bitmap</dd>
<dt><span class="strong">Returns:</span></dt><dd>the cardinality</dd><dt><span class="strong">Since:</span></dt>
  <dd>0.4.0</dd></dl>
</li>
</ul>
<a name="cardinality()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>cardinality</h4>
<pre>public&nbsp;int&nbsp;cardinality()</pre>
<div class="block">reports the number of bits set to true. Running time is proportional to
 compressed size (as reported by sizeInBytes).</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the number of bits set to true</dd></dl>
</li>
</ul>
<a name="clear()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>clear</h4>
<pre>public&nbsp;void&nbsp;clear()</pre>
<div class="block">Clear any set bits and set size in bits back to 0</div>
</li>
</ul>
<a name="clone()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>clone</h4>
<pre>public&nbsp;java.lang.Object&nbsp;clone()
                       throws java.lang.CloneNotSupportedException</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>clone</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.CloneNotSupportedException</code></dd></dl>
</li>
</ul>
<a name="deserialize(java.io.DataInput)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>deserialize</h4>
<pre>public&nbsp;void&nbsp;deserialize(java.io.DataInput&nbsp;in)
                 throws java.io.IOException</pre>
<div class="block">Deserialize.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>in</code> - the DataInput stream</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.io.IOException</code> - Signals that an I/O exception has occurred.</dd></dl>
</li>
</ul>
<a name="equals(java.lang.Object)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>equals</h4>
<pre>public&nbsp;boolean&nbsp;equals(java.lang.Object&nbsp;o)</pre>
<div class="block">Check to see whether the two compressed bitmaps contain the same set bits.</div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>equals</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
<dt><span class="strong">See Also:</span></dt><dd><code>Object.equals(java.lang.Object)</code></dd></dl>
</li>
</ul>
<a name="getEWAHIterator()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getEWAHIterator</h4>
<pre>public&nbsp;<a href="../../../com/googlecode/javaewah/EWAHIterator.html" title="class in com.googlecode.javaewah">EWAHIterator</a>&nbsp;getEWAHIterator()</pre>
<div class="block">Gets an EWAHIterator over the data. This is a customized iterator which
 iterates over run length word. For experts only.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the EWAHIterator</dd></dl>
</li>
</ul>
<a name="getPositions()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPositions</h4>
<pre>public&nbsp;java.util.List&lt;java.lang.Integer&gt;&nbsp;getPositions()</pre>
<div class="block">get the locations of the true values as one vector. (may use more memory
 than iterator())</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the positions</dd></dl>
</li>
</ul>
<a name="hashCode()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hashCode</h4>
<pre>public&nbsp;int&nbsp;hashCode()</pre>
<div class="block">Returns a customized hash code (based on Karp-Rabin). Naturally, if the
 bitmaps are equal, they will hash to the same value.</div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>hashCode</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
</dl>
</li>
</ul>
<a name="intersects(com.googlecode.javaewah.EWAHCompressedBitmap)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>intersects</h4>
<pre>public&nbsp;boolean&nbsp;intersects(<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>&nbsp;a)</pre>
<div class="block">Return true if the two EWAHCompressedBitmap have both at least one true bit
 in the same position. Equivalently, you could call "and" and check whether
 there is a set bit, but intersects will run faster if you don't need the
 result of the "and" operation.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>a</code> - the other bitmap</dd>
<dt><span class="strong">Returns:</span></dt><dd>whether they intersect</dd><dt><span class="strong">Since:</span></dt>
  <dd>0.3.2</dd></dl>
</li>
</ul>
<a name="intIterator()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>intIterator</h4>
<pre>public&nbsp;<a href="../../../com/googlecode/javaewah/IntIterator.html" title="interface in com.googlecode.javaewah">IntIterator</a>&nbsp;intIterator()</pre>
<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). The location of the set bits
 is returned, in increasing order.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the int iterator</dd></dl>
</li>
</ul>
<a name="iterator()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>iterator</h4>
<pre>public&nbsp;java.util.Iterator&lt;java.lang.Integer&gt;&nbsp;iterator()</pre>
<div class="block">iterate over the positions of the true values. This is similar to
 intIterator(), but it uses Java generics.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>iterator</code>&nbsp;in interface&nbsp;<code>java.lang.Iterable&lt;java.lang.Integer&gt;</code></dd>
<dt><span class="strong">Returns:</span></dt><dd>the iterator</dd></dl>
</li>
</ul>
<a name="not()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>not</h4>
<pre>public&nbsp;void&nbsp;not()</pre>
<div class="block">Negate (bitwise) the current bitmap. To get a negated copy, do
 EWAHCompressedBitmap x= ((EWAHCompressedBitmap) mybitmap.clone()); x.not();
 
 The running time is proportional to the compressed size (as reported by
 sizeInBytes()).</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../com/googlecode/javaewah/LogicalElement.html#not()">not</a></code>&nbsp;in interface&nbsp;<code><a href="../../../com/googlecode/javaewah/LogicalElement.html" title="interface in com.googlecode.javaewah">LogicalElement</a>&lt;<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>&gt;</code></dd>
</dl>
</li>
</ul>
<a name="or(com.googlecode.javaewah.EWAHCompressedBitmap)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>or</h4>
<pre>public&nbsp;<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>&nbsp;or(<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>&nbsp;a)</pre>
<div class="block">Returns a new compressed bitmap containing the bitwise OR values of the
 current bitmap with some other bitmap.
 
 The running time is proportional to the sum of the compressed sizes (as
 reported by sizeInBytes()).</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../com/googlecode/javaewah/LogicalElement.html#or(T)">or</a></code>&nbsp;in interface&nbsp;<code><a href="../../../com/googlecode/javaewah/LogicalElement.html" title="interface in com.googlecode.javaewah">LogicalElement</a>&lt;<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>&gt;</code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>a</code> - the other bitmap</dd>
<dt><span class="strong">Returns:</span></dt><dd>the EWAH compressed bitmap</dd></dl>
</li>
</ul>
<a name="orToContainer(com.googlecode.javaewah.EWAHCompressedBitmap, com.googlecode.javaewah.BitmapStorage)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>orToContainer</h4>
<pre>public&nbsp;void&nbsp;orToContainer(<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>&nbsp;a,
                 <a href="../../../com/googlecode/javaewah/BitmapStorage.html" title="interface in com.googlecode.javaewah">BitmapStorage</a>&nbsp;container)</pre>
<div class="block">Computes the bitwise or between the current bitmap and the bitmap "a".
 Stores the result in the container.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>a</code> - the other bitmap</dd><dd><code>container</code> - where we store the result</dd><dt><span class="strong">Since:</span></dt>
  <dd>0.4.0</dd></dl>
</li>
</ul>
<a name="orCardinality(com.googlecode.javaewah.EWAHCompressedBitmap)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>orCardinality</h4>
<pre>public&nbsp;int&nbsp;orCardinality(<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>&nbsp;a)</pre>
<div class="block">Returns the cardinality of the result of a bitwise OR of the values of the
 current bitmap with some other bitmap. Avoids needing to allocate an
 intermediate bitmap to hold the result of the OR.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>a</code> - the other bitmap</dd>
<dt><span class="strong">Returns:</span></dt><dd>the cardinality</dd><dt><span class="strong">Since:</span></dt>
  <dd>0.4.0</dd></dl>
</li>
</ul>
<a name="readExternal(java.io.ObjectInput)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>readExternal</h4>
<pre>public&nbsp;void&nbsp;readExternal(java.io.ObjectInput&nbsp;in)
                  throws java.io.IOException</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>readExternal</code>&nbsp;in interface&nbsp;<code>java.io.Externalizable</code></dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.io.IOException</code></dd></dl>
</li>
</ul>
<a name="serialize(java.io.DataOutput)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>serialize</h4>
<pre>public&nbsp;void&nbsp;serialize(java.io.DataOutput&nbsp;out)
               throws java.io.IOException</pre>
<div class="block">Serialize.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>out</code> - the DataOutput stream</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.io.IOException</code> - Signals that an I/O exception has occurred.</dd></dl>
</li>
</ul>
<a name="serializedSizeInBytes()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>serializedSizeInBytes</h4>
<pre>public&nbsp;int&nbsp;serializedSizeInBytes()</pre>
<div class="block">Report the size required to serialize this bitmap</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the size in bytes</dd></dl>
</li>
</ul>
<a name="set(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set</h4>
<pre>public&nbsp;boolean&nbsp;set(int&nbsp;i)</pre>
<div class="block">set the bit at position i to true, the bits must be set in increasing
 order. For example, set(15) and then set(7) will fail. You must do set(7)
 and then set(15).</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>i</code> - the index</dd>
<dt><span class="strong">Returns:</span></dt><dd>true if the value was set (always true when i>= sizeInBits()).</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.IndexOutOfBoundsException</code> - if i is negative or greater than Integer.MAX_VALUE - 64</dd></dl>
</li>
</ul>
<a name="setSizeInBits(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setSizeInBits</h4>
<pre>public&nbsp;void&nbsp;setSizeInBits(int&nbsp;size)</pre>
<div class="block">set the size in bits</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../com/googlecode/javaewah/BitmapStorage.html#setSizeInBits(int)">setSizeInBits</a></code>&nbsp;in interface&nbsp;<code><a href="../../../com/googlecode/javaewah/BitmapStorage.html" title="interface in com.googlecode.javaewah">BitmapStorage</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>size</code> - number of bits</dd><dt><span class="strong">Since:</span></dt>
  <dd>0.4.0</dd></dl>
</li>
</ul>
<a name="setSizeInBits(int, boolean)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setSizeInBits</h4>
<pre>public&nbsp;boolean&nbsp;setSizeInBits(int&nbsp;size,
                    boolean&nbsp;defaultvalue)</pre>
<div class="block">Change the reported size in bits of the *uncompressed* bitmap represented
 by this compressed bitmap. It is not possible to reduce the sizeInBits, but
 it can be extended. The new bits are set to false or true depending on the
 value of defaultvalue.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>size</code> - the size in bits</dd><dd><code>defaultvalue</code> - the default boolean value</dd>
<dt><span class="strong">Returns:</span></dt><dd>true if the update was possible</dd></dl>
</li>
</ul>
<a name="sizeInBits()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>sizeInBits</h4>
<pre>public&nbsp;int&nbsp;sizeInBits()</pre>
<div class="block">Returns the size in bits of the *uncompressed* bitmap represented by this
 compressed bitmap. Initially, the sizeInBits is zero. It is extended
 automatically when you set bits to true.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../com/googlecode/javaewah/LogicalElement.html#sizeInBits()">sizeInBits</a></code>&nbsp;in interface&nbsp;<code><a href="../../../com/googlecode/javaewah/LogicalElement.html" title="interface in com.googlecode.javaewah">LogicalElement</a>&lt;<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>&gt;</code></dd>
<dt><span class="strong">Returns:</span></dt><dd>the size in bits</dd></dl>
</li>
</ul>
<a name="sizeInBytes()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>sizeInBytes</h4>
<pre>public&nbsp;int&nbsp;sizeInBytes()</pre>
<div class="block">Report the *compressed* size of the bitmap (equivalent to memory usage,
 after accounting for some overhead).</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../com/googlecode/javaewah/LogicalElement.html#sizeInBytes()">sizeInBytes</a></code>&nbsp;in interface&nbsp;<code><a href="../../../com/googlecode/javaewah/LogicalElement.html" title="interface in com.googlecode.javaewah">LogicalElement</a>&lt;<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>&gt;</code></dd>
<dt><span class="strong">Returns:</span></dt><dd>the size in bytes</dd></dl>
</li>
</ul>
<a name="toArray()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>toArray</h4>
<pre>public&nbsp;int[]&nbsp;toArray()</pre>
<div class="block">Populate an array of (sorted integers) corresponding to the location of the
 set bits.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the array containing the location of the set bits</dd></dl>
</li>
</ul>
<a name="toDebugString()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>toDebugString</h4>
<pre>public&nbsp;java.lang.String&nbsp;toDebugString()</pre>
<div class="block">A more detailed string describing the bitmap (useful for debugging).</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the string</dd></dl>
</li>
</ul>
<a name="toString()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>toString</h4>
<pre>public&nbsp;java.lang.String&nbsp;toString()</pre>
<div class="block">A string describing the bitmap.</div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
<dt><span class="strong">Returns:</span></dt><dd>the string</dd></dl>
</li>
</ul>
<a name="writeExternal(java.io.ObjectOutput)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeExternal</h4>
<pre>public&nbsp;void&nbsp;writeExternal(java.io.ObjectOutput&nbsp;out)
                   throws java.io.IOException</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>writeExternal</code>&nbsp;in interface&nbsp;<code>java.io.Externalizable</code></dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.io.IOException</code></dd></dl>
</li>
</ul>
<a name="xor(com.googlecode.javaewah.EWAHCompressedBitmap)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>xor</h4>
<pre>public&nbsp;<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>&nbsp;xor(<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>&nbsp;a)</pre>
<div class="block">Returns a new compressed bitmap containing the bitwise XOR values of the
 current bitmap with some other bitmap.
 
 The running time is proportional to the sum of the compressed sizes (as
 reported by sizeInBytes()).</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../com/googlecode/javaewah/LogicalElement.html#xor(T)">xor</a></code>&nbsp;in interface&nbsp;<code><a href="../../../com/googlecode/javaewah/LogicalElement.html" title="interface in com.googlecode.javaewah">LogicalElement</a>&lt;<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>&gt;</code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>a</code> - the other bitmap</dd>
<dt><span class="strong">Returns:</span></dt><dd>the EWAH compressed bitmap</dd></dl>
</li>
</ul>
<a name="xorToContainer(com.googlecode.javaewah.EWAHCompressedBitmap, com.googlecode.javaewah.BitmapStorage)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>xorToContainer</h4>
<pre>public&nbsp;void&nbsp;xorToContainer(<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>&nbsp;a,
                  <a href="../../../com/googlecode/javaewah/BitmapStorage.html" title="interface in com.googlecode.javaewah">BitmapStorage</a>&nbsp;container)</pre>
<div class="block">Computes a new compressed bitmap containing the bitwise XOR values of the
 current bitmap with some other bitmap.
 
 The running time is proportional to the sum of the compressed sizes (as
 reported by sizeInBytes()).</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>a</code> - the other bitmap</dd><dd><code>container</code> - where we store the result</dd><dt><span class="strong">Since:</span></dt>
  <dd>0.4.0</dd></dl>
</li>
</ul>
<a name="xorCardinality(com.googlecode.javaewah.EWAHCompressedBitmap)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>xorCardinality</h4>
<pre>public&nbsp;int&nbsp;xorCardinality(<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>&nbsp;a)</pre>
<div class="block">Returns the cardinality of the result of a bitwise XOR of the values of the
 current bitmap with some other bitmap. Avoids needing to allocate an
 intermediate bitmap to hold the result of the OR.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>a</code> - the other bitmap</dd>
<dt><span class="strong">Returns:</span></dt><dd>the cardinality</dd><dt><span class="strong">Since:</span></dt>
  <dd>0.4.0</dd></dl>
</li>
</ul>
<a name="andWithContainer(com.googlecode.javaewah.BitmapStorage, com.googlecode.javaewah.EWAHCompressedBitmap...)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>andWithContainer</h4>
<pre>public static&nbsp;void&nbsp;andWithContainer(<a href="../../../com/googlecode/javaewah/BitmapStorage.html" title="interface in com.googlecode.javaewah">BitmapStorage</a>&nbsp;container,
                    <a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>...&nbsp;bitmaps)</pre>
<div class="block">For internal use. Computes the bitwise and of the provided bitmaps and
 stores the result in the container.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>container</code> - where the result is stored</dd><dd><code>bitmaps</code> - bitmaps to AND</dd><dt><span class="strong">Since:</span></dt>
  <dd>0.4.3</dd></dl>
</li>
</ul>
<a name="and(com.googlecode.javaewah.EWAHCompressedBitmap...)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>and</h4>
<pre>public static&nbsp;<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>&nbsp;and(<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>...&nbsp;bitmaps)</pre>
<div class="block">Returns a new compressed bitmap containing the bitwise AND values of the
 provided bitmaps.
 
 It may or may not be faster than doing the aggregation two-by-two (A.and(B).and(C)).</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>bitmaps</code> - bitmaps to AND together</dd>
<dt><span class="strong">Returns:</span></dt><dd>result of the AND</dd><dt><span class="strong">Since:</span></dt>
  <dd>0.4.3</dd></dl>
</li>
</ul>
<a name="andCardinality(com.googlecode.javaewah.EWAHCompressedBitmap...)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>andCardinality</h4>
<pre>public static&nbsp;int&nbsp;andCardinality(<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>...&nbsp;bitmaps)</pre>
<div class="block">Returns the cardinality of the result of a bitwise AND of the values of the
 provided bitmaps. Avoids needing to allocate an intermediate bitmap to hold
 the result of the AND.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>bitmaps</code> - bitmaps to AND</dd>
<dt><span class="strong">Returns:</span></dt><dd>the cardinality</dd><dt><span class="strong">Since:</span></dt>
  <dd>0.4.3</dd></dl>
</li>
</ul>
<a name="bitmapOf(int...)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>bitmapOf</h4>
<pre>public static&nbsp;<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>&nbsp;bitmapOf(int...&nbsp;setbits)</pre>
<div class="block">Return a bitmap with the bit set to true at the given
 positions. The positions should be given in sorted order.
 
 (This is a convenience method.)</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>setbits</code> - list of set bit positions</dd>
<dt><span class="strong">Returns:</span></dt><dd>the bitmap</dd><dt><span class="strong">Since:</span></dt>
  <dd>0.4.5</dd></dl>
</li>
</ul>
<a name="orWithContainer(com.googlecode.javaewah.BitmapStorage, com.googlecode.javaewah.EWAHCompressedBitmap...)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>orWithContainer</h4>
<pre>public static&nbsp;void&nbsp;orWithContainer(<a href="../../../com/googlecode/javaewah/BitmapStorage.html" title="interface in com.googlecode.javaewah">BitmapStorage</a>&nbsp;container,
                   <a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>...&nbsp;bitmaps)</pre>
<div class="block">For internal use. Computes the bitwise or of the provided bitmaps and
 stores the result in the container.</div>
<dl><dt><span class="strong">Since:</span></dt>
  <dd>0.4.0</dd></dl>
</li>
</ul>
<a name="or(com.googlecode.javaewah.EWAHCompressedBitmap...)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>or</h4>
<pre>public static&nbsp;<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>&nbsp;or(<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>...&nbsp;bitmaps)</pre>
<div class="block">Returns a new compressed bitmap containing the bitwise OR values of the
 provided bitmaps. This is typically faster than doing the aggregation
 two-by-two (A.or(B).or(C).or(D)).</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>bitmaps</code> - bitmaps to OR together</dd>
<dt><span class="strong">Returns:</span></dt><dd>result of the OR</dd><dt><span class="strong">Since:</span></dt>
  <dd>0.4.0</dd></dl>
</li>
</ul>
<a name="orCardinality(com.googlecode.javaewah.EWAHCompressedBitmap...)">
<!--   -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>orCardinality</h4>
<pre>public static&nbsp;int&nbsp;orCardinality(<a href="../../../com/googlecode/javaewah/EWAHCompressedBitmap.html" title="class in com.googlecode.javaewah">EWAHCompressedBitmap</a>...&nbsp;bitmaps)</pre>
<div class="block">Returns the cardinality of the result of a bitwise OR of the values of the
 provided bitmaps. Avoids needing to allocate an intermediate bitmap to hold
 the result of the OR.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>bitmaps</code> - bitmaps to OR</dd>
<dt><span class="strong">Returns:</span></dt><dd>the cardinality</dd><dt><span class="strong">Since:</span></dt>
  <dd>0.4.0</dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!--   -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/EWAHCompressedBitmap.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../com/googlecode/javaewah/BufferedRunningLengthWord.html" title="class in com.googlecode.javaewah"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../com/googlecode/javaewah/EWAHIterator.html" title="class in com.googlecode.javaewah"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?com/googlecode/javaewah/EWAHCompressedBitmap.html" target="_top">Frames</a></li>
<li><a href="EWAHCompressedBitmap.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All 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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!--   -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2013. All Rights Reserved.</small></p>
</body>
</html>