Uses of Class
org.eclipse.jgit.revwalk.DateRevQueue.Entry
-
Packages that use DateRevQueue.Entry Package Description org.eclipse.jgit.revwalk Walking revision graphs (commit history). -
-
Uses of DateRevQueue.Entry in org.eclipse.jgit.revwalk
Fields in org.eclipse.jgit.revwalk declared as DateRevQueue.Entry Modifier and Type Field Description private DateRevQueue.Entry
DateRevQueue. free
private DateRevQueue.Entry
DateRevQueue. head
private DateRevQueue.Entry[]
DateRevQueue. index
(package private) DateRevQueue.Entry
DateRevQueue.Entry. next
Methods in org.eclipse.jgit.revwalk that return DateRevQueue.Entry Modifier and Type Method Description private DateRevQueue.Entry
DateRevQueue. newEntry(RevCommit c)
Methods in org.eclipse.jgit.revwalk with parameters of type DateRevQueue.Entry Modifier and Type Method Description private void
DateRevQueue. freeEntry(DateRevQueue.Entry e)
-