This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git
The following commit(s) were added to refs/heads/gh-pages by this push:
new baedca72 Deploying to gh-pages from @
apache/datasketches-java@1c555d72f319bdd50b5abf3accfaff3e422cae4b 🚀
baedca72 is described below
commit baedca72d186aa326451b7aed2045232b195d37e
Author: leerho <[email protected]>
AuthorDate: Wed Apr 17 19:35:07 2024 +0000
Deploying to gh-pages from @
apache/datasketches-java@1c555d72f319bdd50b5abf3accfaff3e422cae4b 🚀
---
docs/master/deprecated-list.html | 13 ++------
docs/master/index-all.html | 9 +++---
docs/master/member-search-index.zip | Bin 17965 -> 17965 bytes
.../datasketches/common/ArrayOfBooleansSerDe.html | 13 +++++---
.../datasketches/common/ArrayOfDoublesSerDe.html | 13 +++++---
.../datasketches/common/ArrayOfItemsSerDe.html | 34 ++++++++++-----------
.../datasketches/common/ArrayOfLongsSerDe.html | 13 +++++---
.../datasketches/common/ArrayOfNumbersSerDe.html | 13 +++++---
.../datasketches/common/ArrayOfStringsSerDe.html | 13 +++++---
.../common/ArrayOfUtf16StringsSerDe.html | 13 +++++---
docs/master/package-search-index.zip | Bin 374 -> 374 bytes
docs/master/type-search-index.zip | Bin 1716 -> 1716 bytes
12 files changed, 77 insertions(+), 57 deletions(-)
diff --git a/docs/master/deprecated-list.html b/docs/master/deprecated-list.html
index 28f32c85..8b848773 100644
--- a/docs/master/deprecated-list.html
+++ b/docs/master/deprecated-list.html
@@ -122,25 +122,18 @@ $('.navPadding').css('padding-top',
$('.fixedNav').css("height"));
<td class="colLast"></td>
</tr>
<tr class="altColor">
-<th class="colDeprecatedItemName" scope="row"><a
href="org/apache/datasketches/common/ArrayOfItemsSerDe.html#deserializeFromMemory(org.apache.datasketches.memory.Memory,int)">org.apache.datasketches.common.ArrayOfItemsSerDe.deserializeFromMemory​(Memory,
int)</a></th>
-<td class="colLast">
-<div class="deprecationComment">use
- <a
href="org/apache/datasketches/common/ArrayOfItemsSerDe.html#deserializeFromMemory(org.apache.datasketches.memory.Memory,long,int)"><code>deserializeFromMemory(mem,
offset, numItems)</code></a></div>
-</td>
-</tr>
-<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a
href="org/apache/datasketches/common/ArrayOfLongsSerDe.html#deserializeFromMemory(org.apache.datasketches.memory.Memory,int)">org.apache.datasketches.common.ArrayOfLongsSerDe.deserializeFromMemory​(Memory,
int)</a></th>
<td class="colLast"></td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a
href="org/apache/datasketches/common/ArrayOfNumbersSerDe.html#deserializeFromMemory(org.apache.datasketches.memory.Memory,int)">org.apache.datasketches.common.ArrayOfNumbersSerDe.deserializeFromMemory​(Memory,
int)</a></th>
<td class="colLast"></td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a
href="org/apache/datasketches/common/ArrayOfStringsSerDe.html#deserializeFromMemory(org.apache.datasketches.memory.Memory,int)">org.apache.datasketches.common.ArrayOfStringsSerDe.deserializeFromMemory​(Memory,
int)</a></th>
<td class="colLast"></td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a
href="org/apache/datasketches/common/ArrayOfUtf16StringsSerDe.html#deserializeFromMemory(org.apache.datasketches.memory.Memory,int)">org.apache.datasketches.common.ArrayOfUtf16StringsSerDe.deserializeFromMemory​(Memory,
int)</a></th>
<td class="colLast"></td>
</tr>
diff --git a/docs/master/index-all.html b/docs/master/index-all.html
index e98adeaa..e138da06 100644
--- a/docs/master/index-all.html
+++ b/docs/master/index-all.html
@@ -1035,10 +1035,8 @@ $('.navPadding').css('padding-top',
$('.fixedNav').css("height"));
</dd>
<dt><span class="memberNameLink"><a
href="org/apache/datasketches/common/ArrayOfItemsSerDe.html#deserializeFromMemory(org.apache.datasketches.memory.Memory,int)">deserializeFromMemory(Memory,
int)</a></span> - Method in class org.apache.datasketches.common.<a
href="org/apache/datasketches/common/ArrayOfItemsSerDe.html" title="class in
org.apache.datasketches.common">ArrayOfItemsSerDe</a></dt>
<dd>
-<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
-<div class="deprecationComment">use
- <a
href="org/apache/datasketches/common/ArrayOfItemsSerDe.html#deserializeFromMemory(org.apache.datasketches.memory.Memory,long,int)"><code>deserializeFromMemory(mem,
offset, numItems)</code></a></div>
-</div>
+<div class="block">Deserialize a contiguous sequence of serialized items from
the given Memory
+ starting at a Memory offset of zero and extending numItems.</div>
</dd>
<dt><span class="memberNameLink"><a
href="org/apache/datasketches/common/ArrayOfLongsSerDe.html#deserializeFromMemory(org.apache.datasketches.memory.Memory,int)">deserializeFromMemory(Memory,
int)</a></span> - Method in class org.apache.datasketches.common.<a
href="org/apache/datasketches/common/ArrayOfLongsSerDe.html" title="class in
org.apache.datasketches.common">ArrayOfLongsSerDe</a></dt>
<dd>
@@ -1062,7 +1060,8 @@ $('.navPadding').css('padding-top',
$('.fixedNav').css("height"));
<dd> </dd>
<dt><span class="memberNameLink"><a
href="org/apache/datasketches/common/ArrayOfItemsSerDe.html#deserializeFromMemory(org.apache.datasketches.memory.Memory,long,int)">deserializeFromMemory(Memory,
long, int)</a></span> - Method in class org.apache.datasketches.common.<a
href="org/apache/datasketches/common/ArrayOfItemsSerDe.html" title="class in
org.apache.datasketches.common">ArrayOfItemsSerDe</a></dt>
<dd>
-<div class="block">Deserialize a contiguous sequence of serialized items from
a given Memory.</div>
+<div class="block">Deserialize a contiguous sequence of serialized items from
the given Memory
+ starting at the given Memory <i>offsetBytes</i> and extending numItems.</div>
</dd>
<dt><span class="memberNameLink"><a
href="org/apache/datasketches/common/ArrayOfLongsSerDe.html#deserializeFromMemory(org.apache.datasketches.memory.Memory,long,int)">deserializeFromMemory(Memory,
long, int)</a></span> - Method in class org.apache.datasketches.common.<a
href="org/apache/datasketches/common/ArrayOfLongsSerDe.html" title="class in
org.apache.datasketches.common">ArrayOfLongsSerDe</a></dt>
<dd> </dd>
diff --git a/docs/master/member-search-index.zip
b/docs/master/member-search-index.zip
index dd2b1ee5..822ede44 100644
Binary files a/docs/master/member-search-index.zip and
b/docs/master/member-search-index.zip differ
diff --git
a/docs/master/org/apache/datasketches/common/ArrayOfBooleansSerDe.html
b/docs/master/org/apache/datasketches/common/ArrayOfBooleansSerDe.html
index 95c5fb65..a76aa788 100644
--- a/docs/master/org/apache/datasketches/common/ArrayOfBooleansSerDe.html
+++ b/docs/master/org/apache/datasketches/common/ArrayOfBooleansSerDe.html
@@ -206,7 +206,8 @@ extends <a href="ArrayOfItemsSerDe.html" title="class in
org.apache.datasketches
long offsetBytes,
int numItems)</code></th>
<td class="colLast">
-<div class="block">Deserialize a contiguous sequence of serialized items from
a given Memory.</div>
+<div class="block">Deserialize a contiguous sequence of serialized items from
the given Memory
+ starting at the given Memory <i>offsetBytes</i> and extending numItems.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
@@ -369,15 +370,18 @@ public <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean
int numItems)</pre>
<div class="deprecationBlock"><span
class="deprecatedLabel">Deprecated.</span></div>
<div class="block"><span class="descfrmTypeLabel">Description copied from
class: <code><a
href="ArrayOfItemsSerDe.html#deserializeFromMemory(org.apache.datasketches.memory.Memory,int)">ArrayOfItemsSerDe</a></code></span></div>
-<div class="block">Deserialize a contiguous sequence of serialized items from
a given Memory.</div>
+<div class="block">Deserialize a contiguous sequence of serialized items from
the given Memory
+ starting at a Memory offset of zero and extending numItems.</div>
<dl>
-<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a
href="ArrayOfItemsSerDe.html#deserializeFromMemory(org.apache.datasketches.memory.Memory,int)">deserializeFromMemory</a></code> in
class <code><a href="ArrayOfItemsSerDe.html" title="class in
org.apache.datasketches.common">ArrayOfItemsSerDe</a><<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true"
title="class or interface in java.lang"
class="externalLink">Boolean</a>></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>mem</code> - Memory containing a contiguous sequence of serialized
items</dd>
<dd><code>numItems</code> - number of items in the contiguous serialized
sequence.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>array of deserialized items</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a
href="ArrayOfItemsSerDe.html#deserializeFromMemory(org.apache.datasketches.memory.Memory,long,int)"><code>ArrayOfItemsSerDe.deserializeFromMemory(Memory,
long, int)</code></a></dd>
</dl>
</li>
</ul>
@@ -391,7 +395,8 @@ public <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean
long offsetBytes,
int numItems)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from
class: <code><a
href="ArrayOfItemsSerDe.html#deserializeFromMemory(org.apache.datasketches.memory.Memory,long,int)">ArrayOfItemsSerDe</a></code></span></div>
-<div class="block">Deserialize a contiguous sequence of serialized items from
a given Memory.</div>
+<div class="block">Deserialize a contiguous sequence of serialized items from
the given Memory
+ starting at the given Memory <i>offsetBytes</i> and extending numItems.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a
href="ArrayOfItemsSerDe.html#deserializeFromMemory(org.apache.datasketches.memory.Memory,long,int)">deserializeFromMemory</a></code> in
class <code><a href="ArrayOfItemsSerDe.html" title="class in
org.apache.datasketches.common">ArrayOfItemsSerDe</a><<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true"
title="class or interface in java.lang"
class="externalLink">Boolean</a>></code></dd>
diff --git
a/docs/master/org/apache/datasketches/common/ArrayOfDoublesSerDe.html
b/docs/master/org/apache/datasketches/common/ArrayOfDoublesSerDe.html
index b89499fe..3e2b74c7 100644
--- a/docs/master/org/apache/datasketches/common/ArrayOfDoublesSerDe.html
+++ b/docs/master/org/apache/datasketches/common/ArrayOfDoublesSerDe.html
@@ -199,7 +199,8 @@ extends <a href="ArrayOfItemsSerDe.html" title="class in
org.apache.datasketches
long offsetBytes,
int numItems)</code></th>
<td class="colLast">
-<div class="block">Deserialize a contiguous sequence of serialized items from
a given Memory.</div>
+<div class="block">Deserialize a contiguous sequence of serialized items from
the given Memory
+ starting at the given Memory <i>offsetBytes</i> and extending numItems.</div>
</td>
</tr>
<tr id="i2" class="altColor">
@@ -345,15 +346,18 @@ public <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Double.
int numItems)</pre>
<div class="deprecationBlock"><span
class="deprecatedLabel">Deprecated.</span></div>
<div class="block"><span class="descfrmTypeLabel">Description copied from
class: <code><a
href="ArrayOfItemsSerDe.html#deserializeFromMemory(org.apache.datasketches.memory.Memory,int)">ArrayOfItemsSerDe</a></code></span></div>
-<div class="block">Deserialize a contiguous sequence of serialized items from
a given Memory.</div>
+<div class="block">Deserialize a contiguous sequence of serialized items from
the given Memory
+ starting at a Memory offset of zero and extending numItems.</div>
<dl>
-<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a
href="ArrayOfItemsSerDe.html#deserializeFromMemory(org.apache.datasketches.memory.Memory,int)">deserializeFromMemory</a></code> in
class <code><a href="ArrayOfItemsSerDe.html" title="class in
org.apache.datasketches.common">ArrayOfItemsSerDe</a><<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true"
title="class or interface in java.lang"
class="externalLink">Double</a>></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>mem</code> - Memory containing a contiguous sequence of serialized
items</dd>
<dd><code>numItems</code> - number of items in the contiguous serialized
sequence.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>array of deserialized items</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a
href="ArrayOfItemsSerDe.html#deserializeFromMemory(org.apache.datasketches.memory.Memory,long,int)"><code>ArrayOfItemsSerDe.deserializeFromMemory(Memory,
long, int)</code></a></dd>
</dl>
</li>
</ul>
@@ -367,7 +371,8 @@ public <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Double.
long offsetBytes,
int numItems)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from
class: <code><a
href="ArrayOfItemsSerDe.html#deserializeFromMemory(org.apache.datasketches.memory.Memory,long,int)">ArrayOfItemsSerDe</a></code></span></div>
-<div class="block">Deserialize a contiguous sequence of serialized items from
a given Memory.</div>
+<div class="block">Deserialize a contiguous sequence of serialized items from
the given Memory
+ starting at the given Memory <i>offsetBytes</i> and extending numItems.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a
href="ArrayOfItemsSerDe.html#deserializeFromMemory(org.apache.datasketches.memory.Memory,long,int)">deserializeFromMemory</a></code> in
class <code><a href="ArrayOfItemsSerDe.html" title="class in
org.apache.datasketches.common">ArrayOfItemsSerDe</a><<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true"
title="class or interface in java.lang"
class="externalLink">Double</a>></code></dd>
diff --git a/docs/master/org/apache/datasketches/common/ArrayOfItemsSerDe.html
b/docs/master/org/apache/datasketches/common/ArrayOfItemsSerDe.html
index d6ab8ee4..1ba20bce 100644
--- a/docs/master/org/apache/datasketches/common/ArrayOfItemsSerDe.html
+++ b/docs/master/org/apache/datasketches/common/ArrayOfItemsSerDe.html
@@ -27,8 +27,8 @@
catch(err) {
}
//-->
-var data = {"i0":38,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":10,"i8":6};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance
Methods"],4:["t3","Abstract Methods"],8:["t4","Concrete
Methods"],32:["t6","Deprecated Methods"]};
+var data = {"i0":10,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":10,"i8":6};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance
Methods"],4:["t3","Abstract Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
@@ -182,21 +182,19 @@ extends <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
</a>
<h3>Method Summary</h3>
<table class="memberSummary">
-<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span
class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a
href="javascript:show(2);">Instance Methods</a></span><span
class="tabEnd"> </span></span><span id="t3" class="tableTab"><span><a
href="javascript:show(4);">Abstract Methods</a></span><span
class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a
href="javascript:show(8);">Concrete Methods</a></span><span class="tabE [...]
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span
class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a
href="javascript:show(2);">Instance Methods</a></span><span
class="tabEnd"> </span></span><span id="t3" class="tableTab"><span><a
href="javascript:show(4);">Abstract Methods</a></span><span
class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a
href="javascript:show(8);">Concrete Methods</a></span><span class="tabE [...]
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr id="i0" class="altColor">
-<td class="colFirst"><code>abstract <a href="ArrayOfItemsSerDe.html"
title="type parameter in ArrayOfItemsSerDe">T</a>[]</code></td>
+<td class="colFirst"><code><a href="ArrayOfItemsSerDe.html" title="type
parameter in ArrayOfItemsSerDe">T</a>[]</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a
href="#deserializeFromMemory(org.apache.datasketches.memory.Memory,int)">deserializeFromMemory</a></span>​(org.apache.datasketches.memory.Memory mem,
int numItems)</code></th>
<td class="colLast">
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>
-<div class="deprecationComment">use
- <a
href="#deserializeFromMemory(org.apache.datasketches.memory.Memory,long,int)"><code>deserializeFromMemory(mem,
offset, numItems)</code></a></div>
-</div>
+<div class="block">Deserialize a contiguous sequence of serialized items from
the given Memory
+ starting at a Memory offset of zero and extending numItems.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
@@ -205,7 +203,8 @@ extends <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
long offsetBytes,
int numItems)</code></th>
<td class="colLast">
-<div class="block">Deserialize a contiguous sequence of serialized items from
a given Memory.</div>
+<div class="block">Deserialize a contiguous sequence of serialized items from
the given Memory
+ starting at the given Memory <i>offsetBytes</i> and extending numItems.</div>
</td>
</tr>
<tr id="i2" class="altColor">
@@ -344,20 +343,18 @@ extends <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
<ul class="blockList">
<li class="blockList">
<h4>deserializeFromMemory</h4>
-<pre class="methodSignature"><a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true"
title="class or interface in java.lang" class="externalLink">@Deprecated</a>
-public abstract <a href="ArrayOfItemsSerDe.html" title="type parameter in
ArrayOfItemsSerDe">T</a>[] deserializeFromMemory​(org.apache.datasketches.memory.Memory mem,
- int numItems)</pre>
-<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
-<div class="deprecationComment">use
- <a
href="#deserializeFromMemory(org.apache.datasketches.memory.Memory,long,int)"><code>deserializeFromMemory(mem,
offset, numItems)</code></a></div>
-</div>
-<div class="block">Deserialize a contiguous sequence of serialized items from
a given Memory.</div>
+<pre class="methodSignature">public <a href="ArrayOfItemsSerDe.html"
title="type parameter in
ArrayOfItemsSerDe">T</a>[] deserializeFromMemory​(org.apache.datasketches.memory.Memory mem,
+ int numItems)</pre>
+<div class="block">Deserialize a contiguous sequence of serialized items from
the given Memory
+ starting at a Memory offset of zero and extending numItems.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>mem</code> - Memory containing a contiguous sequence of serialized
items</dd>
<dd><code>numItems</code> - number of items in the contiguous serialized
sequence.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>array of deserialized items</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a
href="#deserializeFromMemory(org.apache.datasketches.memory.Memory,long,int)"><code>deserializeFromMemory(Memory,
long, int)</code></a></dd>
</dl>
</li>
</ul>
@@ -370,7 +367,8 @@ public abstract <a href="ArrayOfItemsSerDe.html"
title="type parameter in A
<pre class="methodSignature">public abstract <a
href="ArrayOfItemsSerDe.html" title="type parameter in
ArrayOfItemsSerDe">T</a>[] deserializeFromMemory​(org.apache.datasketches.memory.Memory mem,
long offsetBytes,
int numItems)</pre>
-<div class="block">Deserialize a contiguous sequence of serialized items from
a given Memory.</div>
+<div class="block">Deserialize a contiguous sequence of serialized items from
the given Memory
+ starting at the given Memory <i>offsetBytes</i> and extending numItems.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>mem</code> - Memory containing a contiguous sequence of serialized
items</dd>
diff --git a/docs/master/org/apache/datasketches/common/ArrayOfLongsSerDe.html
b/docs/master/org/apache/datasketches/common/ArrayOfLongsSerDe.html
index e8a969bf..4502856a 100644
--- a/docs/master/org/apache/datasketches/common/ArrayOfLongsSerDe.html
+++ b/docs/master/org/apache/datasketches/common/ArrayOfLongsSerDe.html
@@ -199,7 +199,8 @@ extends <a href="ArrayOfItemsSerDe.html" title="class in
org.apache.datasketches
long offsetBytes,
int numItems)</code></th>
<td class="colLast">
-<div class="block">Deserialize a contiguous sequence of serialized items from
a given Memory.</div>
+<div class="block">Deserialize a contiguous sequence of serialized items from
the given Memory
+ starting at the given Memory <i>offsetBytes</i> and extending numItems.</div>
</td>
</tr>
<tr id="i2" class="altColor">
@@ -345,15 +346,18 @@ public <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.ht
int numItems)</pre>
<div class="deprecationBlock"><span
class="deprecatedLabel">Deprecated.</span></div>
<div class="block"><span class="descfrmTypeLabel">Description copied from
class: <code><a
href="ArrayOfItemsSerDe.html#deserializeFromMemory(org.apache.datasketches.memory.Memory,int)">ArrayOfItemsSerDe</a></code></span></div>
-<div class="block">Deserialize a contiguous sequence of serialized items from
a given Memory.</div>
+<div class="block">Deserialize a contiguous sequence of serialized items from
the given Memory
+ starting at a Memory offset of zero and extending numItems.</div>
<dl>
-<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a
href="ArrayOfItemsSerDe.html#deserializeFromMemory(org.apache.datasketches.memory.Memory,int)">deserializeFromMemory</a></code> in
class <code><a href="ArrayOfItemsSerDe.html" title="class in
org.apache.datasketches.common">ArrayOfItemsSerDe</a><<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true"
title="class or interface in java.lang"
class="externalLink">Long</a>></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>mem</code> - Memory containing a contiguous sequence of serialized
items</dd>
<dd><code>numItems</code> - number of items in the contiguous serialized
sequence.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>array of deserialized items</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a
href="ArrayOfItemsSerDe.html#deserializeFromMemory(org.apache.datasketches.memory.Memory,long,int)"><code>ArrayOfItemsSerDe.deserializeFromMemory(Memory,
long, int)</code></a></dd>
</dl>
</li>
</ul>
@@ -367,7 +371,8 @@ public <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.ht
long offsetBytes,
int numItems)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from
class: <code><a
href="ArrayOfItemsSerDe.html#deserializeFromMemory(org.apache.datasketches.memory.Memory,long,int)">ArrayOfItemsSerDe</a></code></span></div>
-<div class="block">Deserialize a contiguous sequence of serialized items from
a given Memory.</div>
+<div class="block">Deserialize a contiguous sequence of serialized items from
the given Memory
+ starting at the given Memory <i>offsetBytes</i> and extending numItems.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a
href="ArrayOfItemsSerDe.html#deserializeFromMemory(org.apache.datasketches.memory.Memory,long,int)">deserializeFromMemory</a></code> in
class <code><a href="ArrayOfItemsSerDe.html" title="class in
org.apache.datasketches.common">ArrayOfItemsSerDe</a><<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true"
title="class or interface in java.lang"
class="externalLink">Long</a>></code></dd>
diff --git
a/docs/master/org/apache/datasketches/common/ArrayOfNumbersSerDe.html
b/docs/master/org/apache/datasketches/common/ArrayOfNumbersSerDe.html
index 7912d91e..6d5c7c56 100644
--- a/docs/master/org/apache/datasketches/common/ArrayOfNumbersSerDe.html
+++ b/docs/master/org/apache/datasketches/common/ArrayOfNumbersSerDe.html
@@ -207,7 +207,8 @@ extends <a href="ArrayOfItemsSerDe.html" title="class in
org.apache.datasketches
long offsetBytes,
int numItems)</code></th>
<td class="colLast">
-<div class="block">Deserialize a contiguous sequence of serialized items from
a given Memory.</div>
+<div class="block">Deserialize a contiguous sequence of serialized items from
the given Memory
+ starting at the given Memory <i>offsetBytes</i> and extending numItems.</div>
</td>
</tr>
<tr id="i2" class="altColor">
@@ -353,15 +354,18 @@ public <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Number.
int numItems)</pre>
<div class="deprecationBlock"><span
class="deprecatedLabel">Deprecated.</span></div>
<div class="block"><span class="descfrmTypeLabel">Description copied from
class: <code><a
href="ArrayOfItemsSerDe.html#deserializeFromMemory(org.apache.datasketches.memory.Memory,int)">ArrayOfItemsSerDe</a></code></span></div>
-<div class="block">Deserialize a contiguous sequence of serialized items from
a given Memory.</div>
+<div class="block">Deserialize a contiguous sequence of serialized items from
the given Memory
+ starting at a Memory offset of zero and extending numItems.</div>
<dl>
-<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a
href="ArrayOfItemsSerDe.html#deserializeFromMemory(org.apache.datasketches.memory.Memory,int)">deserializeFromMemory</a></code> in
class <code><a href="ArrayOfItemsSerDe.html" title="class in
org.apache.datasketches.common">ArrayOfItemsSerDe</a><<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Number.html?is-external=true"
title="class or interface in java.lang"
class="externalLink">Number</a>></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>mem</code> - Memory containing a contiguous sequence of serialized
items</dd>
<dd><code>numItems</code> - number of items in the contiguous serialized
sequence.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>array of deserialized items</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a
href="ArrayOfItemsSerDe.html#deserializeFromMemory(org.apache.datasketches.memory.Memory,long,int)"><code>ArrayOfItemsSerDe.deserializeFromMemory(Memory,
long, int)</code></a></dd>
</dl>
</li>
</ul>
@@ -375,7 +379,8 @@ public <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Number.
long offsetBytes,
int numItems)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from
class: <code><a
href="ArrayOfItemsSerDe.html#deserializeFromMemory(org.apache.datasketches.memory.Memory,long,int)">ArrayOfItemsSerDe</a></code></span></div>
-<div class="block">Deserialize a contiguous sequence of serialized items from
a given Memory.</div>
+<div class="block">Deserialize a contiguous sequence of serialized items from
the given Memory
+ starting at the given Memory <i>offsetBytes</i> and extending numItems.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a
href="ArrayOfItemsSerDe.html#deserializeFromMemory(org.apache.datasketches.memory.Memory,long,int)">deserializeFromMemory</a></code> in
class <code><a href="ArrayOfItemsSerDe.html" title="class in
org.apache.datasketches.common">ArrayOfItemsSerDe</a><<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Number.html?is-external=true"
title="class or interface in java.lang"
class="externalLink">Number</a>></code></dd>
diff --git
a/docs/master/org/apache/datasketches/common/ArrayOfStringsSerDe.html
b/docs/master/org/apache/datasketches/common/ArrayOfStringsSerDe.html
index cd8f50c7..e06603cf 100644
--- a/docs/master/org/apache/datasketches/common/ArrayOfStringsSerDe.html
+++ b/docs/master/org/apache/datasketches/common/ArrayOfStringsSerDe.html
@@ -205,7 +205,8 @@ extends <a href="ArrayOfItemsSerDe.html" title="class in
org.apache.datasketches
long offsetBytes,
int numItems)</code></th>
<td class="colLast">
-<div class="block">Deserialize a contiguous sequence of serialized items from
a given Memory.</div>
+<div class="block">Deserialize a contiguous sequence of serialized items from
the given Memory
+ starting at the given Memory <i>offsetBytes</i> and extending numItems.</div>
</td>
</tr>
<tr id="i2" class="altColor">
@@ -351,15 +352,18 @@ public <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.
int numItems)</pre>
<div class="deprecationBlock"><span
class="deprecatedLabel">Deprecated.</span></div>
<div class="block"><span class="descfrmTypeLabel">Description copied from
class: <code><a
href="ArrayOfItemsSerDe.html#deserializeFromMemory(org.apache.datasketches.memory.Memory,int)">ArrayOfItemsSerDe</a></code></span></div>
-<div class="block">Deserialize a contiguous sequence of serialized items from
a given Memory.</div>
+<div class="block">Deserialize a contiguous sequence of serialized items from
the given Memory
+ starting at a Memory offset of zero and extending numItems.</div>
<dl>
-<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a
href="ArrayOfItemsSerDe.html#deserializeFromMemory(org.apache.datasketches.memory.Memory,int)">deserializeFromMemory</a></code> in
class <code><a href="ArrayOfItemsSerDe.html" title="class in
org.apache.datasketches.common">ArrayOfItemsSerDe</a><<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang"
class="externalLink">String</a>></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>mem</code> - Memory containing a contiguous sequence of serialized
items</dd>
<dd><code>numItems</code> - number of items in the contiguous serialized
sequence.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>array of deserialized items</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a
href="ArrayOfItemsSerDe.html#deserializeFromMemory(org.apache.datasketches.memory.Memory,long,int)"><code>ArrayOfItemsSerDe.deserializeFromMemory(Memory,
long, int)</code></a></dd>
</dl>
</li>
</ul>
@@ -373,7 +377,8 @@ public <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.
long offsetBytes,
int numItems)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from
class: <code><a
href="ArrayOfItemsSerDe.html#deserializeFromMemory(org.apache.datasketches.memory.Memory,long,int)">ArrayOfItemsSerDe</a></code></span></div>
-<div class="block">Deserialize a contiguous sequence of serialized items from
a given Memory.</div>
+<div class="block">Deserialize a contiguous sequence of serialized items from
the given Memory
+ starting at the given Memory <i>offsetBytes</i> and extending numItems.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a
href="ArrayOfItemsSerDe.html#deserializeFromMemory(org.apache.datasketches.memory.Memory,long,int)">deserializeFromMemory</a></code> in
class <code><a href="ArrayOfItemsSerDe.html" title="class in
org.apache.datasketches.common">ArrayOfItemsSerDe</a><<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang"
class="externalLink">String</a>></code></dd>
diff --git
a/docs/master/org/apache/datasketches/common/ArrayOfUtf16StringsSerDe.html
b/docs/master/org/apache/datasketches/common/ArrayOfUtf16StringsSerDe.html
index b34b5371..319dc0a2 100644
--- a/docs/master/org/apache/datasketches/common/ArrayOfUtf16StringsSerDe.html
+++ b/docs/master/org/apache/datasketches/common/ArrayOfUtf16StringsSerDe.html
@@ -203,7 +203,8 @@ extends <a href="ArrayOfItemsSerDe.html" title="class in
org.apache.datasketches
long offsetBytes,
int numItems)</code></th>
<td class="colLast">
-<div class="block">Deserialize a contiguous sequence of serialized items from
a given Memory.</div>
+<div class="block">Deserialize a contiguous sequence of serialized items from
the given Memory
+ starting at the given Memory <i>offsetBytes</i> and extending numItems.</div>
</td>
</tr>
<tr id="i2" class="altColor">
@@ -349,15 +350,18 @@ public <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.
int numItems)</pre>
<div class="deprecationBlock"><span
class="deprecatedLabel">Deprecated.</span></div>
<div class="block"><span class="descfrmTypeLabel">Description copied from
class: <code><a
href="ArrayOfItemsSerDe.html#deserializeFromMemory(org.apache.datasketches.memory.Memory,int)">ArrayOfItemsSerDe</a></code></span></div>
-<div class="block">Deserialize a contiguous sequence of serialized items from
a given Memory.</div>
+<div class="block">Deserialize a contiguous sequence of serialized items from
the given Memory
+ starting at a Memory offset of zero and extending numItems.</div>
<dl>
-<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a
href="ArrayOfItemsSerDe.html#deserializeFromMemory(org.apache.datasketches.memory.Memory,int)">deserializeFromMemory</a></code> in
class <code><a href="ArrayOfItemsSerDe.html" title="class in
org.apache.datasketches.common">ArrayOfItemsSerDe</a><<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang"
class="externalLink">String</a>></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>mem</code> - Memory containing a contiguous sequence of serialized
items</dd>
<dd><code>numItems</code> - number of items in the contiguous serialized
sequence.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>array of deserialized items</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a
href="ArrayOfItemsSerDe.html#deserializeFromMemory(org.apache.datasketches.memory.Memory,long,int)"><code>ArrayOfItemsSerDe.deserializeFromMemory(Memory,
long, int)</code></a></dd>
</dl>
</li>
</ul>
@@ -371,7 +375,8 @@ public <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.
long offsetBytes,
int numItems)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from
class: <code><a
href="ArrayOfItemsSerDe.html#deserializeFromMemory(org.apache.datasketches.memory.Memory,long,int)">ArrayOfItemsSerDe</a></code></span></div>
-<div class="block">Deserialize a contiguous sequence of serialized items from
a given Memory.</div>
+<div class="block">Deserialize a contiguous sequence of serialized items from
the given Memory
+ starting at the given Memory <i>offsetBytes</i> and extending numItems.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a
href="ArrayOfItemsSerDe.html#deserializeFromMemory(org.apache.datasketches.memory.Memory,long,int)">deserializeFromMemory</a></code> in
class <code><a href="ArrayOfItemsSerDe.html" title="class in
org.apache.datasketches.common">ArrayOfItemsSerDe</a><<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang"
class="externalLink">String</a>></code></dd>
diff --git a/docs/master/package-search-index.zip
b/docs/master/package-search-index.zip
index 749f024a..ce265418 100644
Binary files a/docs/master/package-search-index.zip and
b/docs/master/package-search-index.zip differ
diff --git a/docs/master/type-search-index.zip
b/docs/master/type-search-index.zip
index cc459bfb..2c33cf70 100644
Binary files a/docs/master/type-search-index.zip and
b/docs/master/type-search-index.zip differ
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]