Uses of Record Class
club.doki7.vma.datatype.VmaStatistics.Ptr
Packages that use VmaStatistics.Ptr
-
Uses of VmaStatistics.Ptr in club.doki7.vma.datatype
Methods in club.doki7.vma.datatype that return VmaStatistics.PtrModifier and TypeMethodDescriptionstatic VmaStatistics.Ptr
@NotNull VmaStatistics.Ptr
VmaStatistics.Ptr.offset
(long offset) @NotNull VmaStatistics.Ptr
VmaStatistics.Ptr.reinterpret
(long newSize) Assume theVmaStatistics.Ptr
is capable of holding at leastnewSize
structures, create a new viewVmaStatistics.Ptr
that uses the same backing storage as thisVmaStatistics.Ptr
, but with the new size.VmaStatistics.Ptr.slice
(long end) @NotNull VmaStatistics.Ptr
VmaStatistics.Ptr.slice
(long start, long end) Note that this function uses theList.subList(int, int)
semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)
semantics (offset + newSize).