类 NativeStrings

java.lang.Object
org.ice1000.jimgui.NativeStrings
所有已实现的接口:
AutoCloseable, DeallocatableObject

public class NativeStrings extends Object implements DeallocatableObject
从以下版本开始:
v0.17
  • 方法详细资料

    • isEmpty

      public boolean isEmpty()
    • size

      public int size()
    • get

      @Contract @NotNull public @NotNull NativeString get(int index)
      API Note:
      you need to close the returned string.
    • deallocateNativeObject

      public void deallocateNativeObject()
      指定者:
      deallocateNativeObject 在接口中 DeallocatableObject