Searched defs:newEntries (Results 1 – 4 of 4) sorted by relevance
60 List<CumulativeCountEntry<E>> newEntries = Lists.newArrayListWithCapacity(entries.size()); in createFromSorted() local
187 Map<Integer, String> newEntries = ImmutableMap.of(2, "two", 3, "three"); in testPutAll() local
281 PHashTableEntry **newEntries = in PHashTableRehash() local
600 HashEntry<K, V> newEntries[] = new HashEntry[newCapacity]; in ensureCapacity() local