Uses of Interface
org.codehaus.plexus.collections.ActiveCollection

Uses of ActiveCollection in org.codehaus.plexus.collections
 

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.
 

Classes in org.codehaus.plexus.collections that implement ActiveCollection
 class AbstractActiveList
           
 class AbstractActiveMap
           
 class AbstractActiveSet
           
 class DefaultActiveList
           
 class DefaultActiveMap
           
 class DefaultActiveSet
           
 



Copyright © 2009. All Rights Reserved.