Package org.eclipse.jgit.revwalk
Class DateRevQueue.Entry
- java.lang.Object
-
- org.eclipse.jgit.revwalk.DateRevQueue.Entry
-
- Enclosing class:
- DateRevQueue
static class DateRevQueue.Entry extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) RevCommit
commit
(package private) DateRevQueue.Entry
next
-
Constructor Summary
Constructors Constructor Description Entry()
-
-
-
Field Detail
-
next
DateRevQueue.Entry next
-
commit
RevCommit commit
-
-