Scripting API

Home Scripting API Index Class Overview

nlvm.lang

Class Integer


public final class Integer
extends Number

Immutable object wrapper for int

Field Summary

static final int MAX_VALUE
static final int MIN_VALUE


Constructor Summary

Integer(int n)
    Create an immutable object with a specific int value


Method Summary

double doubleValue()
bool equals(Object obj)
float floatValue()
int hashCode()
int intValue()
static int parseInt(String s)
String toString()


Field Detail


MAX_VALUE

public static final int MAX_VALUE


MIN_VALUE

public static final int MIN_VALUE


Constructor Detail


Integer

public Integer(int n)

Create an immutable object with a specific int value


Method Detail


doubleValue

public double doubleValue()


equals

public bool equals(Object obj)


floatValue

public float floatValue()


hashCode

public int hashCode()


intValue

public int intValue()


parseInt

public static int parseInt(String s)


toString

public String toString()