Class BArray

  • All Implemented Interfaces:
    java.lang.Iterable<BNode>

    public class BArray
    extends java.lang.Object
    implements java.lang.Iterable<BNode>
    • Constructor Summary

      Constructors 
      Constructor Description
      BArray()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      BNode getCell​(int x, int y)  
      int getMaxX()  
      int getMaxY()  
      java.util.Iterator<BNode> iterator()  
      void put​(BNode node)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • BArray

        public BArray()
    • Method Detail

      • put

        public void put​(BNode node)
      • getCell

        public BNode getCell​(int x,
                             int y)
      • iterator

        public java.util.Iterator<BNode> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<BNode>
      • getMaxX

        public final int getMaxX()
      • getMaxY

        public final int getMaxY()