Uses of Class
org.eclipse.jgit.util.RefList
Packages that use RefList
Package
Description
Distributed file system based repository storage.
Core API for repository, config, refs, object database.
Utility classes.
-
Uses of RefList in org.eclipse.jgit.internal.storage.dfs
Constructors in org.eclipse.jgit.internal.storage.dfs with parameters of type RefList -
Uses of RefList in org.eclipse.jgit.lib
Constructors in org.eclipse.jgit.lib with parameters of type RefList -
Uses of RefList in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util that return RefListModifier and TypeMethodDescriptionAdd an item at a specific index.RefList.emptyList()
Create an empty unmodifiable reference list.Store a reference, adding or replacing as necessary.RefList.remove
(int idx) Remove an item at a specific index.Obtain a new copy of the list after changing one element.RefList.Builder.toRefList()
Get unmodifiable list based on this listMethods in org.eclipse.jgit.util that return types with arguments of type RefListConstructors in org.eclipse.jgit.util with parameters of type RefList