Uses of Record Class
club.doki7.vma.datatype.VmaDefragmentationStats.Ptr
Packages that use VmaDefragmentationStats.Ptr
-
Uses of VmaDefragmentationStats.Ptr in club.doki7.vma.datatype
Methods in club.doki7.vma.datatype that return VmaDefragmentationStats.PtrModifier and TypeMethodDescriptionstatic VmaDefragmentationStats.PtrVmaDefragmentationStats.Ptr.at(long index, @NotNull Consumer<@NotNull VmaDefragmentationStats> consumer) @NotNull VmaDefragmentationStats.PtrVmaDefragmentationStats.Ptr.offset(long offset) @NotNull VmaDefragmentationStats.PtrVmaDefragmentationStats.Ptr.reinterpret(long newSize) Assume theVmaDefragmentationStats.Ptris capable of holding at leastnewSizestructures, create a new viewVmaDefragmentationStats.Ptrthat uses the same backing storage as thisVmaDefragmentationStats.Ptr, but with the new size.VmaDefragmentationStats.Ptr.slice(long end) @NotNull VmaDefragmentationStats.PtrVmaDefragmentationStats.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).