|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SetPoolIF
INTERNAL: Interface implemented by all set pools.
| Method Summary | |
|---|---|
java.util.Set |
add(java.util.Set set,
java.lang.Object added,
boolean dereference)
INTERNAL: Return a set that is the result of adding the given object from the given set. |
void |
dereference(java.util.Set pooled)
INTERNAL: Decrement reference count for the given set. |
java.util.Set |
reference(java.util.Set set)
INTERNAL: Increment reference count for the given set. |
java.util.Set |
remove(java.util.Set set,
java.lang.Object removed,
boolean dereference)
INTERNAL: Return a set that is the result of removing the given object from the given set. |
| Methods inherited from interface java.util.Set |
|---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| Method Detail |
|---|
java.util.Set reference(java.util.Set set)
void dereference(java.util.Set pooled)
java.util.Set add(java.util.Set set,
java.lang.Object added,
boolean dereference)
java.util.Set remove(java.util.Set set,
java.lang.Object removed,
boolean dereference)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||