Package | Description |
---|---|
org.eclipse.jgit.revwalk |
Walking revision graphs (commit history).
|
Modifier and Type | Field and Description |
---|---|
private BlockObjQueue.Block |
BlockObjQueue.head |
private BlockObjQueue.Block |
BlockObjQueue.BlockFreeList.next |
(package private) BlockObjQueue.Block |
BlockObjQueue.Block.next
Next block in our chain of blocks; null if we are the last.
|
private BlockObjQueue.Block |
BlockObjQueue.tail |
Modifier and Type | Method and Description |
---|---|
(package private) BlockObjQueue.Block |
BlockObjQueue.BlockFreeList.newBlock() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
BlockObjQueue.BlockFreeList.freeBlock(BlockObjQueue.Block b) |