Class 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 Detail

      • FormattedStems

        public FormattedStems()
    • Method Detail

      • formatEntry

        protected V formatEntry​(Object x)
      • 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)
      • getRow

        protected List<V> getRow​(int n)