|
SolarMetric Kodo JDO 2.5.8 generated on January 11 2004 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ReferenceCollection.
Interface implemented by collections that support weak or soft references for their values.
| Method Summary | |
boolean |
add(Object obj,
boolean hard)
Deprecated. Add an object, with the option of adding it initially as a hard reference. |
boolean |
addAll(Collection coll,
boolean hard)
Deprecated. Add objects, with the option of adding them initially as hard references. |
boolean |
makeHard(Object obj)
Deprecated. Harden the reference for the given value. |
boolean |
makeReference(Object obj)
Deprecated. Soften the reference for the given value. |
| Methods inherited from interface java.util.Collection |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| Method Detail |
public boolean add(Object obj,
boolean hard)
public boolean addAll(Collection coll,
boolean hard)
public boolean makeHard(Object obj)
ConcurrentModificationExceptions being
thrown by any iterator in use while this method is called.public boolean makeReference(Object obj)
ConcurrentModificationExceptions being thrown by any
iterator in use while this method is called.
|
SolarMetric Kodo JDO 2.5.8 generated on January 11 2004 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||