Class Permutations<T extends java.lang.Comparable<? super T>>


  • public class Permutations<T extends java.lang.Comparable<? super T>>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Permutations​(T[] array)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T[] nextPermutation()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Permutations

        public Permutations​(T[] array)
    • Method Detail

      • nextPermutation

        public T[] nextPermutation()