|
||||||||||
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 | |
---|---|
Set |
add(Set set,
Object added,
boolean dereference)
INTERNAL: Return a set that is the result of adding the given object from the given set. |
void |
dereference(Set pooled)
INTERNAL: Decrement reference count for the given set. |
Set |
reference(Set set)
INTERNAL: Increment reference count for the given set. |
Set |
remove(Set set,
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 |
---|
Set reference(Set set)
void dereference(Set pooled)
Set add(Set set, Object added, boolean dereference)
Set remove(Set set, Object removed, boolean dereference)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |