Searched defs:AbstractMap (Results 1 – 1 of 1) 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