Added in API level 33
Cleaner.Cleanable
public
static
interface
Cleaner.Cleanable
java.lang.ref.Cleaner.Cleanable |
Cleanable
represents an object and a
cleaning action registered in a Cleaner
.
Summary
Public methods | |
---|---|
abstract
void
|
clean()
Unregisters the cleanable and invokes the cleaning action. |
Public methods
clean
Added in API level 33
public abstract void clean ()
Unregisters the cleanable and invokes the cleaning action.
The cleanable's cleaning action is invoked at most once
regardless of the number of calls to clean
.