Lines Matching refs:HashSet
21 import java.util.HashSet;
99 Set<IPackage> packages = new HashSet<IPackage>();
112 Set<IClassDefinition> classes = new HashSet<IClassDefinition>();
160 Set<ITypeReference> interfaces = new HashSet<ITypeReference>();
172 Set<IClassDefinition> innerClasses = new HashSet<IClassDefinition>();
178 Set<IConstructor> constructors = new HashSet<IConstructor>();
184 Set<IMethod> methods = new HashSet<IMethod>();
190 Set<IField> fields = new HashSet<IField>();
196 Set<IEnumConstant> enumConstants = new HashSet<IEnumConstant>();
222 new HashSet<IAnnotationField>();
492 Set<ITypeReference> exceptions = new HashSet<ITypeReference>();
541 Set<IAnnotation> annotations = new HashSet<IAnnotation>();
574 Set<IAnnotationElement> elements = new HashSet<IAnnotationElement>();