Class JListHpr.Range

java.lang.Object
com.ribs.helpers.JListHpr.Range
Enclosing class:
JListHpr

public static class JListHpr.Range extends Object
An inner class to describe a selected range (start, end, length).
  • Constructor Summary

    Constructors
    Constructor
    Description
    Range(int loc, int len)
    Creates a new range.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    end()
    Returns the end of the range.
    boolean
    equals(Object other)
    Returns whether range is equal to another.
    int
    Returns the length of the range.
    int
    Returns the start of the range.

    Methods inherited from class java.lang.Object

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

    • Range

      public Range(int loc, int len)
      Creates a new range.
  • Method Details

    • start

      public int start()
      Returns the start of the range.
    • end

      public int end()
      Returns the end of the range.
    • length

      public int length()
      Returns the length of the range.
    • equals

      public boolean equals(Object other)
      Returns whether range is equal to another.
      Overrides:
      equals in class Object