@@ -27,7 +27,7 @@ <h3 class='mb0 no-anchor'>resource-counter</h3>
27
27
< li > < a
28
28
href ='#bitmap '
29
29
class ="">
30
- BitMap
30
+ bitMap
31
31
32
32
</ a >
33
33
@@ -379,7 +379,7 @@ <h3 class='mb0 no-anchor'>resource-counter</h3>
379
379
< li > < a
380
380
href ='#counterutil '
381
381
class ="">
382
- CounterUtil
382
+ counterUtil
383
383
384
384
</ a >
385
385
@@ -401,7 +401,7 @@ <h3 class='mb0 no-anchor'>resource-counter</h3>
401
401
< div class ='clearfix '>
402
402
403
403
< h3 class ='fl m0 ' id ='bitmap '>
404
- BitMap
404
+ bitMap
405
405
</ h3 >
406
406
407
407
@@ -410,7 +410,7 @@ <h3 class='fl m0' id='bitmap'>
410
410
411
411
412
412
413
- < div class ='pre p1 fill-light mt0 '> BitMap </ div >
413
+ < div class ='pre p1 fill-light mt0 '> bitMap </ div >
414
414
415
415
416
416
@@ -457,7 +457,7 @@ <h3 class='fl m0' id='createbitmap'>
457
457
< p > Creates a new bitmap sized according to the block size</ p >
458
458
459
459
460
- < div class ='pre p1 fill-light mt0 '> createBitMap(blockSize: < a href ="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number "> number</ a > ): < a href =" #bitmap " > BitMap</ a > </ div >
460
+ < div class ='pre p1 fill-light mt0 '> createBitMap(blockSize: < a href ="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number "> number</ a > ): BitMap</ div >
461
461
462
462
463
463
@@ -488,7 +488,7 @@ <h3 class='fl m0' id='createbitmap'>
488
488
489
489
490
490
< div class ='py1 quiet mt1 prose-big '> Returns</ div >
491
- < code > < a href =" #bitmap " > BitMap</ a > </ code >
491
+ < code > BitMap</ code >
492
492
493
493
494
494
@@ -522,7 +522,7 @@ <h3 class='fl m0' id='setbit'>
522
522
< p > Set a bit</ p >
523
523
524
524
525
- < div class ='pre p1 fill-light mt0 '> setBit(bitMap: < a href =" #bitmap " > BitMap</ a > , i: < a href ="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number "> number</ a > ): < a href =" #bitmap " > BitMap</ a > </ div >
525
+ < div class ='pre p1 fill-light mt0 '> setBit(bitMap: BitMap, i: < a href ="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number "> number</ a > ): BitMap</ div >
526
526
527
527
528
528
@@ -539,7 +539,7 @@ <h3 class='fl m0' id='setbit'>
539
539
540
540
< div class ='space-bottom0 '>
541
541
< div >
542
- < span class ='code bold '> bitMap</ span > < code class ='quiet '> (< a href =" #bitmap " > BitMap</ a > )</ code >
542
+ < span class ='code bold '> bitMap</ span > < code class ='quiet '> (BitMap)</ code >
543
543
544
544
</ div >
545
545
@@ -561,7 +561,7 @@ <h3 class='fl m0' id='setbit'>
561
561
562
562
563
563
< div class ='py1 quiet mt1 prose-big '> Returns</ div >
564
- < code > < a href =" #bitmap " > BitMap</ a > </ code >
564
+ < code > BitMap</ code >
565
565
566
566
567
567
@@ -595,7 +595,7 @@ <h3 class='fl m0' id='unsetbit'>
595
595
< p > Unsets a bit</ p >
596
596
597
597
598
- < div class ='pre p1 fill-light mt0 '> unsetBit(bitMap: < a href =" #bitmap " > BitMap</ a > , i: < a href ="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number "> number</ a > ): < a href =" #bitmap " > BitMap</ a > </ div >
598
+ < div class ='pre p1 fill-light mt0 '> unsetBit(bitMap: BitMap, i: < a href ="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number "> number</ a > ): BitMap</ div >
599
599
600
600
601
601
@@ -612,7 +612,7 @@ <h3 class='fl m0' id='unsetbit'>
612
612
613
613
< div class ='space-bottom0 '>
614
614
< div >
615
- < span class ='code bold '> bitMap</ span > < code class ='quiet '> (< a href =" #bitmap " > BitMap</ a > )</ code >
615
+ < span class ='code bold '> bitMap</ span > < code class ='quiet '> (BitMap)</ code >
616
616
617
617
</ div >
618
618
@@ -634,7 +634,7 @@ <h3 class='fl m0' id='unsetbit'>
634
634
635
635
636
636
< div class ='py1 quiet mt1 prose-big '> Returns</ div >
637
- < code > < a href =" #bitmap " > BitMap</ a > </ code >
637
+ < code > BitMap</ code >
638
638
639
639
640
640
@@ -668,7 +668,7 @@ <h3 class='fl m0' id='allset'>
668
668
< p > Checks if the entire bitmap is set</ p >
669
669
670
670
671
- < div class ='pre p1 fill-light mt0 '> allSet(bitMap: < a href =" #bitmap " > BitMap</ a > ): < a href ="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean "> boolean</ a > </ div >
671
+ < div class ='pre p1 fill-light mt0 '> allSet(bitMap: BitMap): < a href ="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean "> boolean</ a > </ div >
672
672
673
673
674
674
@@ -685,7 +685,7 @@ <h3 class='fl m0' id='allset'>
685
685
686
686
< div class ='space-bottom0 '>
687
687
< div >
688
- < span class ='code bold '> bitMap</ span > < code class ='quiet '> (< a href =" #bitmap " > BitMap</ a > )</ code >
688
+ < span class ='code bold '> bitMap</ span > < code class ='quiet '> (BitMap)</ code >
689
689
690
690
</ div >
691
691
@@ -733,7 +733,7 @@ <h3 class='fl m0' id='allunset'>
733
733
< p > Checks if the entire bitmap is unset</ p >
734
734
735
735
736
- < div class ='pre p1 fill-light mt0 '> allUnset(bitMap: < a href =" #bitmap " > BitMap</ a > , blockSize: < a href ="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number "> number</ a > ): < a href ="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean "> boolean</ a > </ div >
736
+ < div class ='pre p1 fill-light mt0 '> allUnset(bitMap: BitMap, blockSize: < a href ="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number "> number</ a > ): < a href ="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean "> boolean</ a > </ div >
737
737
738
738
739
739
@@ -750,7 +750,7 @@ <h3 class='fl m0' id='allunset'>
750
750
751
751
< div class ='space-bottom0 '>
752
752
< div >
753
- < span class ='code bold '> bitMap</ span > < code class ='quiet '> (< a href =" #bitmap " > BitMap</ a > )</ code >
753
+ < span class ='code bold '> bitMap</ span > < code class ='quiet '> (BitMap)</ code >
754
754
755
755
</ div >
756
756
@@ -807,7 +807,7 @@ <h3 class='fl m0' id='firstunset'>
807
807
If null is returned, all items have been set</ p >
808
808
809
809
810
- < div class ='pre p1 fill-light mt0 '> firstUnset(bitMap: < a href =" #bitmap " > BitMap</ a > ): (< a href ="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number "> number</ a > | null)</ div >
810
+ < div class ='pre p1 fill-light mt0 '> firstUnset(bitMap: BitMap): (< a href ="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number "> number</ a > | null)</ div >
811
811
812
812
813
813
@@ -824,7 +824,7 @@ <h3 class='fl m0' id='firstunset'>
824
824
825
825
< div class ='space-bottom0 '>
826
826
< div >
827
- < span class ='code bold '> bitMap</ span > < code class ='quiet '> (< a href =" #bitmap " > BitMap</ a > )</ code >
827
+ < span class ='code bold '> bitMap</ span > < code class ='quiet '> (BitMap)</ code >
828
828
829
829
</ div >
830
830
@@ -872,7 +872,7 @@ <h3 class='fl m0' id='isset'>
872
872
< p > Checks if a bit is set.</ p >
873
873
874
874
875
- < div class ='pre p1 fill-light mt0 '> isSet(bitMap: < a href =" #bitmap " > BitMap</ a > , i: < a href ="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number "> number</ a > ): < a href ="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean "> boolean</ a > </ div >
875
+ < div class ='pre p1 fill-light mt0 '> isSet(bitMap: BitMap, i: < a href ="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number "> number</ a > ): < a href ="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean "> boolean</ a > </ div >
876
876
877
877
878
878
@@ -889,7 +889,7 @@ <h3 class='fl m0' id='isset'>
889
889
890
890
< div class ='space-bottom0 '>
891
891
< div >
892
- < span class ='code bold '> bitMap</ span > < code class ='quiet '> (< a href =" #bitmap " > BitMap</ a > )</ code >
892
+ < span class ='code bold '> bitMap</ span > < code class ='quiet '> (BitMap)</ code >
893
893
894
894
</ div >
895
895
@@ -1001,7 +1001,7 @@ <h3 class='fl m0' id='bitmaptree'>
1001
1001
unnecessarily.</ p >
1002
1002
1003
1003
1004
- < div class ='pre p1 fill-light mt0 '> new BitMapTree(blockSize: < a href ="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number "> number</ a > , shrink: < a href ="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean "> boolean</ a > , begin: < a href ="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number "> number</ a > , depth: < a href ="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number "> number</ a > , bitMap: < a href =" #bitmap " > BitMap</ a > )</ div >
1004
+ < div class ='pre p1 fill-light mt0 '> new BitMapTree(blockSize: < a href ="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number "> number</ a > , shrink: < a href ="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean "> boolean</ a > , begin: < a href ="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number "> number</ a > , depth: < a href ="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number "> number</ a > , bitMap: BitMap)</ div >
1005
1005
1006
1006
1007
1007
@@ -1050,7 +1050,7 @@ <h3 class='fl m0' id='bitmaptree'>
1050
1050
1051
1051
< div class ='space-bottom0 '>
1052
1052
< div >
1053
- < span class ='code bold '> bitMap</ span > < code class ='quiet '> (< a href =" #bitmap " > BitMap</ a > )</ code >
1053
+ < span class ='code bold '> bitMap</ span > < code class ='quiet '> (BitMap)</ code >
1054
1054
1055
1055
</ div >
1056
1056
@@ -1094,7 +1094,7 @@ <h3 class='fl m0' id='leaf'>
1094
1094
This represents the base case of the lazy recursive bitmap tree.</ p >
1095
1095
1096
1096
1097
- < div class ='pre p1 fill-light mt0 '> new Leaf(blockSize: < a href ="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number "> number</ a > , shrink: < a href ="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean "> boolean</ a > , begin: < a href ="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number "> number</ a > , bitMap: < a href =" #bitmap " > BitMap</ a > )</ div >
1097
+ < div class ='pre p1 fill-light mt0 '> new Leaf(blockSize: < a href ="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number "> number</ a > , shrink: < a href ="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean "> boolean</ a > , begin: < a href ="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number "> number</ a > , bitMap: BitMap)</ div >
1098
1098
1099
1099
1100
1100
< p >
@@ -1142,7 +1142,7 @@ <h3 class='fl m0' id='leaf'>
1142
1142
1143
1143
< div class ='space-bottom0 '>
1144
1144
< div >
1145
- < span class ='code bold '> bitMap</ span > < code class ='quiet '> (< a href =" #bitmap " > BitMap</ a > )</ code >
1145
+ < span class ='code bold '> bitMap</ span > < code class ='quiet '> (BitMap)</ code >
1146
1146
1147
1147
</ div >
1148
1148
@@ -1424,7 +1424,7 @@ <h3 class='fl m0' id='node'>
1424
1424
< p > Class representing a Node of the recursive bitmap tree.</ p >
1425
1425
1426
1426
1427
- < div class ='pre p1 fill-light mt0 '> new Node(blockSize: < a href ="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number "> number</ a > , shrink: < a href ="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean "> boolean</ a > , begin: < a href ="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number "> number</ a > , depth: < a href ="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number "> number</ a > , bitMap: < a href =" #bitmap " > BitMap</ a > , bitMapTrees: < a href ="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array "> Array</ a > <Tree> )</ div >
1427
+ < div class ='pre p1 fill-light mt0 '> new Node(blockSize: < a href ="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number "> number</ a > , shrink: < a href ="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean "> boolean</ a > , begin: < a href ="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number "> number</ a > , depth: < a href ="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number "> number</ a > , bitMap: BitMap, bitMapTrees: < a href ="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array "> Array</ a > <Tree> )</ div >
1428
1428
1429
1429
1430
1430
< p >
@@ -1480,7 +1480,7 @@ <h3 class='fl m0' id='node'>
1480
1480
1481
1481
< div class ='space-bottom0 '>
1482
1482
< div >
1483
- < span class ='code bold '> bitMap</ span > < code class ='quiet '> (< a href =" #bitmap " > BitMap</ a > )</ code >
1483
+ < span class ='code bold '> bitMap</ span > < code class ='quiet '> (BitMap)</ code >
1484
1484
1485
1485
</ div >
1486
1486
@@ -3002,7 +3002,7 @@ <h3 class='fl m0' id='counterimmutable'>
3002
3002
< div class ='clearfix '>
3003
3003
3004
3004
< h3 class ='fl m0 ' id ='counterutil '>
3005
- CounterUtil
3005
+ counterUtil
3006
3006
</ h3 >
3007
3007
3008
3008
@@ -3011,7 +3011,7 @@ <h3 class='fl m0' id='counterutil'>
3011
3011
3012
3012
3013
3013
3014
- < div class ='pre p1 fill-light mt0 '> CounterUtil </ div >
3014
+ < div class ='pre p1 fill-light mt0 '> counterUtil </ div >
3015
3015
3016
3016
3017
3017
0 commit comments