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.PtrVmaTotalStatistics.Ptr.at(long index, @NotNull Consumer<@NotNull VmaTotalStatistics> consumer) @NotNull VmaTotalStatistics.PtrVmaTotalStatistics.Ptr.offset(long offset) @NotNull VmaTotalStatistics.PtrVmaTotalStatistics.Ptr.reinterpret(long newSize) Assume theVmaTotalStatistics.Ptris capable of holding at leastnewSizestructures, create a new viewVmaTotalStatistics.Ptrthat uses the same backing storage as thisVmaTotalStatistics.Ptr, but with the new size.VmaTotalStatistics.Ptr.slice(long end) @NotNull VmaTotalStatistics.PtrVmaTotalStatistics.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).