Class WindowFrame.OffsetFrame

    • Field Detail

      • lowerOffset

        public final Integer lowerOffset
      • upperOffset

        public final Integer upperOffset
    • Constructor Detail

      • OffsetFrame

        public OffsetFrame​(Integer lowerOffset,
                           Integer upperOffset)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getLowerOffsetClamped

        public int getLowerOffsetClamped​(int maxRows)
        Calculates the applicable lower offset if the max number of rows is known.
      • getUpperOffsetClamped

        public int getUpperOffsetClamped​(int maxRows)
        Calculates the applicable upper offset if the max number of rows is known.