final
class
Z3 extends AnyVal
Instance Constructors
-
new
Z3(z: Long)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(offset: Long): Z3
-
def
-(offset: Long): Z3
-
def
<(other: Z3): Boolean
-
def
<=(other: Z3): Boolean
-
def
==(other: Z3): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
>(other: Z3): Boolean
-
def
>=(other: Z3): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
bitsToString: String
-
def
decode: (Int, Int, Int)
-
def
dim(i: Int): Int
-
def
getClass(): Class[_ <: AnyVal]
-
def
inRange(rmin: Z3, rmax: Z3): Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
def
mid(p: Z3): Z3
-
def
toString(): String
-
val
z: Long
Inherited from AnyVal
Inherited from NotNull
Inherited from Any