Uses of Class
org.cakelab.blender.io.block.alloc.Chunk.State
-
Packages that use Chunk.State Package Description org.cakelab.blender.io.block.alloc -
-
Uses of Chunk.State in org.cakelab.blender.io.block.alloc
Methods in org.cakelab.blender.io.block.alloc that return Chunk.State Modifier and Type Method Description static Chunk.State
Chunk.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Chunk.State[]
Chunk.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.cakelab.blender.io.block.alloc with parameters of type Chunk.State Constructor Description Chunk(long address, long size, Chunk.State state)
-