|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DBase
Base interface for all concrete notes interfaces.
The Base class defines methods that are common to all the classes. User code should not directly access the Base class.
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Indicates whether some other object is "equal to" this one. |
int |
hashCode()
Returns a hash code value for the object. |
java.lang.String |
toString()
Returns a short description of an instance. |
Method Detail |
---|
java.lang.String toString()
toString
in class java.lang.Object
boolean equals(java.lang.Object object)
equals
in class java.lang.Object
object
- the reference object with which to compare.
true
if this object is the same as the object
argument; false
otherwise.hashCode()
,
Object.hashCode()
,
Object.equals(java.lang.Object)
,
Hashtable
int hashCode()
hashCode
in class java.lang.Object
equals(java.lang.Object)
,
Object.hashCode()
,
Object.equals(java.lang.Object)
,
Hashtable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |