final class S16 extends AnyVal with Short[S16]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- S16
- Short
- HasBoxer
- ZLike
- 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
-
final
def
$cannotMixImmutableAndMutable: Nothing
- Attributes
- protected
- Definition Classes
- Immutable
-
def
$clone: ImmutableMarker
- Definition Classes
- ImmutableMarker → Clonable
-
def
$hasEquals: Boolean
- Attributes
- protected
- Definition Classes
- Immutable
-
def
$hasString: Boolean
- Attributes
- protected
- Definition Classes
- Immutable
- final def %(other: S16): S16
-
final
def
&(other: S16): S16
- Definition Classes
- Short
- final def *(other: S16): S16
- final def +(other: S16): S16
- final def -(other: S16): S16
- final def /(other: S16): S16
- final def <(other: S16): B
-
final
def
<<(other: S16): S16
- Definition Classes
- Short
- final def <=(other: S16): B
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
- final def >(other: S16): B
- final def >=(other: S16): B
-
final
def
>>(other: S16): S16
- Definition Classes
- Short
-
final
def
>>>(other: S16): S16
- Definition Classes
- Short
- 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: S16): Int
- Definition Classes
- ZLike → Comparable
- final def decrease: S16
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def hasMax: Boolean
- final def hasMin: Boolean
- final def increase: S16
- final def isBitVector: Boolean
-
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(n: S16): ZRange[S16]
- Definition Classes
- ZLike
- final def toBigInt: BigInt
- final def toIndex: Index
- final def toMP: Z
-
final
def
toString(): scala.Predef.String
- Definition Classes
- Short → Any
- final def unary_-: S16
-
final
def
unary_~: S16
- Definition Classes
- Short
-
def
until(n: S16): ZRange[S16]
- Definition Classes
- ZLike
- val value: Short
-
final
def
|(other: S16): S16
- Definition Classes
- Short
-
final
def
|^(other: S16): S16
- Definition Classes
- Short