Lines Matching refs:HashSet
93 import java.util.HashSet;
300 new HashSet<ITypeReferenceDelta<?>>();
342 Set<ITypeReference> closure = new HashSet<ITypeReference>();
465 Set<IMethod> toMethods = new HashSet<IMethod>(to.getMethods());
467 Set<IMethod> fromMethods = new HashSet<IMethod>(from.getMethods());
470 Set<IMethodDelta> deltas = new HashSet<IMethodDelta>();
512 Set<IMethod> closure = new HashSet<IMethod>();
607 Set<IAnnotationElement> elements = new HashSet<IAnnotationElement>(
610 Set<String> names = new HashSet<String>();
666 Set<Modifier> modifierCopy = new HashSet<Modifier>(method
737 Set<ITypeReference> exceptionCopy = new HashSet<ITypeReference>(
753 Set<ITypeReference> exceptionCopy = new HashSet<ITypeReference>(
815 Set<IClassDefinition> definitions = new HashSet<IClassDefinition>();
925 Set<IParameterDelta> deltas = new HashSet<IParameterDelta>();
964 new HashSet<ITypeVariableDefinitionDelta>();
1245 private Set<ITypeReference> fromComparison = new HashSet<ITypeReference>();
1246 private Set<ITypeReference> toComparison = new HashSet<ITypeReference>();
1490 new HashSet<ITypeReference>(from));
1492 new HashSet<ITypeReference>(to));
1506 Set<ITypeReference> boundsCopy = new HashSet<ITypeReference>(bounds);
1560 new HashSet<ITypeReferenceDelta<?>>();
1620 Set<T> toCopy = new HashSet<T>(to);
1621 Set<S> deltas = new HashSet<S>();