/* */ } } ;
/* */ }
/* */
/* */ static Operation getIterationWithHasNextOp() {
/* 245 */ Map theirMap = new HashMap(dataset.size());
/* 246 */ Map ourMap = new THashMap(dataset.size());
/* 247 */ for (Iterator i = dataset.iterator(); i.hasNext(); ) {
/* 248 */ Object o = i.next();
/* 249 */ theirMap.put(o, o);
/* 250 */ ourMap.put(o, o);
/* */ }
/* */
/* 253 */ return new Operation(theirMap, ourMap) { private final Map val$theirMap;
/* */ private final Map val$ourMap;
/* */