Searched defs:AbstractMap (Results 1 – 2 of 2) sorted by relevance
32 public abstract class AbstractMap<K, V> implements java.util.Map<K,V> { class34 protected AbstractMap() { throw new RuntimeException("Stub!"); } in AbstractMap() method in AbstractMap
68 public abstract class AbstractMap<K,V> implements Map<K,V> { class73 protected AbstractMap() { in AbstractMap() method in AbstractMap