Subinterfaces of ActiveCollection in org.codehaus.plexus.collections |
interface |
ActiveList
Collection with List semantics, which is backed by a PlexusContainer instance,
and retrieves a fresh batch of elements for each method call. |
interface |
ActiveMap
Type of Map , which is backed by a PlexusContainer instance, and retrieves a
fresh batch of elements for each method call. |
interface |
ActiveSet
Collection with Set semantics, which is backed by a PlexusContainer instance,
and retrieves a fresh batch of elements for each method call. |