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 firstnelements.Methods in org.eclipse.jgit.util with parameters of type RefList.Builder Modifier and Type Method Description voidRefList.Builder. addAll(RefList.Builder other)Add all items from another builder.
-