Searched refs:moreEntries (Results 1 – 2 of 2) sorted by relevance
112 Collection<Entry<K, V>> moreEntries = getSampleEntries(getNumEntries() + 1); in testEquals_largerMap() local114 "Maps of different sizes should not be equal.", getMap().equals(newHashMap(moreEntries))); in testEquals_largerMap()