MCPcopy Index your code
hub / github.com/jankotek/mapdb / entrySet

Method entrySet

src/main/java/org/mapdb/BTreeMapJava.java:1065–1068  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1063
1064
1065 @Override
1066 public Set<Entry<K, V>> entrySet() {
1067 return new EntrySet<K, V>(this,m.getValueSerializer());
1068 }
1069
1070
1071

Callers 15

hashMapMethod · 0.45
treeMapMethod · 0.45
hashMap2Method · 0.45
treeMap2Method · 0.45
testDescendingMapMethod · 0.45
testDescendingMapMethod · 0.45
test_SubMap_entrySetMethod · 0.45
test_SubMap_keySetMethod · 0.45

Calls

no outgoing calls

Tested by 15

hashMapMethod · 0.36
treeMapMethod · 0.36
hashMap2Method · 0.36
treeMap2Method · 0.36
testDescendingMapMethod · 0.36
testDescendingMapMethod · 0.36
test_SubMap_entrySetMethod · 0.36
test_SubMap_keySetMethod · 0.36