MCPcopy Index your code
hub / github.com/PaperMC/Paper / containsKey

Method containsKey

paper-api/src/main/java/co/aikar/util/LoadingMap.java:262–263  ·  view source on GitHub ↗
(@Nullable Object key)

Source from the content-addressed store, hash-verified

260 public boolean isEmpty() {return backingMap.isEmpty();}
261
262 @Override
263 public boolean containsKey(@Nullable Object key) {return backingMap.containsKey(key);}
264
265 @Override
266 public boolean containsValue(@Nullable Object value) {return backingMap.containsValue(value);}

Callers 15

deserializeMethod · 0.45
registerMethod · 0.45
isPermissionSetMethod · 0.45
loadMapMethod · 0.45
loadPluginsMethod · 0.45
addPermissionMethod · 0.45
isProvidedForMethod · 0.45
deserializeObjectMethod · 0.45
constructMethod · 0.45
hasMetadataMethod · 0.45

Calls

no outgoing calls

Tested by 4

testBukkitMapMethod · 0.36
testBridgeMethod · 0.36