Class IntIntPair


  • public class IntIntPair
    extends java.lang.Object
    Author:
    ldh
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int _V1  
      int _V2  
    • Constructor Summary

      Constructors 
      Constructor Description
      IntIntPair​(int v1, int v2)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • _V1

        public final int _V1
      • _V2

        public final int _V2
    • Constructor Detail

      • IntIntPair

        public IntIntPair​(int v1,
                          int v2)