W3cubDocs

/Haxe Java

ShortClass

package java.lang

extends Number

implements Comparable<Short>

import java.lang.Short

@:native("java.lang.Short") Available on java

Constructor

@:overload new (param1:Int16)

@:overload @:throws("java.lang.NumberFormatException") new (param1:String)

Methods

@:overload compareTo (param1:Short):Int

@:overload compareTo (param1:Dynamic):Int

@:overload equals (param1:Dynamic):Bool

@:overload hashCode ():Int

@:overload toString ():String

Static variables

@:final static read only MAX_VALUE:Int16

@:final static read only MIN_VALUE:Int16

@:final static read only SIZE:Int

@:final static TYPE:Class<Short>

Static methods

@:native("toString") @:overload static _toString (param1:Int16):String

@:overload static compare (param1:Int16, param2:Int16):Int

@:overload @:throws("java.lang.NumberFormatException") static decode (param1:String):Short

@:overload @:throws("java.lang.NumberFormatException") static parseShort (param1:String, param2:Int):Int16

@:overload @:throws("java.lang.NumberFormatException") static parseShort (param1:String):Int16

@:overload static reverseBytes (param1:Int16):Int16

@:overload @:throws("java.lang.NumberFormatException") static valueOf (param1:String, param2:Int):Short

@:overload @:throws("java.lang.NumberFormatException") static valueOf (param1:String):Short

@:overload static valueOf (param1:Int16):Short

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