Class Range

java.lang.Object
com.github.cla9.excel.reader.row.Range

public class Range
extends java.lang.Object
The type Range.
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  Range.RangeBuilder
    The type Range builder.
  • Method Summary

    Modifier and Type Method Description
    static Range.RangeBuilder builder()
    Builder range . range builder.
    int getEnd()
    Gets end.
    int getStart()
    Gets start.
    static Range of​(Range range)
    Of range.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • of

      public static Range of​(Range range)
      Of range.
      Parameters:
      range - the range
      Returns:
      the range
    • builder

      public static Range.RangeBuilder builder()
      Builder range . range builder.
      Returns:
      the range . range builder
    • getStart

      public int getStart()
      Gets start.
      Returns:
      the start
    • getEnd

      public int getEnd()
      Gets end.
      Returns:
      the end