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