Classes implementing this interface manage sets of resources. They support event notification on changes and are more heavy-weight than plain arrays or sets. For intermediate calculations that do not require events etc, consider using a {@link LightweightList} via {@link CollectionFactory}.
IMPLEMENTATION NOTE: This interface originally extended java.util.Set
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|