Uses of Class
org.eclipse.jgit.util.RefList.Builder
Packages that use RefList.Builder
-
Uses of RefList.Builder in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util that return RefList.BuilderModifier and TypeMethodDescriptionfinal RefList.Builder<T>
RefList.copy
(int n) Obtain a builder initialized with the firstn
elements.Methods in org.eclipse.jgit.util with parameters of type RefList.BuilderModifier and TypeMethodDescriptionvoid
RefList.Builder.addAll
(RefList.Builder other) Add all items from another builder.