Uses of Class
net.haesleinhuepf.clij.coremem.enums.MemoryType
-
-
Uses of MemoryType in net.haesleinhuepf.clij.coremem
Methods in net.haesleinhuepf.clij.coremem that return MemoryType Modifier and Type Method Description abstract MemoryTypeMemoryBase. getMemoryType()MemoryTypeSafeContiguousMemory. getMemoryType() -
Uses of MemoryType in net.haesleinhuepf.clij.coremem.enums
Methods in net.haesleinhuepf.clij.coremem.enums that return MemoryType Modifier and Type Method Description static MemoryTypeMemoryType. valueOf(String name)Returns the enum constant of this type with the specified name.static MemoryType[]MemoryType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MemoryType in net.haesleinhuepf.clij.coremem.interfaces
Methods in net.haesleinhuepf.clij.coremem.interfaces that return MemoryType Modifier and Type Method Description MemoryTypeMemoryTyped. getMemoryType()Returns this memory object type. -
Uses of MemoryType in net.haesleinhuepf.clij.coremem.memmap
Methods in net.haesleinhuepf.clij.coremem.memmap that return MemoryType Modifier and Type Method Description MemoryTypeFileMappedMemoryRegion. getMemoryType() -
Uses of MemoryType in net.haesleinhuepf.clij.coremem.offheap
Methods in net.haesleinhuepf.clij.coremem.offheap that return MemoryType Modifier and Type Method Description MemoryTypeOffHeapMemory. getMemoryType()
-