Class MultiRowLaterValue<E>

  • Type Parameters:
    E - The value type

    public class MultiRowLaterValue<E>
    extends MultiRowValue<E>
    An object representing an entry in a MultiRow - entries other than the first value of the rowspan.
    Author:
    Matthew Wakeling
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected MultiRowLaterValue​(MultiRowFirstValue<E> mrfv)
      Constructor - should only really be called from MultiRowFirstValue.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)
      E getValue()
      Returns the value of the entry.
      int hashCode()
      java.lang.String toString()
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MultiRowLaterValue

        protected MultiRowLaterValue​(MultiRowFirstValue<E> mrfv)
        Constructor - should only really be called from MultiRowFirstValue.
        Parameters:
        mrfv - a MultiRowFirstValue object
    • Method Detail

      • getValue

        public E getValue()
        Returns the value of the entry.
        Specified by:
        getValue in class MultiRowValue<E>
        Returns:
        an object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object