Class CeresSolver.Cell

  • Enclosing class:
    CeresSolver

    class CeresSolver.Cell
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int block_id  
      int position  
    • Constructor Summary

      Constructors 
      Constructor Description
      Cell()  
      Cell​(int block_id_, int position_)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • block_id

        public int block_id
      • position

        public int position
    • Constructor Detail

      • Cell

        public Cell()
      • Cell

        public Cell​(int block_id_,
                    int position_)