Class SetWithResolutionResult
- All Implemented Interfaces:
Iterable<Artifact>, Collection<Artifact>, Set<Artifact>, ProjectArtifactsCache.ArtifactsSetWithResult
public class SetWithResolutionResult
extends AbstractSet<Artifact>
implements ProjectArtifactsCache.ArtifactsSetWithResult
-
Constructor Summary
ConstructorsConstructorDescriptionSetWithResolutionResult(DependencyResolutionResult result, Set<Artifact> artifacts) -
Method Summary
Methods inherited from class AbstractSet
equals, hashCode, removeAllMethods inherited from class AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toStringMethods inherited from interface Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
SetWithResolutionResult
-
-
Method Details
-
iterator
-
size
public int size()- Specified by:
sizein interfaceCollection<Artifact>- Specified by:
sizein interfaceSet<Artifact>- Specified by:
sizein classAbstractCollection<Artifact>
-
getResult
- Specified by:
getResultin interfaceProjectArtifactsCache.ArtifactsSetWithResult
-