MCPcopy Create free account
hub / github.com/HumbleUI/JWM / RefCounted

Method RefCounted

shared/java/impl/RefCounted.java:6–9  ·  view source on GitHub ↗
(long ptr)

Source from the content-addressed store, hash-verified

4
5public abstract class RefCounted extends Managed {
6 @ApiStatus.Internal
7 public RefCounted(long ptr) {
8 super(ptr, _FinalizerHolder.PTR);
9 }
10
11 @ApiStatus.Internal
12 public RefCounted(long ptr, boolean allowClose) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected