Uses of Class
org.eclipse.jgit.util.RefList.Builder
-
Packages that use RefList.Builder Package Description org.eclipse.jgit.util Utility classes. -
-
Uses of RefList.Builder in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util that return RefList.Builder Modifier and Type Method Description RefList.Builder<T>
RefList. copy(int n)
Obtain a builder initialized with the firstn
elements.
-