Class HolesPattern

    • Constructor Summary

      Constructors 
      Constructor Description
      HolesPattern()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int detectHoles​(int[][] map, int startX, int startY, int xDim, int yDim)  
      int findHoles​(int[][] map, int startX, int startY, int xDim, int yDim)  
      (package private) int test()  
      (package private) int test1()  
      (package private) int test3()  
      • Methods inherited from class java.lang.Object

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

      • HolesPattern

        public HolesPattern()
    • Method Detail

      • findHoles

        public int findHoles​(int[][] map,
                             int startX,
                             int startY,
                             int xDim,
                             int yDim)
      • detectHoles

        public int detectHoles​(int[][] map,
                               int startX,
                               int startY,
                               int xDim,
                               int yDim)
      • test

        int test()
      • test1

        int test1()
      • test3

        int test3()