final class S16 extends AnyVal with Short[S16]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- S16
- Short
- BV
- HasBoxer
- Z
- Comparable
- Number
- Immutable
- ImmutableMarker
- Clonable
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new S16(value: Short)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
def
$clone: ImmutableMarker
- Definition Classes
- ImmutableMarker → Clonable
- final def %(other: Z): S16
- final def &(other: Z): S16
- final def *(other: Z): S16
- final def +(other: Z): S16
- final def -(other: Z): S16
- final def /(other: Z): S16
- final def <(other: Z): B
- final def <<(other: Z): S16
- final def <=(other: Z): B
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
- final def >(other: Z): B
- final def >=(other: Z): B
- final def >>(other: Z): S16
- final def >>>(other: Z): S16
- def BitWidth: Int
- def Index: S16
- def Max: S16
- def Min: S16
- def Name: java.lang.String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def boxer: Boxer.type
-
def
compareTo(other: Z): Int
- Definition Classes
- Z → Comparable
- final def decrease: S16
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
hasMax: Boolean
- Definition Classes
- BV → Z
-
final
def
hasMin: Boolean
- Definition Classes
- BV → Z
- final def increase: S16
-
final
def
isBitVector: Boolean
- Definition Classes
- BV → Z
-
final
def
isEqType(other: Z): Boolean
- Definition Classes
- Z
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isSigned: Boolean
- def isWrapped: Boolean
- def isZeroIndex: Boolean
- def make(v: Short): S16
- final def string: String
-
def
to[I](n: I): ZRange[I]
- Definition Classes
- Z
- final def toBigInt: BigInt
- final def toIndex: Index
- final def toMP: MP
-
final
def
toString(): scala.Predef.String
- Definition Classes
- Short → Any
- final def unary_-: S16
- final def unary_~: S16
-
def
until[I](n: I): ZRange[I]
- Definition Classes
- Z
- val value: Short
- final def |(other: Z): S16
- final def |^(other: Z): S16