Packages

case class ZRange(min: Long, max: Long) extends Product with Serializable

Represents a rectangle in defined by min and max as two opposing points

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZRange
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ZRange(min: Long, max: Long)

Value Members

  1. def contains(r: ZRange): Boolean
  2. def contains(bits: Long): Boolean
  3. def length: Long
  4. val max: Long
  5. def mid: Long
  6. val min: Long
  7. def overlaps(r: ZRange): Boolean