Interface Floating

All Superinterfaces:
Proxy

public interface Floating extends Proxy
Classes that implement the Floating interface, have a refSink method.
  • Method Summary

    Modifier and Type
    Method
    Description
    Sink the floating reference.
    void
    Decrease the reference count of the instance.

    Methods inherited from interface Proxy

    handle
  • Method Details

    • refSink

      Floating refSink()
      Sink the floating reference.
      Returns:
      the instance
    • unref

      void unref()
      Decrease the reference count of the instance.