Class RefDirectory.PackedRefList
java.lang.Object
org.eclipse.jgit.util.RefList<Ref>
org.eclipse.jgit.internal.storage.file.RefDirectory.PackedRefList
- Enclosing class:
- RefDirectory
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jgit.util.RefList
RefList.Builder<T extends Ref>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
PackedRefList
(RefList<Ref> src, FileSnapshot s, ObjectId i) -
Method Summary
Methods inherited from class org.eclipse.jgit.util.RefList
add, asList, contains, copy, emptyList, find, get, get, isEmpty, iterator, put, remove, set, size, toRefList, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
snapshot
-
id
-
-
Constructor Details
-
PackedRefList
-