Searched refs:entryIter (Results 1 – 2 of 2) sorted by relevance
1091 Iterator<Entry<String, String>> entryIter = entrySet.iterator(); in computeProjection() local1094 while (entryIter.hasNext()) { in computeProjection()1095 Entry<String, String> entry = entryIter.next(); in computeProjection()
1030 Iterator<Entry<String, String>> entryIter = entrySet.iterator();1033 while (entryIter.hasNext()) {1034 Entry<String, String> entry = entryIter.next();