Uses of Class
org.cakelab.blender.io.block.alloc.Chunk
-
Packages that use Chunk Package Description org.cakelab.blender.io.block.alloc -
-
Uses of Chunk in org.cakelab.blender.io.block.alloc
Methods in org.cakelab.blender.io.block.alloc that return Chunk Modifier and Type Method Description Chunk
ChunkList. find(long address)
Chunk
ChunkList. merge(Chunk prev, Chunk next)
Chunk
ChunkIterator. next()
Chunk
ChunkList. split(Chunk chunk, long address, long size)
Methods in org.cakelab.blender.io.block.alloc that return types with arguments of type Chunk Modifier and Type Method Description java.util.Iterator<Chunk>
ChunkList. iterator()
Methods in org.cakelab.blender.io.block.alloc with parameters of type Chunk Modifier and Type Method Description Chunk
ChunkList. merge(Chunk prev, Chunk next)
void
ChunkList. remove(Chunk current)
Chunk
ChunkList. split(Chunk chunk, long address, long size)
Constructors in org.cakelab.blender.io.block.alloc with parameters of type Chunk Constructor Description ChunkList(Chunk head)
-