You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<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>
6049
6049
<dd>
6050
6050
<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>
6052
6052
</dd>
6053
6053
<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>
6054
6054
<dd>
6055
6055
<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>
6057
6057
</dd>
6058
6058
<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>
6059
6059
<dd>
6060
6060
<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>
6062
6062
</dd>
6063
6063
<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>
6064
6064
<dd>
6065
6065
<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>
6067
6067
</dd>
6068
6068
<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>
6069
6069
<dd>
6070
6070
<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>
6072
6072
</dd>
6073
6073
<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>
6074
6074
<dd>
6075
6075
<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>
6077
6077
</dd>
6078
6078
<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>
6079
6079
<dd>
6080
6080
<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>
6082
6082
</dd>
6083
6083
<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>
6084
6084
<dd>
6085
6085
<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>
6087
6087
</dd>
6088
6088
<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>
6089
6089
<dd>
6090
6090
<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>
6092
6092
</dd>
6093
6093
<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>
<divclass="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.
702
702
The double is canonicalized (NaN and +/- infinity) in the call.</div>
703
703
<dlclass="notes">
704
704
<dt>Parameters:</dt>
@@ -713,7 +713,7 @@ <h3>queryAndUpdate</h3>
713
713
<h3>queryAndUpdate</h3>
714
714
<divclass="member-signature"><spanclass="modifiers">public</span> <spanclass="return-type">boolean</span> <spanclass="element-name">queryAndUpdate</span><wbr><spanclass="parameters">(<ahref="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> item)</span></div>
715
715
<divclass="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.
717
717
The string is converted to a byte array using UTF8 encoding.
718
718
719
719
<p>Note: this will not produce the same output hash values as the <ahref="#queryAndUpdate(char%5B%5D)"><code>queryAndUpdate(char[])</code></a>
0 commit comments