Package org.eclipse.jgit.revwalk
Class BlockRevQueue.BlockFreeList
- java.lang.Object
-
- org.eclipse.jgit.revwalk.BlockRevQueue.BlockFreeList
-
- Enclosing class:
- BlockRevQueue
static final class BlockRevQueue.BlockFreeList extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private BlockRevQueue.Block
next
-
Constructor Summary
Constructors Constructor Description BlockFreeList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
clear()
(package private) void
freeBlock(BlockRevQueue.Block b)
(package private) BlockRevQueue.Block
newBlock()
-
-
-
Field Detail
-
next
private BlockRevQueue.Block next
-
-
Method Detail
-
newBlock
BlockRevQueue.Block newBlock()
-
freeBlock
void freeBlock(BlockRevQueue.Block b)
-
clear
void clear()
-
-