Class AlgorithmNetworkSnake.tuple2i

  • Enclosing class:
    AlgorithmNetworkSnake

    public class AlgorithmNetworkSnake.tuple2i
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int a  
      int b  
    • Constructor Summary

      Constructors 
      Constructor Description
      tuple2i​(int a, int b)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • a

        public final int a
      • b

        public final int b
    • Constructor Detail

      • tuple2i

        public tuple2i​(int a,
                       int b)