Interface Chunk<T>

Type Parameters:
T - The type of object that this chunk represents.
All Superinterfaces:
Activatable
All Known Implementing Classes:
DefaultChunk

public interface Chunk<T>
extends Activatable
A chunk in memory.
Since:
1.1.0