Searched refs:IteratorWithAdditions (Results 1 – 1 of 1) sorted by relevance
157 public IteratorWithAdditions iteratorWithAdditions() { in iteratorWithAdditions()159 IteratorWithAdditions iterator = new IteratorWithAdditions(); in iteratorWithAdditions()313 private class IteratorWithAdditions implements Iterator<Map.Entry<K, V>>, SupportRemove<K, V> { class in SafeIterableMap