Lines Matching refs:HashSet
50 import java.util.HashSet;
166 Set<DexClass> classes = new HashSet<DexClass>();
174 Set<SigClassDefinition> allClasses = new HashSet<SigClassDefinition>();
180 aPackage.setClasses(new HashSet<IClassDefinition>(classes));
201 new HashSet<IClassDefinition>();
225 return new HashSet<IPackage>(packageToDexClasses.keySet());
268 Set<SigClassDefinition> classes = new HashSet<SigClassDefinition>();
323 sigClass.setInterfaces(new HashSet<ITypeReference>(
349 Set<ITypeReference> interfaces = new HashSet<ITypeReference>();
367 sigClass.setConstructors(new HashSet<IConstructor>(constructors));
377 sigClass.setAnnotationFields(new HashSet<IAnnotationField>(
386 // HashSet<IAnnotationField>(convertAnnotationFields(dexClass)));
388 Set<IField> fields = new HashSet<IField>();
389 Set<IEnumConstant> enumConstants = new HashSet<IEnumConstant>();
407 sigClass.setFields(new HashSet<IField>(convertFields(dexClass
417 sigClass.setMethods(new HashSet<IMethod>(methods));
473 new HashSet<SigAnnotationField>();
515 Set<SigField> fields = new HashSet<SigField>();
563 Set<SigConstructor> constructors = new HashSet<SigConstructor>();
581 Set<SigMethod> sigMethods = new HashSet<SigMethod>();
643 constructor.setExceptions(new HashSet<ITypeReference>(
713 method.setExceptions(new HashSet<ITypeReference>(
734 Set<ITypeReference> exceptions = new HashSet<ITypeReference>();
772 // Set<IType> exceptions = new HashSet<IType>();
795 Set<IAnnotation> annotations = new HashSet<IAnnotation>();
826 new HashSet<IAnnotationElement>();