Searched refs:iteratorWithAdditions (Results 1 – 4 of 4) sorted by relevance
271 Iterator<Entry<Integer, Boolean>> iterator = map.iteratorWithAdditions(); in testIteratorWithAdditions1()287 Iterator<Entry<Integer, Boolean>> iterator = map.iteratorWithAdditions(); in testIteratorWithAdditions2()305 Iterator<Entry<Integer, Boolean>> iterator = map.iteratorWithAdditions(); in testIteratorWithAdditions3()320 Iterator<Entry<Integer, Boolean>> iterator = map.iteratorWithAdditions(); in testIteratorWithAdditions4()340 Iterator<Entry<Integer, Boolean>> iterator = map.iteratorWithAdditions(); in testIteratorWithAddition5()440 Iterator<Entry<Integer, Boolean>> iterator = map.iteratorWithAdditions(); in testIteratorWithAdditionEmpty()
125 mObservers.iteratorWithAdditions(); iterator.hasNext(); ) { in dispatchingValue()
286 mObserverMap.iteratorWithAdditions(); in forwardPass()
157 public IteratorWithAdditions iteratorWithAdditions() { in iteratorWithAdditions() method in SafeIterableMap