joeq.ClassLib.Common.java.lang
Class Object

java.lang.Object
  extended by joeq.ClassLib.Common.java.lang.Object

public abstract class Object
extends Object

Object

Version:
$Id: Object.java,v 1.10 2004/03/09 21:57:34 jwhaley Exp $
Author:
John Whaley

Constructor Summary
Object()
           
 
Method Summary
 Class _getClass()
           
 void _notify()
           
 void _notifyAll()
           
 void _wait(long timeout)
           
protected  Object clone()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Object

public Object()
Method Detail

_getClass

public final Class _getClass()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

clone

protected Object clone()
                throws CloneNotSupportedException
Overrides:
clone in class Object
Throws:
CloneNotSupportedException

_notify

public final void _notify()

_notifyAll

public final void _notifyAll()

_wait

public final void _wait(long timeout)
                 throws InterruptedException
Throws:
InterruptedException


Copyright © 2001-2005 John Whaley. All Rights Reserved.