Class RMTableOfContents.RowGroup

  • All Implemented Interfaces:
    RMKey.Get
    Enclosing class:
    RMTableOfContents

    public static class RMTableOfContents.RowGroup
    extends java.lang.Object
    implements RMKey.Get
    An inner class to assist flattening.
    • Constructor Summary

      Constructors 
      Constructor Description
      RowGroup​(RMShape row, java.lang.Object group)
      Creates a new table of contents entry.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object anObj)
      Standard equals implementation.
      java.lang.Object getKeyValue​(java.lang.String aKey)
      Implements this method to provide page info.
      • Methods inherited from class java.lang.Object

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

      • RowGroup

        public RowGroup​(RMShape row,
                        java.lang.Object group)
        Creates a new table of contents entry.
    • Method Detail

      • getKeyValue

        public java.lang.Object getKeyValue​(java.lang.String aKey)
        Implements this method to provide page info.
        Specified by:
        getKeyValue in interface RMKey.Get
      • equals

        public boolean equals​(java.lang.Object anObj)
        Standard equals implementation.
        Overrides:
        equals in class java.lang.Object