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