polyglot.ext.pao.runtime
Class Long

java.lang.Object
  extended bypolyglot.ext.pao.runtime.Primitive
      extended bypolyglot.ext.pao.runtime.Long
Direct Known Subclasses:
Integer

public class Long
extends Primitive

Boxed longs.


Field Summary
protected  long value
           
 
Constructor Summary
Long(long value)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 long longValue()
           
 java.lang.String toString()
           
 
Methods inherited from class polyglot.ext.pao.runtime.Primitive
equals
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

value

protected long value
Constructor Detail

Long

public Long(long value)
Method Detail

longValue

public long longValue()

hashCode

public int hashCode()

equals

public boolean equals(java.lang.Object o)

toString

public java.lang.String toString()