IntegerClass

IntegerClass

package java-lang

extends Number

implements Comparable<Integer>

import java.lang.Integer

Available on java

Constructor

new (param1:Int)

new (param1:String)

Methods

compareTo (param1:Integer):Int

compareTo (param1:Dynamic):Int

equals (param1:Dynamic):Bool

hashCode ():Int

toString ():String

Static variables

static read only MAX_VALUE:Int

static read only MIN_VALUE:Int

static read only SIZE:Int

static TYPE:Class<Integer>

Static methods

static _toString (param1:Int, param2:Int):String

static toString (param1:Int):String

static bitCount (param1:Int):Int

static compare (param1:Int, param2:Int):Int

static decode (param1:String):Integer

static getInteger (param1:String):Integer

static getInteger (param1:String, param2:Int):Integer

static getInteger (param1:String, param2:Integer):Integer

static highestOneBit (param1:Int):Int

static lowestOneBit (param1:Int):Int

static numberOfLeadingZeros (param1:Int):Int

static numberOfTrailingZeros (param1:Int):Int

static parseInt (param1:String, param2:Int):Int

static parseInt (param1:String):Int

static reverse (param1:Int):Int

static reverseBytes (param1:Int):Int

static rotateLeft (param1:Int, param2:Int):Int

static rotateRight (param1:Int, param2:Int):Int

static signum (param1:Int):Int

static toBinaryString (param1:Int):String

static toHexString (param1:Int):String

static toOctalString (param1:Int):String

static valueOf (param1:String, param2:Int):Integer

static valueOf (param1:String):Integer

static valueOf (param1:Int):Integer

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/java/lang/IntegerClass.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部