Uses of Record Class
club.doki7.ffm.ptr.ShortPtr
Packages that use ShortPtr
-
Uses of ShortPtr in club.doki7.ffm.ptr
Methods in club.doki7.ffm.ptr that return ShortPtrModifier and TypeMethodDescriptionstatic @NotNull ShortPtrstatic @NotNull ShortPtrstatic @NotNull ShortPtrstatic @NotNull ShortPtrShortPtr.allocate(@NotNull Arena arena, @NotNull ShortBuffer buffer) static @NotNull ShortPtrShortPtr.allocate(@NotNull Arena arena, Collection<Short> shorts) static @NotNull ShortPtrstatic @Nullable ShortPtrShortPtr.checked(@NotNull MemorySegment segment) static @NotNull ShortPtrShortPtr.checked(@NotNull ShortBuffer buffer) @NotNull ShortPtrShortPtr.offset(long offset) @NotNull ShortPtrShortPtr.reinterpret(long newSize) @NotNull ShortPtrShortPtr.slice(long end) @NotNull ShortPtrShortPtr.slice(long start, long end)