类 NativeShort

java.lang.Object
java.lang.Number
org.ice1000.jimgui.NativeShort
所有已实现的接口:
Serializable, AutoCloseable, Cloneable, DeallocatableObject

public final class NativeShort extends Number implements DeallocatableObject, Cloneable
从以下版本开始:
v0.1
另请参阅:
序列化表格
  • 构造器详细资料

    • NativeShort

      @Contract public NativeShort()
    • NativeShort

      @Contract(pure=true) public NativeShort(long nativeObjectPtr)
  • 方法详细资料

    • deallocateNativeObject

      @Contract public void deallocateNativeObject()
      指定者:
      deallocateNativeObject 在接口中 DeallocatableObject
    • accessValue

      @Contract(pure=true) public short accessValue()
    • increaseValue

      @Contract public void increaseValue(short increment)
    • modifyValue

      @Contract public void modifyValue(short newValue)
    • intValue

      @Contract(pure=true) public int intValue()
      指定者:
      intValue 在类中 Number
    • longValue

      @Contract(pure=true) public long longValue()
      指定者:
      longValue 在类中 Number
    • floatValue

      @Contract(pure=true) public float floatValue()
      指定者:
      floatValue 在类中 Number
    • doubleValue

      @Contract(pure=true) public double doubleValue()
      指定者:
      doubleValue 在类中 Number
    • equals

      @Contract(value="null -> false", pure=true) public boolean equals(@Nullable @Nullable Object o)
      覆盖:
      equals 在类中 Object
    • hashCode

      @Contract(pure=true) public int hashCode()
      覆盖:
      hashCode 在类中 Object
    • toString

      @NotNull public @NotNull String toString()
      覆盖:
      toString 在类中 Object
    • clone

      @Contract @NotNull public @NotNull NativeShort clone()
      覆盖:
      clone 在类中 Object