Package org.eclipse.jgit.revwalk
Class BlockObjQueue.Block
java.lang.Object
org.eclipse.jgit.revwalk.BlockObjQueue.Block
- Enclosing class:
- BlockObjQueue
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final int
(package private) int
Next valid entry inobjects
.(package private) BlockObjQueue.Block
Next block in our chain of blocks; null if we are the last.(package private) final RevObject[]
Our table of queued objects.(package private) int
Next free entry inobjects
for addition at. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BLOCK_SIZE
private static final int BLOCK_SIZE- See Also:
-
next
BlockObjQueue.Block nextNext block in our chain of blocks; null if we are the last. -
objects
Our table of queued objects. -
headIndex
int headIndexNext valid entry inobjects
. -
tailIndex
int tailIndexNext free entry inobjects
for addition at.
-
-
Constructor Details
-
Block
Block()
-
-
Method Details
-
isFull
boolean isFull() -
isEmpty
boolean isEmpty() -
add
-
pop
RevObject pop() -
clear
void clear()
-