MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / newEntry

Method newEntry

vm/JavaAPI/src/java/util/Hashtable.java:75–77  ·  view source on GitHub ↗
(K key, V value, int hash)

Source from the content-addressed store, hash-verified

73 };
74
75 private static <K, V> Entry<K, V> newEntry(K key, V value, int hash) {
76 return new Entry<K, V>(key, value);
77 }
78
79 private static class Entry<K, V> extends MapEntry<K, V> {
80 Entry<K, V> next;

Callers 1

putMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected