Package | Description |
---|---|
org.cakelab.blender.io.block.alloc |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
Chunk(long address,
long size,
Chunk.State state) |