Class CeresSolver.CellInfo

  • Enclosing class:
    CeresSolver

    public class CeresSolver.CellInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.concurrent.locks.Lock m  
      double[] values  
      int values_index  
    • Constructor Summary

      Constructors 
      Constructor Description
      CellInfo()  
      CellInfo​(double[] ptr, int index)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void finalize()  
      • Methods inherited from class java.lang.Object

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

      • values

        public double[] values
      • values_index

        public int values_index
      • m

        public java.util.concurrent.locks.Lock m
    • Constructor Detail

      • CellInfo

        public CellInfo()
      • CellInfo

        public CellInfo​(double[] ptr,
                        int index)
    • Method Detail

      • finalize

        protected void finalize()
        Overrides:
        finalize in class java.lang.Object