Class NwArray
- java.lang.Object
-
- net.sourceforge.plantuml.nwdiag.next.NwArray
-
public class NwArray extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NwArray(int lines, int cols)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LinkedElement
get(int i, int j)
LinkedElement[]
getLine(int i)
int
getNbCols()
int
getNbLines()
void
set(int i, int j, LinkedElement value)
-
-
-
Method Detail
-
getNbLines
public int getNbLines()
-
getNbCols
public int getNbCols()
-
get
public LinkedElement get(int i, int j)
-
getLine
public LinkedElement[] getLine(int i)
-
set
public void set(int i, int j, LinkedElement value)
-
-