接口 DeallocatableObject

所有超级接口:
AutoCloseable
所有已知实现类:
JImFileDialog, JImFontAtlas, JImFontConfig, JImGui, JImStyle, JImVec4, MutableJImVec4, NativeBool, NativeDouble, NativeFloat, NativeInt, NativeLong, NativeShort, NativeString, NativeStrings, NativeTime

public interface DeallocatableObject extends AutoCloseable
Represents a native (C++) object
从以下版本开始:
v0.1
  • 方法概要

    修饰符和类型
    方法
    说明
    default void
     
    void
     
  • 方法详细资料

    • deallocateNativeObject

      @Contract void deallocateNativeObject()
    • close

      default void close()
      指定者:
      close 在接口中 AutoCloseable