Class ChunkList
- java.lang.Object
-
- org.cakelab.blender.io.block.alloc.ChunkList
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Chunk
find(long address)
java.util.Iterator<Chunk>
iterator()
Chunk
merge(Chunk prev, Chunk next)
void
remove(Chunk current)
Chunk
split(Chunk chunk, long address, long size)
-