We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b1418 commit c6309dbCopy full SHA for c6309db
src/org/cicirello/permutations/PermutationIterator.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2018 Vincent A. Cicirello, <https://www.cicirello.org/>.
+ * Copyright 2018-2019 Vincent A. Cicirello, <https://www.cicirello.org/>.
3
*
4
* This file is part of JavaPermutationTools (https://jpt.cicirello.org/).
5
@@ -33,8 +33,8 @@
33
* modify the returned Permutation without risk of interfering with the operation of the Iterator.
34
35
* @author <a href=https://www.cicirello.org/ target=_top>Vincent A. Cicirello</a>, <a href=https://www.cicirello.org/ target=_top>https://www.cicirello.org/</a>
36
- * @version 2.18.8.1
37
- * @since 2.0
+ * @version 1.19.5.10
+ * @since 1.2
38
*/
39
public class PermutationIterator implements Iterator<Permutation> {
40
0 commit comments