public class Chunk
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Chunk.State |
Constructor and Description |
---|
Chunk(long address,
long size,
Chunk.State state) |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(long address) |
long |
end() |
public Chunk(long address, long size, Chunk.State state)