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

Method newEntry

Ports/CLDC11/src/java/util/Hashtable.java:78–80  ·  view source on GitHub ↗
(K key, V value, int hash)

Source from the content-addressed store, hash-verified

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

Callers 1

putMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected