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 interfaceActiveListCollection withListsemantics, which is backed by aPlexusContainerinstance, and retrieves a fresh batch of elements for each method call.interfaceActiveMapType ofMap, which is backed by aPlexusContainerinstance, and retrieves a fresh batch of elements for each method call.interfaceActiveSetCollection withSetsemantics, which is backed by aPlexusContainerinstance, 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 classAbstractActiveListclassAbstractActiveMapclassAbstractActiveSetclassDefaultActiveListclassDefaultActiveMapclassDefaultActiveSet
-