Class ModelSet<T>

java.lang.Object
org.spdx.library.model.ModelCollection<T>
org.spdx.library.model.ModelSet<T>
All Implemented Interfaces:
Iterable<Object>, Collection<Object>

public class ModelSet<T>
extends ModelCollection<T>
A ModelCollection implemented as a set where all items in the collection are unique based on equality (not based on equivalence).
Author:
Gary O'Neall