Home
last modified time | relevance | path

Searched defs:AbstractMap (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/annotations/sdk/nullability/java/util/
DAbstractMap.annotated.java32 public abstract class AbstractMap<K, V> implements java.util.Map<K,V> { class
34 protected AbstractMap() { throw new RuntimeException("Stub!"); } in AbstractMap() method in AbstractMap
/libcore/ojluni/src/main/java/java/util/
DAbstractMap.java68 public abstract class AbstractMap<K,V> implements Map<K,V> { class
73 protected AbstractMap() { in AbstractMap() method in AbstractMap