Uses of Interface
org.codehaus.plexus.collections.ActiveCollection
-
-
Uses of ActiveCollection in org.codehaus.plexus.collections
Subinterfaces of ActiveCollection in org.codehaus.plexus.collections Modifier and Type Interface Description interface
ActiveList
Collection withList
semantics, which is backed by aPlexusContainer
instance, and retrieves a fresh batch of elements for each method call.interface
ActiveMap
Type ofMap
, which is backed by aPlexusContainer
instance, and retrieves a fresh batch of elements for each method call.interface
ActiveSet
Collection withSet
semantics, which is backed by aPlexusContainer
instance, and retrieves a fresh batch of elements for each method call.Classes in org.codehaus.plexus.collections that implement ActiveCollection Modifier and Type Class Description class
AbstractActiveList
class
AbstractActiveMap
class
AbstractActiveSet
class
DefaultActiveList
class
DefaultActiveMap
class
DefaultActiveSet
-