|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sigpath.datamodel.lset.CollectableImpl
public class CollectableImpl
Standard implementation of an Collectable. This class can be subclassed to make the subclass Collectable as well (or any class can implement the Collectable interface itself performing the same basic operations as implemented here).
| Constructor Summary | |
|---|---|
CollectableImpl()
Standard constructor for Collectables |
|
| Method Summary | |
|---|---|
protected void |
createCollectionsSet()
Factory method to create an internal set which holds all collections to which the Collectable belongs. |
Collection |
getCollections()
Return all collections in which this Collectable is an element of |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CollectableImpl()
| Method Detail |
|---|
public Collection getCollections()
getCollections in interface Collectableprotected void createCollectionsSet()
|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||