Class SetWithResolutionResult
- All Implemented Interfaces:
- Iterable<Artifact>,- Collection<Artifact>,- Set<Artifact>,- ProjectArtifactsCache.ArtifactsSetWithResult
public class SetWithResolutionResult
extends AbstractSet<Artifact>
implements ProjectArtifactsCache.ArtifactsSetWithResult
- 
Constructor SummaryConstructorsConstructorDescriptionSetWithResolutionResult(DependencyResolutionResult result, Set<Artifact> artifacts) 
- 
Method SummaryMethods inherited from class java.util.AbstractSetequals, hashCode, removeAllMethods inherited from class java.util.AbstractCollectionadd, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.CollectionparallelStream, removeIf, stream, toArray
- 
Constructor Details- 
SetWithResolutionResult
 
- 
- 
Method Details- 
iterator
- 
sizepublic int size()- Specified by:
- sizein interface- Collection<Artifact>
- Specified by:
- sizein interface- Set<Artifact>
- Specified by:
- sizein class- AbstractCollection<Artifact>
 
- 
getResult- Specified by:
- getResultin interface- ProjectArtifactsCache.ArtifactsSetWithResult
 
 
-