Uses of Record Class
club.doki7.ffm.ptr.LongPtr
Packages that use LongPtr
-
Uses of LongPtr in club.doki7.ffm.ptr
Methods in club.doki7.ffm.ptr that return LongPtrModifier and TypeMethodDescriptionstatic @NotNull LongPtrstatic @NotNull LongPtrstatic @NotNull LongPtrstatic @NotNull LongPtrLongPtr.allocate(@NotNull Arena arena, @NotNull LongBuffer buffer) static @NotNull LongPtrLongPtr.allocate(@NotNull Arena arena, Collection<Long> longs) static @NotNull LongPtrstatic @Nullable LongPtrLongPtr.checked(@NotNull MemorySegment segment) static @NotNull LongPtrLongPtr.checked(@NotNull LongBuffer buffer) @NotNull LongPtrLongPtr.offset(long offset) @NotNull LongPtrLongPtr.reinterpret(long newSize) @NotNull LongPtrLongPtr.slice(long end) @NotNull LongPtrLongPtr.slice(long start, long end)