java.lang.Object
de.espirit.firstspirit.access.store.templatestore.gom.Range

@NonExtendable public class Range extends Object
Simple range container.
Since:
5.0.100
  • Field Details

    • start

      public final int start
      The range's start.
      Since:
      5.0.100
    • end

      public final int end
      The range's end.
      Since:
      5.0.100
  • Constructor Details

    • Range

      public Range(int start, int end)
      Construct a new range.
      Parameters:
      start - The start.
      end - The end.
      Since:
      5.0.100