Class FrameSignaturePair


  • public class FrameSignaturePair
    extends Object
    Encapsulates a Frame and the RowSignature of the rows that are encapsulated in it
    • Constructor Detail

      • FrameSignaturePair

        public FrameSignaturePair​(Frame frame,
                                  RowSignature rowSignature)
    • Method Detail

      • getFrame

        public Frame getFrame()