Skip to content

Commit b681d9e

Browse files
committed
updated docs
1 parent 76f5389 commit b681d9e

File tree

72 files changed

+181
-146
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+181
-146
lines changed

docs/api/allclasses-frame.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Jun 21 11:21:27 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Sun Jun 23 14:37:32 EDT 2019 -->
66
<title>All Classes (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-06-21">
7+
<meta name="date" content="2019-06-23">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

docs/api/allclasses-noframe.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Jun 21 11:21:27 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Sun Jun 23 14:37:32 EDT 2019 -->
66
<title>All Classes (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-06-21">
7+
<meta name="date" content="2019-06-23">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

docs/api/constant-values.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Jun 21 11:21:27 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Sun Jun 23 14:37:31 EDT 2019 -->
66
<title>Constant Field Values (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-06-21">
7+
<meta name="date" content="2019-06-23">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

docs/api/deprecated-list.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Jun 21 11:21:27 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Sun Jun 23 14:37:32 EDT 2019 -->
66
<title>Deprecated List (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-06-21">
7+
<meta name="date" content="2019-06-23">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

docs/api/help-doc.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Jun 21 11:21:27 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Sun Jun 23 14:37:32 EDT 2019 -->
66
<title>API Help (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-06-21">
7+
<meta name="date" content="2019-06-23">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

docs/api/index-all.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Jun 21 11:21:27 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Sun Jun 23 14:37:32 EDT 2019 -->
66
<title>Index (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-06-21">
7+
<meta name="date" content="2019-06-23">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>
@@ -1642,6 +1642,11 @@ <h2 class="title">T</h2>
16421642
<div class="block">Generates an array of int values from the interval [0, n) in the same order
16431643
that they occur in this Permutation.</div>
16441644
</dd>
1645+
<dt><span class="memberNameLink"><a href="org/cicirello/permutations/Permutation.html#toArray-int:A-">toArray(int[])</a></span> - Method in class org.cicirello.permutations.<a href="org/cicirello/permutations/Permutation.html" title="class in org.cicirello.permutations">Permutation</a></dt>
1646+
<dd>
1647+
<div class="block">Generates an array of int values from the interval [0, n) in the same order
1648+
that they occur in this Permutation.</div>
1649+
</dd>
16451650
<dt><span class="memberNameLink"><a href="org/cicirello/permutations/Permutation.html#toBigInteger--">toBigInteger()</a></span> - Method in class org.cicirello.permutations.<a href="org/cicirello/permutations/Permutation.html" title="class in org.cicirello.permutations">Permutation</a></dt>
16461651
<dd>
16471652
<div class="block">Generates a unique integer representing the permutation.</div>

docs/api/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Jun 21 11:21:27 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Sun Jun 23 14:37:32 EDT 2019 -->
66
<title>JavaPermutationTools - A Java API for computation on permutations</title>
77
<script type="text/javascript">
88
targetPage = "" + window.location.search;

docs/api/org/cicirello/math/la/JacobiDiagonalization.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Jun 21 11:21:25 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Sun Jun 23 14:37:29 EDT 2019 -->
66
<title>JacobiDiagonalization (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-06-21">
7+
<meta name="date" content="2019-06-23">
88
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../../script.js"></script>
1010
</head>

docs/api/org/cicirello/math/la/MatrixOps.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Jun 21 11:21:25 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Sun Jun 23 14:37:30 EDT 2019 -->
66
<title>MatrixOps (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-06-21">
7+
<meta name="date" content="2019-06-23">
88
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../../script.js"></script>
1010
</head>

docs/api/org/cicirello/math/la/package-frame.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Jun 21 11:21:26 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Sun Jun 23 14:37:31 EDT 2019 -->
66
<title>org.cicirello.math.la (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-06-21">
7+
<meta name="date" content="2019-06-23">
88
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../../script.js"></script>
1010
</head>

docs/api/org/cicirello/math/la/package-summary.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Jun 21 11:21:26 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Sun Jun 23 14:37:31 EDT 2019 -->
66
<title>org.cicirello.math.la (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-06-21">
7+
<meta name="date" content="2019-06-23">
88
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../../script.js"></script>
1010
</head>

docs/api/org/cicirello/math/la/package-tree.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Jun 21 11:21:26 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Sun Jun 23 14:37:31 EDT 2019 -->
66
<title>org.cicirello.math.la Class Hierarchy (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-06-21">
7+
<meta name="date" content="2019-06-23">
88
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../../script.js"></script>
1010
</head>

docs/api/org/cicirello/math/rand/RandomIndexer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Jun 21 11:21:25 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Sun Jun 23 14:37:30 EDT 2019 -->
66
<title>RandomIndexer (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-06-21">
7+
<meta name="date" content="2019-06-23">
88
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../../script.js"></script>
1010
</head>

docs/api/org/cicirello/math/rand/package-frame.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Jun 21 11:21:26 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Sun Jun 23 14:37:31 EDT 2019 -->
66
<title>org.cicirello.math.rand (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-06-21">
7+
<meta name="date" content="2019-06-23">
88
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../../script.js"></script>
1010
</head>

docs/api/org/cicirello/math/rand/package-summary.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Jun 21 11:21:26 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Sun Jun 23 14:37:31 EDT 2019 -->
66
<title>org.cicirello.math.rand (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-06-21">
7+
<meta name="date" content="2019-06-23">
88
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../../script.js"></script>
1010
</head>

docs/api/org/cicirello/math/rand/package-tree.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Jun 21 11:21:26 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Sun Jun 23 14:37:31 EDT 2019 -->
66
<title>org.cicirello.math.rand Class Hierarchy (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-06-21">
7+
<meta name="date" content="2019-06-23">
88
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../../script.js"></script>
1010
</head>

docs/api/org/cicirello/math/stats/Statistics.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Jun 21 11:21:25 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Sun Jun 23 14:37:30 EDT 2019 -->
66
<title>Statistics (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-06-21">
7+
<meta name="date" content="2019-06-23">
88
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../../script.js"></script>
1010
</head>

docs/api/org/cicirello/math/stats/package-frame.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Jun 21 11:21:26 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Sun Jun 23 14:37:31 EDT 2019 -->
66
<title>org.cicirello.math.stats (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-06-21">
7+
<meta name="date" content="2019-06-23">
88
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../../script.js"></script>
1010
</head>

docs/api/org/cicirello/math/stats/package-summary.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Jun 21 11:21:26 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Sun Jun 23 14:37:31 EDT 2019 -->
66
<title>org.cicirello.math.stats (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-06-21">
7+
<meta name="date" content="2019-06-23">
88
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../../script.js"></script>
1010
</head>

docs/api/org/cicirello/math/stats/package-tree.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Jun 21 11:21:26 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Sun Jun 23 14:37:31 EDT 2019 -->
66
<title>org.cicirello.math.stats Class Hierarchy (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-06-21">
7+
<meta name="date" content="2019-06-23">
88
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../../script.js"></script>
1010
</head>

docs/api/org/cicirello/permutations/Permutation.Mechanic.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Jun 21 11:21:25 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Sun Jun 23 14:37:30 EDT 2019 -->
66
<title>Permutation.Mechanic (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-06-21">
7+
<meta name="date" content="2019-06-23">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>

docs/api/org/cicirello/permutations/Permutation.html

Lines changed: 35 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Jun 21 11:21:25 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Sun Jun 23 14:37:30 EDT 2019 -->
66
<title>Permutation (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-06-21">
7+
<meta name="date" content="2019-06-23">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>
@@ -18,7 +18,7 @@
1818
catch(err) {
1919
}
2020
//-->
21-
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10};
21+
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10};
2222
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
2323
var altColor = "altColor";
2424
var rowColor = "rowColor";
@@ -397,18 +397,25 @@ <h3>Method Summary</h3>
397397
</td>
398398
</tr>
399399
<tr id="i25" class="rowColor">
400+
<td class="colFirst"><code>int[]</code></td>
401+
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/cicirello/permutations/Permutation.html#toArray-int:A-">toArray</a></span>(int[]&nbsp;array)</code>
402+
<div class="block">Generates an array of int values from the interval [0, n) in the same order
403+
that they occur in this Permutation.</div>
404+
</td>
405+
</tr>
406+
<tr id="i26" class="altColor">
400407
<td class="colFirst"><code>java.math.BigInteger</code></td>
401408
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/cicirello/permutations/Permutation.html#toBigInteger--">toBigInteger</a></span>()</code>
402409
<div class="block">Generates a unique integer representing the permutation.</div>
403410
</td>
404411
</tr>
405-
<tr id="i26" class="altColor">
412+
<tr id="i27" class="rowColor">
406413
<td class="colFirst"><code>int</code></td>
407414
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/cicirello/permutations/Permutation.html#toInteger--">toInteger</a></span>()</code>
408415
<div class="block">Generates a unique integer representing the permutation.</div>
409416
</td>
410417
</tr>
411-
<tr id="i27" class="rowColor">
418+
<tr id="i28" class="altColor">
412419
<td class="colFirst"><code>java.lang.String</code></td>
413420
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/cicirello/permutations/Permutation.html#toString--">toString</a></span>()</code>
414421
<div class="block">Creates a String representing the permutation.</div>
@@ -899,6 +906,29 @@ <h4>toArray</h4>
899906
</dl>
900907
</li>
901908
</ul>
909+
<a name="toArray-int:A-">
910+
<!-- -->
911+
</a>
912+
<ul class="blockList">
913+
<li class="blockList">
914+
<h4>toArray</h4>
915+
<pre>public&nbsp;int[]&nbsp;toArray(int[]&nbsp;array)</pre>
916+
<div class="block"><p>Generates an array of int values from the interval [0, n) in the same order
917+
that they occur in this Permutation. The array that is returned is independent of
918+
the object state (i.e., changes to its contents will not affect the Permutation).</p></div>
919+
<dl>
920+
<dt><span class="paramLabel">Parameters:</span></dt>
921+
<dd><code>array</code> - An array to hold the result. If array is null or if array.length is
922+
not equal to the length of the permutation, then this method will construct a new array
923+
for the result.</dd>
924+
<dt><span class="returnLabel">Returns:</span></dt>
925+
<dd>an int array containing the Permutation elements in the same order that they appear in
926+
the Permutation.</dd>
927+
<dt><span class="simpleTagLabel">Since:</span></dt>
928+
<dd>1.5</dd>
929+
</dl>
930+
</li>
931+
</ul>
902932
<a name="length--">
903933
<!-- -->
904934
</a>

docs/api/org/cicirello/permutations/PermutationIterator.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Jun 21 11:21:25 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Sun Jun 23 14:37:30 EDT 2019 -->
66
<title>PermutationIterator (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-06-21">
7+
<meta name="date" content="2019-06-23">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>

docs/api/org/cicirello/permutations/distance/AcyclicEdgeDistance.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Jun 21 11:21:25 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Sun Jun 23 14:37:30 EDT 2019 -->
66
<title>AcyclicEdgeDistance (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-06-21">
7+
<meta name="date" content="2019-06-23">
88
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../../script.js"></script>
1010
</head>

docs/api/org/cicirello/permutations/distance/CyclicEdgeDistance.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Jun 21 11:21:25 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Sun Jun 23 14:37:30 EDT 2019 -->
66
<title>CyclicEdgeDistance (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-06-21">
7+
<meta name="date" content="2019-06-23">
88
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../../script.js"></script>
1010
</head>

docs/api/org/cicirello/permutations/distance/CyclicIndependentDistance.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Jun 21 11:21:25 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Sun Jun 23 14:37:30 EDT 2019 -->
66
<title>CyclicIndependentDistance (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-06-21">
7+
<meta name="date" content="2019-06-23">
88
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../../script.js"></script>
1010
</head>

docs/api/org/cicirello/permutations/distance/CyclicIndependentDistanceDouble.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Jun 21 11:21:25 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Sun Jun 23 14:37:30 EDT 2019 -->
66
<title>CyclicIndependentDistanceDouble (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-06-21">
7+
<meta name="date" content="2019-06-23">
88
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../../script.js"></script>
1010
</head>

0 commit comments

Comments
 (0)