Interface IRange

All Known Implementing Classes:
MultiVersionDistributedAxisMember.DistributedRange, Range

public interface IRange
Interface describing a range .
Author:
ActiveViam
  • Method Details

    • from

      long from()
    • to

      long to()
    • reverse

      IRange reverse()
    • translate

      IRange translate(int dv)
    • isIncludedIn

      boolean isIncludedIn(IRange other)
    • isDisjoint

      boolean isDisjoint(IRange other)
    • contain

      boolean contain(long x)