Class BArray

java.lang.Object
net.sourceforge.plantuml.board.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
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getCell(int x, int y)
     
    final int
     
    final int
     
    java.util.Iterator<BNode>
     
    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 Details

    • BArray

      public BArray()
  • Method Details

    • 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()