MCPcopy Create free account
hub / github.com/e2wugui/zeze / contains

Method contains

ZezeJava/ZezeJava/src/main/java/Zeze/Transaction/TableX.java:629–631  ·  view source on GitHub ↗
(@NotNull K key)

Source from the content-addressed store, hash-verified

627 }
628
629 public final boolean contains(@NotNull K key) {
630 return get(key) != null;
631 }
632
633 public final @NotNull V getOrAdd(@NotNull K key) {
634 return getOrAdd(key, null);

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected