Uses of Record Class
club.doki7.vma.datatype.VmaTotalStatistics.Ptr
Packages that use VmaTotalStatistics.Ptr
-
Uses of VmaTotalStatistics.Ptr in club.doki7.vma.datatype
Methods in club.doki7.vma.datatype that return VmaTotalStatistics.PtrModifier and TypeMethodDescriptionstatic VmaTotalStatistics.Ptr
@NotNull VmaTotalStatistics.Ptr
VmaTotalStatistics.Ptr.offset
(long offset) @NotNull VmaTotalStatistics.Ptr
VmaTotalStatistics.Ptr.reinterpret
(long newSize) Assume theVmaTotalStatistics.Ptr
is capable of holding at leastnewSize
structures, create a new viewVmaTotalStatistics.Ptr
that uses the same backing storage as thisVmaTotalStatistics.Ptr
, but with the new size.VmaTotalStatistics.Ptr.slice
(long end) @NotNull VmaTotalStatistics.Ptr
VmaTotalStatistics.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).