Class Collect.Permutes

  • Enclosing class:
    Collect

    private static class Collect.Permutes
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Permutes​(java.lang.invoke.MethodType source, java.lang.invoke.MethodType target, int index, int count)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • movePermute

        private final int[] movePermute
      • moveBackPermute

        private final int[] moveBackPermute
    • Constructor Detail

      • Permutes

        private Permutes​(java.lang.invoke.MethodType source,
                         java.lang.invoke.MethodType target,
                         int index,
                         int count)