Package org.qdl_lang.variables
Class FormattedStems<V>
- java.lang.Object
-
- org.qdl_lang.variables.FormattedStems<V>
-
- Direct Known Subclasses:
FormattedStem
public class FormattedStems<V> extends Object
Created by Jeff Gaynor
on 9/16/21 at 7:38 AM
-
-
Constructor Summary
Constructors Constructor Description FormattedStems()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected V
formatEntry(Object x)
String
get(int row, int column)
protected V
getPlaceholder()
protected List<V>
getRow(int n)
boolean
hasRow(int rowNumber)
V
put(int rowNumber, int colNumber, Object object)
returns what the formatted object is.
-
-
-
Method Detail
-
getPlaceholder
protected V getPlaceholder()
-
put
public V put(int rowNumber, int colNumber, Object object)
returns what the formatted object is.- Parameters:
rowNumber
-colNumber
-object
-- Returns:
-
get
public String get(int row, int column)
-
hasRow
public boolean hasRow(int rowNumber)
-
-