|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Internable: Interface for objects which are to be interned. Such objects should implement weakEquals and weakHashCode methods which are used by the Interner to map them. Note that if an object also provides an expensive equals and hashCode, these *will* still be used by Java collections.
Method Summary | |
boolean |
weakEquals(Object o)
|
int |
weakHashCode()
|
Method Detail |
public boolean weakEquals(Object o)
public int weakHashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |