polyglot.ext.op.runtime
Class Short

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

public class Short
extends java.lang.Object


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

Constructor Detail

Short

public Short(short value)
Method Detail

shortValue

public short shortValue()

hashCode

public int hashCode()

equals

public boolean equals(java.lang.Object o)