Skip to content

Commit 464af37

Browse files
committed
Deploying to gh-pages from @ 5248900 🚀
1 parent 55ac269 commit 464af37

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

docs/main/index-all.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -6048,47 +6048,47 @@ <h2 class="title" id="I:Q">Q</h2>
60486048
<dt><a href="org/apache/datasketches/filters/bloomfilter/BloomFilter.html#queryAndUpdate(byte%5B%5D)" class="member-name-link">queryAndUpdate(byte[])</a> - Method in class org.apache.datasketches.filters.bloomfilter.<a href="org/apache/datasketches/filters/bloomfilter/BloomFilter.html" title="class in org.apache.datasketches.filters.bloomfilter">BloomFilter</a></dt>
60496049
<dd>
60506050
<div class="block">Updates the filter with the provided byte[] and
6051-
returns the result from quering that array prior to the update.</div>
6051+
returns the result from querying that array prior to the update.</div>
60526052
</dd>
60536053
<dt><a href="org/apache/datasketches/filters/bloomfilter/BloomFilter.html#queryAndUpdate(char%5B%5D)" class="member-name-link">queryAndUpdate(char[])</a> - Method in class org.apache.datasketches.filters.bloomfilter.<a href="org/apache/datasketches/filters/bloomfilter/BloomFilter.html" title="class in org.apache.datasketches.filters.bloomfilter">BloomFilter</a></dt>
60546054
<dd>
60556055
<div class="block">Updates the filter with the provided char[] and
6056-
returns the result from quering that array prior to the update.</div>
6056+
returns the result from querying that array prior to the update.</div>
60576057
</dd>
60586058
<dt><a href="org/apache/datasketches/filters/bloomfilter/BloomFilter.html#queryAndUpdate(double)" class="member-name-link">queryAndUpdate(double)</a> - Method in class org.apache.datasketches.filters.bloomfilter.<a href="org/apache/datasketches/filters/bloomfilter/BloomFilter.html" title="class in org.apache.datasketches.filters.bloomfilter">BloomFilter</a></dt>
60596059
<dd>
60606060
<div class="block">Updates the filter with the provided double and
6061-
returns the result from quering that value prior to the update.</div>
6061+
returns the result from querying that value prior to the update.</div>
60626062
</dd>
60636063
<dt><a href="org/apache/datasketches/filters/bloomfilter/BloomFilter.html#queryAndUpdate(int%5B%5D)" class="member-name-link">queryAndUpdate(int[])</a> - Method in class org.apache.datasketches.filters.bloomfilter.<a href="org/apache/datasketches/filters/bloomfilter/BloomFilter.html" title="class in org.apache.datasketches.filters.bloomfilter">BloomFilter</a></dt>
60646064
<dd>
60656065
<div class="block">Updates the filter with the provided int[] and
6066-
returns the result from quering that array prior to the update.</div>
6066+
returns the result from querying that array prior to the update.</div>
60676067
</dd>
60686068
<dt><a href="org/apache/datasketches/filters/bloomfilter/BloomFilter.html#queryAndUpdate(long)" class="member-name-link">queryAndUpdate(long)</a> - Method in class org.apache.datasketches.filters.bloomfilter.<a href="org/apache/datasketches/filters/bloomfilter/BloomFilter.html" title="class in org.apache.datasketches.filters.bloomfilter">BloomFilter</a></dt>
60696069
<dd>
60706070
<div class="block">Updates the filter with the provided long and
6071-
returns the result from quering that value prior to the update.</div>
6071+
returns the result from querying that value prior to the update.</div>
60726072
</dd>
60736073
<dt><a href="org/apache/datasketches/filters/bloomfilter/BloomFilter.html#queryAndUpdate(long%5B%5D)" class="member-name-link">queryAndUpdate(long[])</a> - Method in class org.apache.datasketches.filters.bloomfilter.<a href="org/apache/datasketches/filters/bloomfilter/BloomFilter.html" title="class in org.apache.datasketches.filters.bloomfilter">BloomFilter</a></dt>
60746074
<dd>
60756075
<div class="block">Updates the filter with the provided long[] and
6076-
returns the result from quering that array prior to the update.</div>
6076+
returns the result from querying that array prior to the update.</div>
60776077
</dd>
60786078
<dt><a href="org/apache/datasketches/filters/bloomfilter/BloomFilter.html#queryAndUpdate(short%5B%5D)" class="member-name-link">queryAndUpdate(short[])</a> - Method in class org.apache.datasketches.filters.bloomfilter.<a href="org/apache/datasketches/filters/bloomfilter/BloomFilter.html" title="class in org.apache.datasketches.filters.bloomfilter">BloomFilter</a></dt>
60796079
<dd>
60806080
<div class="block">Updates the filter with the provided short[] and
6081-
returns the result from quering that array prior to the update.</div>
6081+
returns the result from querying that array prior to the update.</div>
60826082
</dd>
60836083
<dt><a href="org/apache/datasketches/filters/bloomfilter/BloomFilter.html#queryAndUpdate(java.lang.String)" class="member-name-link">queryAndUpdate(String)</a> - Method in class org.apache.datasketches.filters.bloomfilter.<a href="org/apache/datasketches/filters/bloomfilter/BloomFilter.html" title="class in org.apache.datasketches.filters.bloomfilter">BloomFilter</a></dt>
60846084
<dd>
60856085
<div class="block">Updates the filter with the provided String and
6086-
returns the result from quering that value prior to the update.</div>
6086+
returns the result from querying that value prior to the update.</div>
60876087
</dd>
60886088
<dt><a href="org/apache/datasketches/filters/bloomfilter/BloomFilter.html#queryAndUpdate(org.apache.datasketches.memory.Memory)" class="member-name-link">queryAndUpdate(Memory)</a> - Method in class org.apache.datasketches.filters.bloomfilter.<a href="org/apache/datasketches/filters/bloomfilter/BloomFilter.html" title="class in org.apache.datasketches.filters.bloomfilter">BloomFilter</a></dt>
60896089
<dd>
60906090
<div class="block">Updates the filter with the provided Memory and
6091-
returns the result from quering that Memory prior to the update.</div>
6091+
returns the result from querying that Memory prior to the update.</div>
60926092
</dd>
60936093
<dt><a href="org/apache/datasketches/cpc/QuickMergingValidation.html" class="type-name-link" title="class in org.apache.datasketches.cpc">QuickMergingValidation</a> - Class in <a href="org/apache/datasketches/cpc/package-summary.html">org.apache.datasketches.cpc</a></dt>
60946094
<dd>

docs/main/org/apache/datasketches/filters/bloomfilter/BloomFilter.html

+18-18
Original file line numberDiff line numberDiff line change
@@ -265,55 +265,55 @@ <h2>Method Summary</h2>
265265
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#queryAndUpdate(byte%5B%5D)" class="member-name-link">queryAndUpdate</a><wbr>(byte[]&nbsp;data)</code></div>
266266
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
267267
<div class="block">Updates the filter with the provided byte[] and
268-
returns the result from quering that array prior to the update.</div>
268+
returns the result from querying that array prior to the update.</div>
269269
</div>
270270
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
271271
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#queryAndUpdate(char%5B%5D)" class="member-name-link">queryAndUpdate</a><wbr>(char[]&nbsp;data)</code></div>
272272
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
273273
<div class="block">Updates the filter with the provided char[] and
274-
returns the result from quering that array prior to the update.</div>
274+
returns the result from querying that array prior to the update.</div>
275275
</div>
276276
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
277277
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#queryAndUpdate(double)" class="member-name-link">queryAndUpdate</a><wbr>(double&nbsp;item)</code></div>
278278
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
279279
<div class="block">Updates the filter with the provided double and
280-
returns the result from quering that value prior to the update.</div>
280+
returns the result from querying that value prior to the update.</div>
281281
</div>
282282
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
283283
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#queryAndUpdate(int%5B%5D)" class="member-name-link">queryAndUpdate</a><wbr>(int[]&nbsp;data)</code></div>
284284
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
285285
<div class="block">Updates the filter with the provided int[] and
286-
returns the result from quering that array prior to the update.</div>
286+
returns the result from querying that array prior to the update.</div>
287287
</div>
288288
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
289289
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#queryAndUpdate(long)" class="member-name-link">queryAndUpdate</a><wbr>(long&nbsp;item)</code></div>
290290
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
291291
<div class="block">Updates the filter with the provided long and
292-
returns the result from quering that value prior to the update.</div>
292+
returns the result from querying that value prior to the update.</div>
293293
</div>
294294
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
295295
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#queryAndUpdate(long%5B%5D)" class="member-name-link">queryAndUpdate</a><wbr>(long[]&nbsp;data)</code></div>
296296
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
297297
<div class="block">Updates the filter with the provided long[] and
298-
returns the result from quering that array prior to the update.</div>
298+
returns the result from querying that array prior to the update.</div>
299299
</div>
300300
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
301301
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#queryAndUpdate(short%5B%5D)" class="member-name-link">queryAndUpdate</a><wbr>(short[]&nbsp;data)</code></div>
302302
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
303303
<div class="block">Updates the filter with the provided short[] and
304-
returns the result from quering that array prior to the update.</div>
304+
returns the result from querying that array prior to the update.</div>
305305
</div>
306306
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
307307
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#queryAndUpdate(java.lang.String)" class="member-name-link">queryAndUpdate</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;item)</code></div>
308308
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
309309
<div class="block">Updates the filter with the provided String and
310-
returns the result from quering that value prior to the update.</div>
310+
returns the result from querying that value prior to the update.</div>
311311
</div>
312312
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
313313
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#queryAndUpdate(org.apache.datasketches.memory.Memory)" class="member-name-link">queryAndUpdate</a><wbr>(org.apache.datasketches.memory.Memory&nbsp;mem)</code></div>
314314
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
315315
<div class="block">Updates the filter with the provided Memory and
316-
returns the result from quering that Memory prior to the update.</div>
316+
returns the result from querying that Memory prior to the update.</div>
317317
</div>
318318
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
319319
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#reset()" class="member-name-link">reset</a>()</code></div>
@@ -684,7 +684,7 @@ <h3>update</h3>
684684
<h3>queryAndUpdate</h3>
685685
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">boolean</span>&nbsp;<span class="element-name">queryAndUpdate</span><wbr><span class="parameters">(long&nbsp;item)</span></div>
686686
<div class="block">Updates the filter with the provided long and
687-
returns the result from quering that value prior to the update.</div>
687+
returns the result from querying that value prior to the update.</div>
688688
<dl class="notes">
689689
<dt>Parameters:</dt>
690690
<dd><code>item</code> - an item with which to update the filter</dd>
@@ -698,7 +698,7 @@ <h3>queryAndUpdate</h3>
698698
<h3>queryAndUpdate</h3>
699699
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">boolean</span>&nbsp;<span class="element-name">queryAndUpdate</span><wbr><span class="parameters">(double&nbsp;item)</span></div>
700700
<div class="block">Updates the filter with the provided double and
701-
returns the result from quering that value prior to the update.
701+
returns the result from querying that value prior to the update.
702702
The double is canonicalized (NaN and +/- infinity) in the call.</div>
703703
<dl class="notes">
704704
<dt>Parameters:</dt>
@@ -713,7 +713,7 @@ <h3>queryAndUpdate</h3>
713713
<h3>queryAndUpdate</h3>
714714
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">boolean</span>&nbsp;<span class="element-name">queryAndUpdate</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;item)</span></div>
715715
<div class="block">Updates the filter with the provided String and
716-
returns the result from quering that value prior to the update.
716+
returns the result from querying that value prior to the update.
717717
The string is converted to a byte array using UTF8 encoding.
718718

719719
<p>Note: this will not produce the same output hash values as the <a href="#queryAndUpdate(char%5B%5D)"><code>queryAndUpdate(char[])</code></a>
@@ -732,7 +732,7 @@ <h3>queryAndUpdate</h3>
732732
<h3>queryAndUpdate</h3>
733733
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">boolean</span>&nbsp;<span class="element-name">queryAndUpdate</span><wbr><span class="parameters">(byte[]&nbsp;data)</span></div>
734734
<div class="block">Updates the filter with the provided byte[] and
735-
returns the result from quering that array prior to the update.</div>
735+
returns the result from querying that array prior to the update.</div>
736736
<dl class="notes">
737737
<dt>Parameters:</dt>
738738
<dd><code>data</code> - an array with which to update the filter</dd>
@@ -746,7 +746,7 @@ <h3>queryAndUpdate</h3>
746746
<h3>queryAndUpdate</h3>
747747
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">boolean</span>&nbsp;<span class="element-name">queryAndUpdate</span><wbr><span class="parameters">(char[]&nbsp;data)</span></div>
748748
<div class="block">Updates the filter with the provided char[] and
749-
returns the result from quering that array prior to the update.</div>
749+
returns the result from querying that array prior to the update.</div>
750750
<dl class="notes">
751751
<dt>Parameters:</dt>
752752
<dd><code>data</code> - an array with which to update the filter</dd>
@@ -760,7 +760,7 @@ <h3>queryAndUpdate</h3>
760760
<h3>queryAndUpdate</h3>
761761
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">boolean</span>&nbsp;<span class="element-name">queryAndUpdate</span><wbr><span class="parameters">(short[]&nbsp;data)</span></div>
762762
<div class="block">Updates the filter with the provided short[] and
763-
returns the result from quering that array prior to the update.</div>
763+
returns the result from querying that array prior to the update.</div>
764764
<dl class="notes">
765765
<dt>Parameters:</dt>
766766
<dd><code>data</code> - an array with which to update the filter</dd>
@@ -774,7 +774,7 @@ <h3>queryAndUpdate</h3>
774774
<h3>queryAndUpdate</h3>
775775
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">boolean</span>&nbsp;<span class="element-name">queryAndUpdate</span><wbr><span class="parameters">(int[]&nbsp;data)</span></div>
776776
<div class="block">Updates the filter with the provided int[] and
777-
returns the result from quering that array prior to the update.</div>
777+
returns the result from querying that array prior to the update.</div>
778778
<dl class="notes">
779779
<dt>Parameters:</dt>
780780
<dd><code>data</code> - an array with which to update the filter</dd>
@@ -788,7 +788,7 @@ <h3>queryAndUpdate</h3>
788788
<h3>queryAndUpdate</h3>
789789
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">boolean</span>&nbsp;<span class="element-name">queryAndUpdate</span><wbr><span class="parameters">(long[]&nbsp;data)</span></div>
790790
<div class="block">Updates the filter with the provided long[] and
791-
returns the result from quering that array prior to the update.</div>
791+
returns the result from querying that array prior to the update.</div>
792792
<dl class="notes">
793793
<dt>Parameters:</dt>
794794
<dd><code>data</code> - an array with which to update the filter</dd>
@@ -802,7 +802,7 @@ <h3>queryAndUpdate</h3>
802802
<h3>queryAndUpdate</h3>
803803
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">boolean</span>&nbsp;<span class="element-name">queryAndUpdate</span><wbr><span class="parameters">(org.apache.datasketches.memory.Memory&nbsp;mem)</span></div>
804804
<div class="block">Updates the filter with the provided Memory and
805-
returns the result from quering that Memory prior to the update.</div>
805+
returns the result from querying that Memory prior to the update.</div>
806806
<dl class="notes">
807807
<dt>Parameters:</dt>
808808
<dd><code>mem</code> - an array with which to update the filter</dd>

0 commit comments

Comments
 (0)