Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/HashMap/
DOverrideIsEmpty.java42 public static class NotEmptyHashMap<K,V> extends HashMap<K,V> { class in OverrideIsEmpty
66 NotEmptyHashMap<Object, Object> map = new NotEmptyHashMap<>(); in main()