Class SwitchPayload

    • Constructor Summary

      Constructors 
      Constructor Description
      SwitchPayload​(int size, int[] keys, int[] targets)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int[] getKeys()  
      int getSize()  
      int[] getTargets()  
      • Methods inherited from class java.lang.Object

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

      • SwitchPayload

        public SwitchPayload​(int size,
                             int[] keys,
                             int[] targets)