Interface IRange
- All Known Implementing Classes:
MultiVersionDistributedAxisMember.DistributedRange
,Range
public interface IRange
Interface describing a range .
- Author:
- ActiveViam
-
Method Summary
-
Method Details
-
from
long from() -
to
long to() -
reverse
IRange reverse() -
translate
-
isIncludedIn
-
isDisjoint
-
contain
boolean contain(long x)
-