Uses of Record Class
club.doki7.ffm.ptr.DoublePtr
Packages that use DoublePtr
-
Uses of DoublePtr in club.doki7.ffm.ptr
Methods in club.doki7.ffm.ptr that return DoublePtrModifier and TypeMethodDescriptionstatic @NotNull DoublePtrstatic @NotNull DoublePtrstatic @NotNull DoublePtrstatic @NotNull DoublePtrDoublePtr.allocate(@NotNull Arena arena, @NotNull DoubleBuffer buffer) static @NotNull DoublePtrDoublePtr.allocate(@NotNull Arena arena, Collection<Double> doubles) static @NotNull DoublePtrstatic @Nullable DoublePtrDoublePtr.checked(@NotNull MemorySegment segment) static @NotNull DoublePtrDoublePtr.checked(@NotNull DoubleBuffer buffer) @NotNull DoublePtrDoublePtr.offset(long offset) @NotNull DoublePtrDoublePtr.reinterpret(long newSize) @NotNull DoublePtrDoublePtr.slice(long end) @NotNull DoublePtrDoublePtr.slice(long start, long end)