Searched defs:mapIterator (Results 1 – 5 of 5) sorted by relevance
224 Iterator<Entry<String, Integer>> mapIterator = expected.entrySet().iterator(); in checkContents() local
227 Iterator<Entry<String, Integer>> mapIterator = expected.entrySet().iterator(); in checkContents() local
407 export function mapIterator<T, U>(iter: Iterator<T>, mapFn: (x: T) => U): Iterator<U> { function
185 function mapIterator(iter, mapFn) { function
310 function mapIterator(iter, mapFn) { function