MCPcopy Create free account
hub / github.com/davidgiven/luje / newEntry

Method newEntry

lib/java/util/Hashtable.java:81–83  ·  view source on GitHub ↗
(K key, V value, int hash)

Source from the content-addressed store, hash-verified

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

Callers 1

putMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected