Class ArtifactSet

java.lang.Object
com.google.gwt.core.ext.linker.ArtifactSet
All Implemented Interfaces:
Serializable, Iterable<Artifact<?>>, Collection<Artifact<?>>, Set<Artifact<?>>, SortedSet<Artifact<?>>

public final class ArtifactSet extends Object implements SortedSet<Artifact<?>>, Serializable
Provides stable ordering and de-duplication of artifacts.
See Also: