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 SummaryConstructors Constructor Description FormattedStems()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected VformatEntry(Object x)Stringget(int row, int column)protected VgetPlaceholder()protected List<V>getRow(int n)booleanhasRow(int rowNumber)Vput(int rowNumber, int colNumber, Object object)returns what the formatted object is.
 
- 
- 
- 
Method Detail- 
getPlaceholderprotected V getPlaceholder() 
 - 
putpublic V put(int rowNumber, int colNumber, Object object) returns what the formatted object is.- Parameters:
- rowNumber-
- colNumber-
- object-
- Returns:
 
 - 
getpublic String get(int row, int column) 
 - 
hasRowpublic boolean hasRow(int rowNumber) 
 
- 
 
-