Class AlgorithmBRISK.BriskShortPair

  • Enclosing class:
    AlgorithmBRISK

    private class AlgorithmBRISK.BriskShortPair
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int i  
      private int j  
    • Constructor Summary

      Constructors 
      Constructor Description
      BriskShortPair()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getI()  
      int getJ()  
      void setI​(int i)  
      void setJ​(int j)  
      • Methods inherited from class java.lang.Object

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

      • i

        private int i
      • j

        private int j
    • Constructor Detail

      • BriskShortPair

        public BriskShortPair()
    • Method Detail

      • setI

        public void setI​(int i)
      • setJ

        public void setJ​(int j)
      • getI

        public int getI()
      • getJ

        public int getJ()