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) intNext valid entry inobjects.(package private) BlockObjQueue.BlockNext block in our chain of blocks; null if we are the last.(package private) final RevObject[]Our table of queued objects.(package private) intNext free entry inobjectsfor 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 inobjectsfor addition at.
-
-
Constructor Details
-
Block
Block()
-
-
Method Details
-
isFull
boolean isFull() -
isEmpty
boolean isEmpty() -
add
-
pop
RevObject pop() -
clear
void clear()
-