Packages

final class Z2 extends AnyVal

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Z2
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Z2(z: Long)

Value Members

  1. def +(offset: Long): Z2
  2. def -(offset: Long): Z2
  3. def <(other: Z2): Boolean
  4. def ==(other: Z2): Boolean
  5. def >(other: Z2): Boolean
  6. def bitsToString: String
  7. def decode: (Int, Int)
  8. def dim(i: Int): Int
  9. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  10. def mid(p: Z2): Z2
  11. def toString(): String
    Definition Classes
    Z2 → Any
  12. val z: Long