public interface Collectible
Modifier and Type | Method and Description |
---|---|
void |
collect()
Removes itself from the process.
|
Collection<Collectible> |
getReferences()
Returns collection of all referenced collectible objects.
|
boolean |
isPersistent()
Returns true if this object cannot be collected.
|
boolean isPersistent()
Collection<Collectible> getReferences()
void collect()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.