case class OverlappingRange(lower: Long, upper: Long) extends IndexRange with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OverlappingRange
- Serializable
- Serializable
- Product
- Equals
- IndexRange
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new OverlappingRange(lower: Long, upper: Long)
Value Members
-
val
contained: Boolean
- Definition Classes
- OverlappingRange → IndexRange
-
val
lower: Long
- Definition Classes
- OverlappingRange → IndexRange
-
def
tuple: (Long, Long, Boolean)
- Definition Classes
- IndexRange
-
val
upper: Long
- Definition Classes
- OverlappingRange → IndexRange