polyglot.ext.op.runtime
Class Integer

java.lang.Object
  extended bypolyglot.ext.op.runtime.Integer

public class Integer
extends java.lang.Object


Constructor Summary
Integer(int value)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 int intValue()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Integer

public Integer(int value)
Method Detail

intValue

public int intValue()

hashCode

public int hashCode()

equals

public boolean equals(java.lang.Object o)