Package org.eclipse.jgit.revwalk
Class BlockRevQueue.Block
java.lang.Object
org.eclipse.jgit.revwalk.BlockRevQueue.Block
- Enclosing class:
- BlockRevQueue
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final int(package private) final RevCommit[]Our table of queued commits.(package private) intNext valid entry incommits.(package private) BlockRevQueue.BlockNext block in our chain of blocks; null if we are the last.(package private) intNext free entry incommitsfor addition at. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void(package private) booleancanUnpop()(package private) voidclear()(package private) booleanisEmpty()(package private) booleanisFull()(package private) RevCommitpeek()(package private) RevCommitpop()(package private) void(package private) void(package private) void
-
Field Details
-
BLOCK_SIZE
static final int BLOCK_SIZE- See Also:
-
next
BlockRevQueue.Block nextNext block in our chain of blocks; null if we are the last. -
commits
Our table of queued commits. -
headIndex
int headIndexNext valid entry incommits. -
tailIndex
int tailIndexNext free entry incommitsfor addition at.
-
-
Constructor Details
-
Block
Block()
-
-
Method Details