JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
io.github.jwharm.javagi.base
Interface Floating
All Superinterfaces:
Proxy
public interface
Floating
extends
Proxy
Classes that implement the Floating interface, have a refSink method.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Floating
refSink
()
Sink the floating reference.
void
unref
()
Decrease the reference count of the instance.
Methods inherited from interface io.github.jwharm.javagi.base.
Proxy
handle
Method Details
refSink
Floating
refSink
()
Sink the floating reference.
Returns:
the instance
unref
void
unref
()
Decrease the reference count of the instance.