Class MinObject

    • Field Summary

      Fields 
      Modifier and Type Field Description
      int[] data  
      double[] ddata  
      java.lang.Integer key  
      int type  
    • Constructor Summary

      Constructors 
      Constructor Description
      MinObject()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String decodeKey​(java.lang.Integer key)  
      static java.lang.Integer getKey​(int type, int a1, int a2, int a3, int a4)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • data

        public int[] data
      • type

        public int type
      • key

        public java.lang.Integer key
      • ddata

        public double[] ddata
    • Constructor Detail

      • MinObject

        public MinObject()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getKey

        public static java.lang.Integer getKey​(int type,
                                               int a1,
                                               int a2,
                                               int a3,
                                               int a4)
      • decodeKey

        public static java.lang.String decodeKey​(java.lang.Integer key)