|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PoolableSetIF
INTERNAL: Interface implemented by sets that can be pooled by a SetPoolIF. This interface is used byte SetPoolIFs to manage the life cycle of the sets that they manage.
| Method Summary | |
|---|---|
int |
dereferenced(SetPoolIF pool)
INTERNAL: Decrement and return reference count. |
boolean |
equalsAdd(java.util.Set set,
java.lang.Object add)
INTERNAL: Returns true if the given set will be equal to this set if the given object had been added to this set. |
boolean |
equalsRemove(java.util.Set set,
java.lang.Object remove)
INTERNAL: Returns true if the given set will be equal to this set if the given object had been removed from this set. |
int |
getReferenceCount()
INTERNAL: Return the current reference count. |
int |
referenced(SetPoolIF pool)
INTERNAL: Increment and return reference count. |
| Methods inherited from interface java.util.Set |
|---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| Method Detail |
|---|
int getReferenceCount()
int referenced(SetPoolIF pool)
int dereferenced(SetPoolIF pool)
boolean equalsAdd(java.util.Set set,
java.lang.Object add)
boolean equalsRemove(java.util.Set set,
java.lang.Object remove)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||