joeq.ClassLib.Common.java.lang
Class Object
java.lang.Object
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
Object
public Object()
_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.