polyglot.ext.op.runtime
Class Boolean

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

public class Boolean
extends java.lang.Object


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

Constructor Detail

Boolean

public Boolean(boolean value)
Method Detail

booleanValue

public boolean booleanValue()

hashCode

public int hashCode()

equals

public boolean equals(java.lang.Object o)