Searched refs:argumentsIterator (Results 1 – 1 of 1) sorted by relevance
55 Iterator<ITypeReference> argumentsIterator = actualTypeArguments in createTypeMapping() local57 while (paramsIterator.hasNext() && argumentsIterator.hasNext()) { in createTypeMapping()58 substitution.put(paramsIterator.next(), argumentsIterator.next()); in createTypeMapping()