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