Home
last modified time | relevance | path

Searched refs:ThrowingMap (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/util/Collections/
DDelegatingIteratorForEachRemaining.java151 static class ThrowingMap<K, V> extends ForwardingMap<K, V> { class in DelegatingIteratorForEachRemaining
152 public ThrowingMap(Map<K, V> delegate) { in ThrowingMap() method in DelegatingIteratorForEachRemaining.ThrowingMap
179 return new ThrowingMap<>(map); in map()