Searched refs:createEntry (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/
H A DLinkedHashMap.java440 void createEntry(int hash, K key, V value, int bucketIndex) { method in class:LinkedHashMap
H A DHashMap.java533 * check for comodification, etc. It calls createEntry rather than
554 createEntry(hash, key, value, i);
888 createEntry(hash, key, value, bucketIndex);
899 void createEntry(int hash, K key, V value, int bucketIndex) { method in class:HashMap

Completed in 42 milliseconds