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
326 export function mapIterator<T, U>(iter: Iterator<T>, mapFn: (x: T) => U): Iterator<U> { function
446 function mapIterator(iter, mapFn) { function
382 function mapIterator(iter, mapFn) { function