Package com.github.jsonldjava.core
Class NormalizeUtils.Permutator
java.lang.Object
com.github.jsonldjava.core.NormalizeUtils.Permutator
- Enclosing class:
NormalizeUtils
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
list
-
done
private boolean done -
left
-
-
Constructor Details
-
Permutator
-
-
Method Details
-
hasNext
public boolean hasNext()Returns true if there is another permutation.- Returns:
- true if there is another permutation, false if not.
-
next
Gets the next permutation. Call hasNext() to ensure there is another one first.- Returns:
- the next permutation.
-