| 
 | ref_send API 2.17 defensive programming in Java | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Equatable
Marker interface for annotating classes whose instances are permitted
 to be compared using the == and != operators.
 These operators compare using the address of the object and thus expose
 object identity.  Objects that do not implement Equatable are prohibited
 (by Joe-E) from being compared using these comparison operators.
 
A class that implements Equatable must not implement Selfless.
This interface has no members.
Selfless
| 
 | ref_send API 2.17 defensive programming in Java | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 1998-2009 Waterken Inc. under the terms of the MIT X license.