You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2023/06/14 18:33:58 UTC

[datasketches-website] 01/01: Merge pull request #141 from apache/update_ds-java-4.0.0release

This is an automated email from the ASF dual-hosted git repository.

leerho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-website.git

commit 007939a6c9457a1c739755c0cd4977515c5d5b79
Merge: eaf2dfbe 3144deb3
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Wed Jun 14 11:33:52 2023 -0700

    Merge pull request #141 from apache/update_ds-java-4.0.0release
    
    Update datasketches-java 4.1.0 Javadocs

 api/java/snapshot/apidocs/allclasses-frame.html    |   198 +
 api/java/snapshot/apidocs/allclasses-index.html    |  1296 ---
 .../{allclasses.html => allclasses-noframe.html}   |    17 +-
 api/java/snapshot/apidocs/allpackages-index.html   |   294 -
 api/java/snapshot/apidocs/constant-values.html     |   208 +-
 api/java/snapshot/apidocs/deprecated-list.html     |   198 +-
 api/java/snapshot/apidocs/help-doc.html            |   163 +-
 api/java/snapshot/apidocs/index-all.html           |  4762 ++++----
 api/java/snapshot/apidocs/index.html               |   356 +-
 api/java/snapshot/apidocs/jquery-ui.overrides.css  |    35 -
 .../apidocs/jquery/external/jquery/jquery.js       | 10872 ------------------
 .../snapshot/apidocs/jquery/jquery-3.6.0.min.js    |     2 -
 api/java/snapshot/apidocs/jquery/jquery-ui.min.css |     6 -
 api/java/snapshot/apidocs/jquery/jquery-ui.min.js  |     6 -
 .../jquery/jszip-utils/dist/jszip-utils-ie.js      |    56 -
 .../jquery/jszip-utils/dist/jszip-utils-ie.min.js  |    10 -
 .../apidocs/jquery/jszip-utils/dist/jszip-utils.js |   118 -
 .../jquery/jszip-utils/dist/jszip-utils.min.js     |    10 -
 .../snapshot/apidocs/jquery/jszip/dist/jszip.js    | 11370 -------------------
 .../apidocs/jquery/jszip/dist/jszip.min.js         |    13 -
 api/java/snapshot/apidocs/member-search-index.js   |     1 -
 api/java/snapshot/apidocs/member-search-index.zip  |   Bin 15041 -> 0 bytes
 .../datasketches/common/ArrayOfBooleansSerDe.html  |   165 +-
 .../datasketches/common/ArrayOfDoublesSerDe.html   |   158 +-
 .../datasketches/common/ArrayOfItemsSerDe.html     |   152 +-
 .../datasketches/common/ArrayOfLongsSerDe.html     |   158 +-
 .../datasketches/common/ArrayOfNumbersSerDe.html   |   158 +-
 .../datasketches/common/ArrayOfStringsSerDe.html   |   160 +-
 .../common/ArrayOfUtf16StringsSerDe.html           |   160 +-
 .../common/BoundsOnBinomialProportions.html        |   153 +-
 .../common/BoundsOnRatiosInSampledSets.html        |   157 +-
 .../apache/datasketches/common/ByteArrayUtil.html  |   310 +-
 .../org/apache/datasketches/common/Family.html     |   351 +-
 .../apache/datasketches/common/ResizeFactor.html   |   210 +-
 .../common/SketchesArgumentException.html          |   141 +-
 .../datasketches/common/SketchesException.html     |   152 +-
 .../common/SketchesReadOnlyException.html          |   146 +-
 .../common/SketchesStateException.html             |   141 +-
 .../datasketches/common/SuppressFBWarnings.html    |   122 +-
 .../org/apache/datasketches/common/Util.html       |   535 +-
 .../common/class-use/ArrayOfBooleansSerDe.html     |    88 +-
 .../common/class-use/ArrayOfDoublesSerDe.html      |    88 +-
 .../common/class-use/ArrayOfItemsSerDe.html        |   319 +-
 .../common/class-use/ArrayOfLongsSerDe.html        |    88 +-
 .../common/class-use/ArrayOfNumbersSerDe.html      |    88 +-
 .../common/class-use/ArrayOfStringsSerDe.html      |    88 +-
 .../common/class-use/ArrayOfUtf16StringsSerDe.html |    88 +-
 .../class-use/BoundsOnBinomialProportions.html     |    88 +-
 .../class-use/BoundsOnRatiosInSampledSets.html     |    88 +-
 .../common/class-use/ByteArrayUtil.html            |    88 +-
 .../datasketches/common/class-use/Family.html      |   243 +-
 .../common/class-use/ResizeFactor.html             |   289 +-
 .../class-use/SketchesArgumentException.html       |    88 +-
 .../common/class-use/SketchesException.html        |   116 +-
 .../class-use/SketchesReadOnlyException.html       |    88 +-
 .../common/class-use/SketchesStateException.html   |    88 +-
 .../common/class-use/SuppressFBWarnings.html       |   285 +-
 .../apache/datasketches/common/class-use/Util.html |    88 +-
 .../apache/datasketches/common/package-frame.html  |    46 +
 .../datasketches/common/package-summary.html       |   142 +-
 .../apache/datasketches/common/package-tree.html   |   138 +-
 .../apache/datasketches/common/package-use.html    |   261 +-
 .../cpc/CompressionCharacterization.html           |   147 +-
 .../org/apache/datasketches/cpc/CpcSketch.html     |   369 +-
 .../org/apache/datasketches/cpc/CpcUnion.html      |   178 +-
 .../org/apache/datasketches/cpc/CpcWrapper.html    |   176 +-
 .../apache/datasketches/cpc/MergingValidation.html |   147 +-
 .../datasketches/cpc/QuickMergingValidation.html   |   147 +-
 .../datasketches/cpc/StreamingValidation.html      |   147 +-
 .../org/apache/datasketches/cpc/TestUtil.html      |   123 +-
 .../cpc/class-use/CompressionCharacterization.html |    88 +-
 .../datasketches/cpc/class-use/CpcSketch.html      |   146 +-
 .../datasketches/cpc/class-use/CpcUnion.html       |    88 +-
 .../datasketches/cpc/class-use/CpcWrapper.html     |    88 +-
 .../cpc/class-use/MergingValidation.html           |    88 +-
 .../cpc/class-use/QuickMergingValidation.html      |    88 +-
 .../cpc/class-use/StreamingValidation.html         |    88 +-
 .../datasketches/cpc/class-use/TestUtil.html       |    88 +-
 .../org/apache/datasketches/cpc/package-frame.html |    27 +
 .../apache/datasketches/cpc/package-summary.html   |   116 +-
 .../org/apache/datasketches/cpc/package-tree.html  |   104 +-
 .../org/apache/datasketches/cpc/package-use.html   |   102 +-
 .../org/apache/datasketches/fdt/FdtSketch.html     |   368 +-
 .../apidocs/org/apache/datasketches/fdt/Group.html |   243 +-
 .../org/apache/datasketches/fdt/PostProcessor.html |   156 +-
 .../datasketches/fdt/class-use/FdtSketch.html      |   129 +-
 .../apache/datasketches/fdt/class-use/Group.html   |   166 +-
 .../datasketches/fdt/class-use/PostProcessor.html  |   119 +-
 .../org/apache/datasketches/fdt/package-frame.html |    22 +
 .../apache/datasketches/fdt/package-summary.html   |   106 +-
 .../org/apache/datasketches/fdt/package-tree.html  |   100 +-
 .../org/apache/datasketches/fdt/package-use.html   |   108 +-
 .../apache/datasketches/frequencies/ErrorType.html |   173 +-
 .../datasketches/frequencies/ItemsSketch.Row.html  |   195 +-
 .../datasketches/frequencies/ItemsSketch.html      |   340 +-
 .../datasketches/frequencies/LongsSketch.Row.html  |   193 +-
 .../datasketches/frequencies/LongsSketch.html      |   359 +-
 .../frequencies/class-use/ErrorType.html           |   152 +-
 .../frequencies/class-use/ItemsSketch.Row.html     |   133 +-
 .../frequencies/class-use/ItemsSketch.html         |   131 +-
 .../frequencies/class-use/LongsSketch.Row.html     |   133 +-
 .../frequencies/class-use/LongsSketch.html         |   142 +-
 .../datasketches/frequencies/package-frame.html    |    27 +
 .../datasketches/frequencies/package-summary.html  |   127 +-
 .../datasketches/frequencies/package-tree.html     |   104 +-
 .../datasketches/frequencies/package-use.html      |   114 +-
 .../org/apache/datasketches/hash/MurmurHash3.html  |   237 +-
 .../datasketches/hash/MurmurHash3Adaptor.html      |   317 +-
 .../org/apache/datasketches/hash/XxHash.html       |   148 +-
 .../datasketches/hash/class-use/MurmurHash3.html   |    88 +-
 .../hash/class-use/MurmurHash3Adaptor.html         |    88 +-
 .../apache/datasketches/hash/class-use/XxHash.html |    88 +-
 .../apache/datasketches/hash/package-frame.html    |    22 +
 .../apache/datasketches/hash/package-summary.html  |   119 +-
 .../org/apache/datasketches/hash/package-tree.html |    94 +-
 .../org/apache/datasketches/hash/package-use.html  |    84 +-
 .../org/apache/datasketches/hll/HllSketch.html     |   526 +-
 .../org/apache/datasketches/hll/TgtHllType.html    |   189 +-
 .../apidocs/org/apache/datasketches/hll/Union.html |   472 +-
 .../datasketches/hll/class-use/HllSketch.html      |   159 +-
 .../datasketches/hll/class-use/TgtHllType.html     |   187 +-
 .../apache/datasketches/hll/class-use/Union.html   |   122 +-
 .../org/apache/datasketches/hll/package-frame.html |    25 +
 .../apache/datasketches/hll/package-summary.html   |   184 +-
 .../org/apache/datasketches/hll/package-tree.html  |   100 +-
 .../org/apache/datasketches/hll/package-use.html   |   108 +-
 .../apache/datasketches/hllmap/UniqueCountMap.html |   224 +-
 .../hllmap/class-use/UniqueCountMap.html           |    88 +-
 .../apache/datasketches/hllmap/package-frame.html  |    20 +
 .../datasketches/hllmap/package-summary.html       |   135 +-
 .../apache/datasketches/hllmap/package-tree.html   |    90 +-
 .../apache/datasketches/hllmap/package-use.html    |    84 +-
 .../apache/datasketches/kll/KllDoublesSketch.html  |   610 +-
 .../datasketches/kll/KllDoublesSketchIterator.html |   149 +-
 .../kll/KllDoublesSketchSortedView.html            |   224 +-
 .../kll/KllDoublesSketchSortedViewIterator.html    |   182 +-
 .../apache/datasketches/kll/KllFloatsSketch.html   |   600 +-
 .../datasketches/kll/KllFloatsSketchIterator.html  |   149 +-
 .../kll/KllFloatsSketchSortedView.html             |   224 +-
 .../kll/KllFloatsSketchSortedViewIterator.html     |   182 +-
 .../datasketches/kll/KllSketch.SketchType.html     |   175 +-
 .../org/apache/datasketches/kll/KllSketch.html     |   398 +-
 .../kll/class-use/KllDoublesSketch.html            |   166 +-
 .../kll/class-use/KllDoublesSketchIterator.html    |    88 +-
 .../kll/class-use/KllDoublesSketchSortedView.html  |    88 +-
 .../KllDoublesSketchSortedViewIterator.html        |   112 +-
 .../kll/class-use/KllFloatsSketch.html             |   162 +-
 .../kll/class-use/KllFloatsSketchIterator.html     |    88 +-
 .../kll/class-use/KllFloatsSketchSortedView.html   |    88 +-
 .../KllFloatsSketchSortedViewIterator.html         |   112 +-
 .../kll/class-use/KllSketch.SketchType.html        |   131 +-
 .../datasketches/kll/class-use/KllSketch.html      |   123 +-
 .../org/apache/datasketches/kll/package-frame.html |    32 +
 .../apache/datasketches/kll/package-summary.html   |   125 +-
 .../org/apache/datasketches/kll/package-tree.html  |   114 +-
 .../org/apache/datasketches/kll/package-use.html   |   117 +-
 .../org/apache/datasketches/package-frame.html     |    14 +
 .../org/apache/datasketches/package-summary.html   |    93 +-
 .../org/apache/datasketches/package-tree.html      |    84 +-
 .../org/apache/datasketches/package-use.html       |    84 +-
 .../apache/datasketches/quantiles/ClassicUtil.html |   130 +-
 .../quantiles/CompactDoublesSketch.html            |   186 +-
 .../datasketches/quantiles/DoublesSketch.html      |   635 +-
 .../quantiles/DoublesSketchBuilder.html            |   175 +-
 .../quantiles/DoublesSketchIterator.html           |   149 +-
 .../quantiles/DoublesSketchSortedView.html         |   224 +-
 .../quantiles/DoublesSketchSortedViewIterator.html |   182 +-
 .../datasketches/quantiles/DoublesUnion.html       |   311 +-
 .../quantiles/DoublesUnionBuilder.html             |   164 +-
 .../apache/datasketches/quantiles/ItemsSketch.html |   776 +-
 .../quantiles/ItemsSketchIterator.html             |   151 +-
 .../quantiles/ItemsSketchSortedView.html           |   238 +-
 .../quantiles/ItemsSketchSortedViewIterator.html   |   184 +-
 .../apache/datasketches/quantiles/ItemsUnion.html  |   283 +-
 .../quantiles/UpdateDoublesSketch.html             |   185 +-
 .../quantiles/class-use/ClassicUtil.html           |    88 +-
 .../quantiles/class-use/CompactDoublesSketch.html  |   122 +-
 .../quantiles/class-use/DoublesSketch.html         |   169 +-
 .../quantiles/class-use/DoublesSketchBuilder.html  |   117 +-
 .../quantiles/class-use/DoublesSketchIterator.html |    88 +-
 .../class-use/DoublesSketchSortedView.html         |    88 +-
 .../class-use/DoublesSketchSortedViewIterator.html |   112 +-
 .../quantiles/class-use/DoublesUnion.html          |   143 +-
 .../quantiles/class-use/DoublesUnionBuilder.html   |   117 +-
 .../quantiles/class-use/ItemsSketch.html           |   166 +-
 .../quantiles/class-use/ItemsSketchIterator.html   |    88 +-
 .../quantiles/class-use/ItemsSketchSortedView.html |    88 +-
 .../class-use/ItemsSketchSortedViewIterator.html   |   112 +-
 .../quantiles/class-use/ItemsUnion.html            |   141 +-
 .../quantiles/class-use/UpdateDoublesSketch.html   |   142 +-
 .../datasketches/quantiles/package-frame.html      |    34 +
 .../datasketches/quantiles/package-summary.html    |   145 +-
 .../datasketches/quantiles/package-tree.html       |   118 +-
 .../apache/datasketches/quantiles/package-use.html |   129 +-
 .../datasketches/quantilescommon/BinarySearch.html |   157 +-
 .../quantilescommon/DoublesSortedView.html         |   192 +-
 .../quantilescommon/DoublesSortedViewIterator.html |   123 +-
 .../quantilescommon/FloatsSortedView.html          |   192 +-
 .../quantilescommon/FloatsSortedViewIterator.html  |   123 +-
 .../GenericInequalitySearch.Inequality.html        |   196 +-
 .../quantilescommon/GenericInequalitySearch.html   |   159 +-
 .../quantilescommon/GenericSortedView.html         |   202 +-
 .../quantilescommon/GenericSortedViewIterator.html |   125 +-
 .../quantilescommon/InequalitySearch.html          |   260 +-
 .../quantilescommon/QuantileSearchCriteria.html    |   173 +-
 .../datasketches/quantilescommon/QuantilesAPI.html |   196 +-
 ...tilesDoublesAPI.DoublesPartitionBoundaries.html |   157 +-
 .../quantilescommon/QuantilesDoublesAPI.html       |   415 +-
 .../QuantilesDoublesSketchIterator.html            |   123 +-
 ...antilesFloatsAPI.FloatsPartitionBoundaries.html |   157 +-
 .../quantilescommon/QuantilesFloatsAPI.html        |   415 +-
 .../QuantilesFloatsSketchIterator.html             |   123 +-
 ...tilesGenericAPI.GenericPartitionBoundaries.html |   161 +-
 .../quantilescommon/QuantilesGenericAPI.html       |   435 +-
 .../QuantilesGenericSketchIterator.html            |   125 +-
 .../quantilescommon/QuantilesSketchIterator.html   |   120 +-
 .../quantilescommon/QuantilesUtil.html             |   191 +-
 .../datasketches/quantilescommon/SortedView.html   |   129 +-
 .../quantilescommon/SortedViewIterator.html        |   141 +-
 .../quantilescommon/class-use/BinarySearch.html    |    88 +-
 .../class-use/DoublesSortedView.html               |   172 +-
 .../class-use/DoublesSortedViewIterator.html       |   148 +-
 .../class-use/FloatsSortedView.html                |   172 +-
 .../class-use/FloatsSortedViewIterator.html        |   148 +-
 .../GenericInequalitySearch.Inequality.html        |   131 +-
 .../class-use/GenericInequalitySearch.html         |    88 +-
 .../class-use/GenericSortedView.html               |   142 +-
 .../class-use/GenericSortedViewIterator.html       |   130 +-
 .../class-use/InequalitySearch.html                |   139 +-
 .../class-use/QuantileSearchCriteria.html          |   656 +-
 .../quantilescommon/class-use/QuantilesAPI.html    |   185 +-
 ...tilesDoublesAPI.DoublesPartitionBoundaries.html |   167 +-
 .../class-use/QuantilesDoublesAPI.html             |   134 +-
 .../class-use/QuantilesDoublesSketchIterator.html  |   172 +-
 ...antilesFloatsAPI.FloatsPartitionBoundaries.html |   145 +-
 .../class-use/QuantilesFloatsAPI.html              |   128 +-
 .../class-use/QuantilesFloatsSketchIterator.html   |   172 +-
 ...tilesGenericAPI.GenericPartitionBoundaries.html |   145 +-
 .../class-use/QuantilesGenericAPI.html             |   110 +-
 .../class-use/QuantilesGenericSketchIterator.html  |   142 +-
 .../class-use/QuantilesSketchIterator.html         |   176 +-
 .../quantilescommon/class-use/QuantilesUtil.html   |    88 +-
 .../quantilescommon/class-use/SortedView.html      |   176 +-
 .../class-use/SortedViewIterator.html              |   188 +-
 .../quantilescommon/package-frame.html             |    50 +
 .../quantilescommon/package-summary.html           |   157 +-
 .../datasketches/quantilescommon/package-tree.html |   146 +-
 .../datasketches/quantilescommon/package-use.html  |   306 +-
 .../org/apache/datasketches/req/ReqDebug.html      |   174 +-
 .../org/apache/datasketches/req/ReqSketch.html     |   572 +-
 .../apache/datasketches/req/ReqSketchBuilder.html  |   200 +-
 .../apache/datasketches/req/ReqSketchIterator.html |   149 +-
 .../datasketches/req/ReqSketchSortedView.html      |   224 +-
 .../req/ReqSketchSortedViewIterator.html           |   182 +-
 .../datasketches/req/class-use/ReqDebug.html       |   124 +-
 .../datasketches/req/class-use/ReqSketch.html      |   147 +-
 .../req/class-use/ReqSketchBuilder.html            |   127 +-
 .../req/class-use/ReqSketchIterator.html           |    88 +-
 .../req/class-use/ReqSketchSortedView.html         |    88 +-
 .../req/class-use/ReqSketchSortedViewIterator.html |   112 +-
 .../org/apache/datasketches/req/package-frame.html |    28 +
 .../apache/datasketches/req/package-summary.html   |   122 +-
 .../org/apache/datasketches/req/package-tree.html  |   102 +-
 .../org/apache/datasketches/req/package-use.html   |   111 +-
 .../sampling/ReservoirItemsSketch.html             |   258 +-
 .../datasketches/sampling/ReservoirItemsUnion.html |   217 +-
 .../sampling/ReservoirLongsSketch.html             |   233 +-
 .../datasketches/sampling/ReservoirLongsUnion.html |   185 +-
 .../datasketches/sampling/SampleSubsetSummary.html |   140 +-
 .../VarOptItemsSamples.VarOptItemsIterator.html    |   144 +-
 .../VarOptItemsSamples.WeightedSample.html         |   130 +-
 .../datasketches/sampling/VarOptItemsSamples.html  |   194 +-
 .../datasketches/sampling/VarOptItemsSketch.html   |   251 +-
 .../datasketches/sampling/VarOptItemsUnion.html    |   204 +-
 .../sampling/class-use/ReservoirItemsSketch.html   |   148 +-
 .../sampling/class-use/ReservoirItemsUnion.html    |   119 +-
 .../sampling/class-use/ReservoirLongsSketch.html   |   139 +-
 .../sampling/class-use/ReservoirLongsUnion.html    |   117 +-
 .../sampling/class-use/SampleSubsetSummary.html    |   122 +-
 .../VarOptItemsSamples.VarOptItemsIterator.html    |    88 +-
 .../VarOptItemsSamples.WeightedSample.html         |   124 +-
 .../sampling/class-use/VarOptItemsSamples.html     |   112 +-
 .../sampling/class-use/VarOptItemsSketch.html      |   141 +-
 .../sampling/class-use/VarOptItemsUnion.html       |   119 +-
 .../datasketches/sampling/package-frame.html       |    27 +
 .../datasketches/sampling/package-summary.html     |   137 +-
 .../apache/datasketches/sampling/package-tree.html |   108 +-
 .../apache/datasketches/sampling/package-use.html  |   126 +-
 .../org/apache/datasketches/theta/AnotB.html       |   251 +-
 .../org/apache/datasketches/theta/BitPacking.html  |   148 +-
 .../apache/datasketches/theta/CompactSketch.html   |   237 +-
 .../apache/datasketches/theta/HashIterator.html    |   116 +-
 .../apache/datasketches/theta/Intersection.html    |   252 +-
 .../datasketches/theta/JaccardSimilarity.html      |   178 +-
 .../datasketches/theta/PairwiseSetOperations.html  |   252 +-
 .../apache/datasketches/theta/SetOperation.html    |   220 +-
 .../datasketches/theta/SetOperationBuilder.html    |   303 +-
 .../org/apache/datasketches/theta/Sketch.html      |   381 +-
 .../org/apache/datasketches/theta/Sketches.html    |   655 +-
 .../org/apache/datasketches/theta/Union.html       |   294 +-
 .../datasketches/theta/UpdateReturnState.html      |   222 +-
 .../apache/datasketches/theta/UpdateSketch.html    |   322 +-
 .../datasketches/theta/UpdateSketchBuilder.html    |   399 +-
 .../apache/datasketches/theta/class-use/AnotB.html |   112 +-
 .../datasketches/theta/class-use/BitPacking.html   |    88 +-
 .../theta/class-use/CompactSketch.html             |   396 +-
 .../datasketches/theta/class-use/HashIterator.html |   112 +-
 .../datasketches/theta/class-use/Intersection.html |   131 +-
 .../theta/class-use/JaccardSimilarity.html         |    88 +-
 .../theta/class-use/PairwiseSetOperations.html     |    88 +-
 .../datasketches/theta/class-use/SetOperation.html |   219 +-
 .../theta/class-use/SetOperationBuilder.html       |   149 +-
 .../datasketches/theta/class-use/Sketch.html       |   475 +-
 .../datasketches/theta/class-use/Sketches.html     |    88 +-
 .../apache/datasketches/theta/class-use/Union.html |   131 +-
 .../theta/class-use/UpdateReturnState.html         |   152 +-
 .../datasketches/theta/class-use/UpdateSketch.html |   219 +-
 .../theta/class-use/UpdateSketchBuilder.html       |   169 +-
 .../apache/datasketches/theta/package-frame.html   |    40 +
 .../apache/datasketches/theta/package-summary.html |   147 +-
 .../apache/datasketches/theta/package-tree.html    |   126 +-
 .../org/apache/datasketches/theta/package-use.html |   160 +-
 .../datasketches/thetacommon/BinomialBoundsN.html  |   130 +-
 .../BoundsOnRatiosInThetaSketchedSets.html         |   145 +-
 .../BoundsOnRatiosInTupleSketchedSets.html         |   190 +-
 .../datasketches/thetacommon/HashOperations.html   |   252 +-
 .../datasketches/thetacommon/QuickSelect.html      |   166 +-
 .../SetOperationCornerCases.AnotbAction.html       |   221 +-
 .../SetOperationCornerCases.CornerCase.html        |   325 +-
 .../SetOperationCornerCases.IntersectAction.html   |   200 +-
 .../SetOperationCornerCases.UnionAction.html       |   242 +-
 .../thetacommon/SetOperationCornerCases.html       |   169 +-
 .../apache/datasketches/thetacommon/ThetaUtil.html |   192 +-
 .../thetacommon/class-use/BinomialBoundsN.html     |    88 +-
 .../BoundsOnRatiosInThetaSketchedSets.html         |    88 +-
 .../BoundsOnRatiosInTupleSketchedSets.html         |    88 +-
 .../thetacommon/class-use/HashOperations.html      |    88 +-
 .../thetacommon/class-use/QuickSelect.html         |    88 +-
 .../SetOperationCornerCases.AnotbAction.html       |   122 +-
 .../SetOperationCornerCases.CornerCase.html        |   122 +-
 .../SetOperationCornerCases.IntersectAction.html   |   122 +-
 .../SetOperationCornerCases.UnionAction.html       |   122 +-
 .../class-use/SetOperationCornerCases.html         |    88 +-
 .../thetacommon/class-use/ThetaUtil.html           |    88 +-
 .../datasketches/thetacommon/package-frame.html    |    33 +
 .../datasketches/thetacommon/package-summary.html  |   127 +-
 .../datasketches/thetacommon/package-tree.html     |   116 +-
 .../datasketches/thetacommon/package-use.html      |   111 +-
 .../org/apache/datasketches/tuple/AnotB.html       |   231 +-
 .../apache/datasketches/tuple/CompactSketch.html   |   195 +-
 .../datasketches/tuple/DeserializeResult.html      |   152 +-
 .../org/apache/datasketches/tuple/Filter.html      |   163 +-
 .../apache/datasketches/tuple/Intersection.html    |   225 +-
 .../datasketches/tuple/JaccardSimilarity.html      |   290 +-
 .../tuple/SerializerDeserializer.SketchType.html   |   196 +-
 .../datasketches/tuple/SerializerDeserializer.html |   171 +-
 .../org/apache/datasketches/tuple/Sketch.html      |   278 +-
 .../org/apache/datasketches/tuple/Sketches.html    |   183 +-
 .../org/apache/datasketches/tuple/Summary.html     |   122 +-
 .../datasketches/tuple/SummaryDeserializer.html    |   117 +-
 .../apache/datasketches/tuple/SummaryFactory.html  |   117 +-
 .../datasketches/tuple/SummarySetOperations.html   |   138 +-
 .../datasketches/tuple/TupleSketchIterator.html    |   139 +-
 .../org/apache/datasketches/tuple/Union.html       |   234 +-
 .../apache/datasketches/tuple/UpdatableSketch.html |   416 +-
 .../datasketches/tuple/UpdatableSketchBuilder.html |   181 +-
 .../datasketches/tuple/UpdatableSummary.html       |   125 +-
 .../org/apache/datasketches/tuple/Util.html        |   216 +-
 .../datasketches/tuple/adouble/DoubleSketch.html   |   367 +-
 .../tuple/adouble/DoubleSummary.Mode.html          |   189 +-
 .../datasketches/tuple/adouble/DoubleSummary.html  |   201 +-
 .../tuple/adouble/DoubleSummaryDeserializer.html   |   147 +-
 .../tuple/adouble/DoubleSummaryFactory.html        |   147 +-
 .../tuple/adouble/DoubleSummarySetOperations.html  |   186 +-
 .../tuple/adouble/class-use/DoubleSketch.html      |    88 +-
 .../adouble/class-use/DoubleSummary.Mode.html      |   167 +-
 .../tuple/adouble/class-use/DoubleSummary.html     |   174 +-
 .../class-use/DoubleSummaryDeserializer.html       |    88 +-
 .../adouble/class-use/DoubleSummaryFactory.html    |    88 +-
 .../class-use/DoubleSummarySetOperations.html      |    88 +-
 .../datasketches/tuple/adouble/package-frame.html  |    28 +
 .../tuple/adouble/package-summary.html             |   114 +-
 .../datasketches/tuple/adouble/package-tree.html   |   110 +-
 .../datasketches/tuple/adouble/package-use.html    |   105 +-
 .../tuple/aninteger/IntegerSketch.html             |   367 +-
 .../tuple/aninteger/IntegerSummary.Mode.html       |   189 +-
 .../tuple/aninteger/IntegerSummary.html            |   201 +-
 .../aninteger/IntegerSummaryDeserializer.html      |   147 +-
 .../tuple/aninteger/IntegerSummaryFactory.html     |   147 +-
 .../aninteger/IntegerSummarySetOperations.html     |   174 +-
 .../tuple/aninteger/class-use/IntegerSketch.html   |    88 +-
 .../aninteger/class-use/IntegerSummary.Mode.html   |   164 +-
 .../tuple/aninteger/class-use/IntegerSummary.html  |   174 +-
 .../class-use/IntegerSummaryDeserializer.html      |    88 +-
 .../aninteger/class-use/IntegerSummaryFactory.html |    88 +-
 .../class-use/IntegerSummarySetOperations.html     |    88 +-
 .../tuple/aninteger/package-frame.html             |    28 +
 .../tuple/aninteger/package-summary.html           |   114 +-
 .../datasketches/tuple/aninteger/package-tree.html |   110 +-
 .../datasketches/tuple/aninteger/package-use.html  |   105 +-
 .../tuple/arrayofdoubles/ArrayOfDoublesAnotB.html  |   143 +-
 .../arrayofdoubles/ArrayOfDoublesAnotBImpl.html    |   155 +-
 .../arrayofdoubles/ArrayOfDoublesCombiner.html     |   111 +-
 .../ArrayOfDoublesCompactSketch.html               |   140 +-
 .../arrayofdoubles/ArrayOfDoublesIntersection.html |   157 +-
 .../ArrayOfDoublesSetOperationBuilder.html         |   225 +-
 .../tuple/arrayofdoubles/ArrayOfDoublesSketch.html |   283 +-
 .../ArrayOfDoublesSketchIterator.html              |   123 +-
 .../arrayofdoubles/ArrayOfDoublesSketches.html     |   270 +-
 .../tuple/arrayofdoubles/ArrayOfDoublesUnion.html  |   220 +-
 .../ArrayOfDoublesUpdatableSketch.html             |   273 +-
 .../ArrayOfDoublesUpdatableSketchBuilder.html      |   193 +-
 .../class-use/ArrayOfDoublesAnotB.html             |   122 +-
 .../class-use/ArrayOfDoublesAnotBImpl.html         |    88 +-
 .../class-use/ArrayOfDoublesCombiner.html          |   112 +-
 .../class-use/ArrayOfDoublesCompactSketch.html     |   183 +-
 .../class-use/ArrayOfDoublesIntersection.html      |   117 +-
 .../ArrayOfDoublesSetOperationBuilder.html         |   122 +-
 .../class-use/ArrayOfDoublesSketch.html            |   199 +-
 .../class-use/ArrayOfDoublesSketchIterator.html    |   112 +-
 .../class-use/ArrayOfDoublesSketches.html          |    88 +-
 .../class-use/ArrayOfDoublesUnion.html             |   189 +-
 .../class-use/ArrayOfDoublesUpdatableSketch.html   |   165 +-
 .../ArrayOfDoublesUpdatableSketchBuilder.html      |   132 +-
 .../tuple/arrayofdoubles/package-frame.html        |    34 +
 .../tuple/arrayofdoubles/package-summary.html      |   126 +-
 .../tuple/arrayofdoubles/package-tree.html         |   114 +-
 .../tuple/arrayofdoubles/package-use.html          |   129 +-
 .../apache/datasketches/tuple/class-use/AnotB.html |    88 +-
 .../tuple/class-use/CompactSketch.html             |   212 +-
 .../tuple/class-use/DeserializeResult.html         |   182 +-
 .../datasketches/tuple/class-use/Filter.html       |    88 +-
 .../datasketches/tuple/class-use/Intersection.html |    88 +-
 .../tuple/class-use/JaccardSimilarity.html         |    88 +-
 .../SerializerDeserializer.SketchType.html         |   134 +-
 .../tuple/class-use/SerializerDeserializer.html    |    88 +-
 .../datasketches/tuple/class-use/Sketch.html       |   507 +-
 .../datasketches/tuple/class-use/Sketches.html     |    88 +-
 .../datasketches/tuple/class-use/Summary.html      |   436 +-
 .../tuple/class-use/SummaryDeserializer.html       |   203 +-
 .../tuple/class-use/SummaryFactory.html            |   228 +-
 .../tuple/class-use/SummarySetOperations.html      |   267 +-
 .../tuple/class-use/TupleSketchIterator.html       |   121 +-
 .../apache/datasketches/tuple/class-use/Union.html |    88 +-
 .../tuple/class-use/UpdatableSketch.html           |   214 +-
 .../tuple/class-use/UpdatableSketchBuilder.html    |   122 +-
 .../tuple/class-use/UpdatableSummary.html          |   201 +-
 .../apache/datasketches/tuple/class-use/Util.html  |    88 +-
 .../apache/datasketches/tuple/package-frame.html   |    45 +
 .../apache/datasketches/tuple/package-summary.html |   150 +-
 .../apache/datasketches/tuple/package-tree.html    |   136 +-
 .../org/apache/datasketches/tuple/package-use.html |   274 +-
 .../tuple/strings/ArrayOfStringsSketch.html        |   367 +-
 .../tuple/strings/ArrayOfStringsSummary.html       |   180 +-
 .../strings/ArrayOfStringsSummaryDeserializer.html |   147 +-
 .../strings/ArrayOfStringsSummaryFactory.html      |   145 +-
 .../ArrayOfStringsSummarySetOperations.html        |   168 +-
 .../strings/class-use/ArrayOfStringsSketch.html    |   140 +-
 .../strings/class-use/ArrayOfStringsSummary.html   |   169 +-
 .../ArrayOfStringsSummaryDeserializer.html         |    88 +-
 .../class-use/ArrayOfStringsSummaryFactory.html    |    88 +-
 .../ArrayOfStringsSummarySetOperations.html        |    88 +-
 .../datasketches/tuple/strings/package-frame.html  |    24 +
 .../tuple/strings/package-summary.html             |   110 +-
 .../datasketches/tuple/strings/package-tree.html   |   102 +-
 .../datasketches/tuple/strings/package-use.html    |   119 +-
 api/java/snapshot/apidocs/overview-frame.html      |    40 +
 api/java/snapshot/apidocs/overview-summary.html    |   289 +-
 api/java/snapshot/apidocs/overview-tree.html       |   474 +-
 .../apidocs/{element-list => package-list}         |     0
 api/java/snapshot/apidocs/package-search-index.js  |     1 -
 api/java/snapshot/apidocs/package-search-index.zip |   Bin 344 -> 0 bytes
 api/java/snapshot/apidocs/resources/glass.png      |   Bin 499 -> 0 bytes
 api/java/snapshot/apidocs/resources/x.png          |   Bin 394 -> 0 bytes
 api/java/snapshot/apidocs/script.js                |   131 +-
 api/java/snapshot/apidocs/search.js                |   326 -
 api/java/snapshot/apidocs/serialized-form.html     |   102 +-
 api/java/snapshot/apidocs/stylesheet.css           |   492 +-
 api/java/snapshot/apidocs/type-search-index.js     |     1 -
 api/java/snapshot/apidocs/type-search-index.zip    |   Bin 1574 -> 0 bytes
 480 files changed, 32928 insertions(+), 72319 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org