Uses of Class
org.eclipse.jgit.revwalk.BlockObjQueue.Block
Packages that use BlockObjQueue.Block
-
Uses of BlockObjQueue.Block in org.eclipse.jgit.revwalk
Fields in org.eclipse.jgit.revwalk declared as BlockObjQueue.BlockModifier and TypeFieldDescriptionprivate BlockObjQueue.BlockBlockObjQueue.head(package private) BlockObjQueue.BlockBlockObjQueue.Block.nextNext block in our chain of blocks; null if we are the last.private BlockObjQueue.BlockBlockObjQueue.BlockFreeList.nextprivate BlockObjQueue.BlockBlockObjQueue.tailMethods in org.eclipse.jgit.revwalk that return BlockObjQueue.BlockModifier and TypeMethodDescription(package private) BlockObjQueue.BlockBlockObjQueue.BlockFreeList.newBlock()Methods in org.eclipse.jgit.revwalk with parameters of type BlockObjQueue.BlockModifier and TypeMethodDescription(package private) voidBlockObjQueue.BlockFreeList.freeBlock(BlockObjQueue.Block b)