From 022e8e060b46fd651dc4dc0ecef6087784dbe027 Mon Sep 17 00:00:00 2001
From: Nees Jan van Eck <36573334+neesjanvaneck@users.noreply.github.com>
Date: Sat, 19 Aug 2023 23:04:51 +0200
Subject: [PATCH] Update javadoc
---
docs/allclasses-frame.html | 8 +-
docs/allclasses-noframe.html | 8 +-
docs/constant-values.html | 168 +-
docs/deprecated-list.html | 4 +-
docs/help-doc.html | 4 +-
docs/index-all.html | 1030 ++++++++++-
docs/index.html | 2 +-
.../CPMClusteringAlgorithm.html | 4 +-
docs/nl/cwts/networkanalysis/Clustering.html | 4 +-
.../networkanalysis/ClusteringAlgorithm.html | 4 +-
.../networkanalysis/ComponentsAlgorithm.html | 4 +-
.../FastLocalMovingAlgorithm.html | 4 +-
.../GradientDescentVOSLayoutAlgorithm.html | 4 +-
.../IncrementalCPMClusteringAlgorithm.html | 4 +-
.../IncrementalClusteringAlgorithm.html | 4 +-
.../IterativeCPMClusteringAlgorithm.html | 4 +-
docs/nl/cwts/networkanalysis/Layout.html | 4 +-
.../cwts/networkanalysis/LayoutAlgorithm.html | 4 +-
.../cwts/networkanalysis/LeidenAlgorithm.html | 4 +-
.../LocalMergingAlgorithm.html | 4 +-
.../networkanalysis/LouvainAlgorithm.html | 4 +-
.../Network.RangeIterable.html | 291 ++++
.../Network.RangeIterator.html | 330 ++++
docs/nl/cwts/networkanalysis/Network.html | 289 ++--
.../QualityClusteringAlgorithm.html | 8 +-
.../QualityLayoutAlgorithm.html | 4 +-
.../StandardLocalMovingAlgorithm.html | 4 +-
.../networkanalysis/VOSLayoutAlgorithm.html | 4 +-
.../cwts/networkanalysis/package-frame.html | 2 +-
.../cwts/networkanalysis/package-summary.html | 4 +-
.../nl/cwts/networkanalysis/package-tree.html | 6 +-
docs/nl/cwts/networkanalysis/run/FileIO.html | 4 +-
.../run/RunNetworkClustering.html | 4 +-
.../networkanalysis/run/RunNetworkLayout.html | 4 +-
.../networkanalysis/run/package-frame.html | 2 +-
.../networkanalysis/run/package-summary.html | 4 +-
.../networkanalysis/run/package-tree.html | 4 +-
docs/nl/cwts/util/Arrays.html | 8 +-
docs/nl/cwts/util/DynamicDoubleArray.html | 571 -------
docs/nl/cwts/util/DynamicIntArray.html | 571 -------
docs/nl/cwts/util/FastMath.html | 12 +-
docs/nl/cwts/util/LargeBooleanArray.html | 1121 ++++++++++++
.../util/LargeDoubleArray.FromIterable.html | 289 ++++
.../util/LargeDoubleArray.FromToIterable.html | 291 ++++
.../cwts/util/LargeDoubleArray.Iterator.html | 386 +++++
docs/nl/cwts/util/LargeDoubleArray.html | 1518 +++++++++++++++++
.../cwts/util/LargeIntArray.FromIterable.html | 289 ++++
.../util/LargeIntArray.FromToIterable.html | 291 ++++
docs/nl/cwts/util/LargeIntArray.Iterator.html | 386 +++++
docs/nl/cwts/util/LargeIntArray.html | 1518 +++++++++++++++++
.../util/LargeLongArray.FromIterable.html | 289 ++++
.../util/LargeLongArray.FromToIterable.html | 291 ++++
.../nl/cwts/util/LargeLongArray.Iterator.html | 386 +++++
docs/nl/cwts/util/LargeLongArray.html | 1518 +++++++++++++++++
docs/nl/cwts/util/package-frame.html | 8 +-
docs/nl/cwts/util/package-summary.html | 36 +-
docs/nl/cwts/util/package-tree.html | 19 +-
docs/overview-frame.html | 2 +-
docs/overview-summary.html | 6 +-
docs/overview-tree.html | 21 +-
docs/serialized-form.html | 12 +-
61 files changed, 10635 insertions(+), 1448 deletions(-)
create mode 100644 docs/nl/cwts/networkanalysis/Network.RangeIterable.html
create mode 100644 docs/nl/cwts/networkanalysis/Network.RangeIterator.html
delete mode 100644 docs/nl/cwts/util/DynamicDoubleArray.html
delete mode 100644 docs/nl/cwts/util/DynamicIntArray.html
create mode 100644 docs/nl/cwts/util/LargeBooleanArray.html
create mode 100644 docs/nl/cwts/util/LargeDoubleArray.FromIterable.html
create mode 100644 docs/nl/cwts/util/LargeDoubleArray.FromToIterable.html
create mode 100644 docs/nl/cwts/util/LargeDoubleArray.Iterator.html
create mode 100644 docs/nl/cwts/util/LargeDoubleArray.html
create mode 100644 docs/nl/cwts/util/LargeIntArray.FromIterable.html
create mode 100644 docs/nl/cwts/util/LargeIntArray.FromToIterable.html
create mode 100644 docs/nl/cwts/util/LargeIntArray.Iterator.html
create mode 100644 docs/nl/cwts/util/LargeIntArray.html
create mode 100644 docs/nl/cwts/util/LargeLongArray.FromIterable.html
create mode 100644 docs/nl/cwts/util/LargeLongArray.FromToIterable.html
create mode 100644 docs/nl/cwts/util/LargeLongArray.Iterator.html
create mode 100644 docs/nl/cwts/util/LargeLongArray.html
diff --git a/docs/allclasses-frame.html b/docs/allclasses-frame.html
index 7ea6e2a..df1e6e8 100644
--- a/docs/allclasses-frame.html
+++ b/docs/allclasses-frame.html
@@ -3,7 +3,7 @@
-All Classes (networkanalysis 1.2.0 API)
+All Classes (networkanalysis 1.3.0 API)
@@ -16,8 +16,6 @@ All Classes
ClusteringAlgorithm
ComponentsAlgorithm
CPMClusteringAlgorithm
-DynamicDoubleArray
-DynamicIntArray
FastLocalMovingAlgorithm
FastMath
FileIO
@@ -25,6 +23,10 @@ All Classes
IncrementalClusteringAlgorithm
IncrementalCPMClusteringAlgorithm
IterativeCPMClusteringAlgorithm
+LargeBooleanArray
+LargeDoubleArray
+LargeIntArray
+LargeLongArray
Layout
LayoutAlgorithm
LeidenAlgorithm
diff --git a/docs/allclasses-noframe.html b/docs/allclasses-noframe.html
index 36e3b79..c4b7364 100644
--- a/docs/allclasses-noframe.html
+++ b/docs/allclasses-noframe.html
@@ -3,7 +3,7 @@
-All Classes (networkanalysis 1.2.0 API)
+All Classes (networkanalysis 1.3.0 API)
@@ -16,8 +16,6 @@ All Classes
ClusteringAlgorithm
ComponentsAlgorithm
CPMClusteringAlgorithm
-DynamicDoubleArray
-DynamicIntArray
FastLocalMovingAlgorithm
FastMath
FileIO
@@ -25,6 +23,10 @@ All Classes
IncrementalClusteringAlgorithm
IncrementalCPMClusteringAlgorithm
IterativeCPMClusteringAlgorithm
+LargeBooleanArray
+LargeDoubleArray
+LargeIntArray
+LargeLongArray
Layout
LayoutAlgorithm
LeidenAlgorithm
diff --git a/docs/constant-values.html b/docs/constant-values.html
index 58e095f..7adcc32 100644
--- a/docs/constant-values.html
+++ b/docs/constant-values.html
@@ -3,7 +3,7 @@
-Constant Field Values (networkanalysis 1.2.0 API)
+Constant Field Values (networkanalysis 1.3.0 API)
@@ -11,7 +11,7 @@
@@ -11,7 +11,7 @@
@@ -11,7 +11,7 @@
@@ -11,7 +11,7 @@
@@ -11,7 +11,7 @@
@@ -11,7 +11,7 @@
@@ -11,7 +11,7 @@
@@ -11,7 +11,7 @@
@@ -11,7 +11,7 @@
@@ -11,7 +11,7 @@
@@ -11,7 +11,7 @@
@@ -11,7 +11,7 @@
@@ -11,7 +11,7 @@
@@ -11,7 +11,7 @@
@@ -11,7 +11,7 @@
@@ -11,7 +11,7 @@
@@ -11,7 +11,7 @@
@@ -11,7 +11,7 @@
+
+
+
+
+
+
+
+
+
+
+
+
+- java.lang.Object
+-
+
+- nl.cwts.networkanalysis.Network.RangeIterable
+
+
+
+
+
+
+-
+
+
+-
+
+
+
Constructor Summary
+
+Constructors
+
+Constructor and Description |
+
+
+RangeIterable(long from,
+ long to) |
+
+
+
+
+
+
+-
+
+
+
Method Summary
+
+
+-
+
+
+
Methods inherited from class java.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+-
+
+
+
Methods inherited from interface java.lang.Iterable
+forEach, spliterator
+
+
+
+
+
+
+
+
+-
+
+
+-
+
+
+
Constructor Detail
+
+
+
+
+
+
+
+
+-
+
+
+
Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+