Uses of Class
org.eclipse.jgit.revwalk.BlockRevQueue
-
Packages that use BlockRevQueue Package Description org.eclipse.jgit.revwalk Walking revision graphs (commit history). -
-
Uses of BlockRevQueue in org.eclipse.jgit.revwalk
Subclasses of BlockRevQueue in org.eclipse.jgit.revwalk Modifier and Type Class Description classFIFORevQueueA queue of commits in FIFO order.classLIFORevQueueA queue of commits in LIFO order.Methods in org.eclipse.jgit.revwalk with parameters of type BlockRevQueue Modifier and Type Method Description voidBlockRevQueue. shareFreeList(BlockRevQueue q)Connect the supplied queue to this generator's own free list (if any).(package private) voidBoundaryGenerator.InitialGenerator. shareFreeList(BlockRevQueue q)(package private) voidBoundaryGenerator. shareFreeList(BlockRevQueue q)(package private) voidDepthGenerator. shareFreeList(BlockRevQueue q)(package private) voidGenerator. shareFreeList(BlockRevQueue q)Connect the supplied queue to this generator's own free list (if any).(package private) voidRewriteGenerator. shareFreeList(BlockRevQueue q)(package private) voidTopoNonIntermixSortGenerator. shareFreeList(BlockRevQueue q)(package private) voidTopoSortGenerator. shareFreeList(BlockRevQueue q)
-