final
class
Short extends AnyVal
Inherited from Any
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
toString(): String
Short
is a member of the value classes, those whose instances are not represented as objects by the underlying host system.There is an implicit conversion from Short => RichShort which provides useful non-primitive operations.