ShortClass

package java.lang

extends Number

implements Comparable<Short>

import java.lang.Short

Available on java

Static variables

staticfinalread onlyMAX_VALUE:Int16

staticfinalread onlyMIN_VALUE:Int16

staticfinalread onlySIZE:Int

staticfinalread onlyTYPE:Class<Short>

Static methods

static_toString(param1:Int16):String

staticcompare(param1:Int16, param2:Int16):Int

staticdecode(param1:String):Short

staticparseShort(param1:String, param2:Int):Int16

staticparseShort(param1:String):Int16

staticreverseBytes(param1:Int16):Int16

staticvalueOf(param1:Int16):Short

staticvalueOf(param1:String):Short

staticvalueOf(param1:String, param2:Int):Short

Constructor

new(param1:Int16)

new(param1:String)

Methods

compareTo(param1:Short):Int

compareTo(param1:Dynamic):Int

equals(param1:Dynamic):Bool

hashCode():Int

toString():String

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/java/lang/ShortClass.html