Searched refs:NotEmptyHashMap (Results 1 – 1 of 1) sorted by relevance
42 public static class NotEmptyHashMap<K,V> extends HashMap<K,V> { class in OverrideIsEmpty66 NotEmptyHashMap<Object, Object> map = new NotEmptyHashMap<>(); in main()