Returns the object stored in the SetFacet for the given Identifier. This method should never return null. It is intended that classes which extend SetFacet will make this method value-semantic, meaning that ownership of the Collection returned by this method will be transferred to the calling obje
(IDT id)
| 48 | * @return the object stored in the SetFacet for the given Identifier |
| 49 | */ |
| 50 | public Collection<T> getSet(IDT id); |
| 51 | |
| 52 | /** |
| 53 | * Returns the count of objects stored in the SetFacet for the given |
no outgoing calls