Home
last modified time | relevance | path

Searched refs:argumentsIterator (Results 1 – 1 of 1) sorted by relevance

/cts/tools/signature-tools/src/signature/compare/model/subst/
DViewpointAdapter.java55 Iterator<ITypeReference> argumentsIterator = actualTypeArguments in createTypeMapping() local
57 while (paramsIterator.hasNext() && argumentsIterator.hasNext()) { in createTypeMapping()
58 substitution.put(paramsIterator.next(), argumentsIterator.next()); in createTypeMapping()