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
ConstructorsModifierConstructorDescriptionprivatePackedRefList(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, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
snapshot
-
id
-
-
Constructor Details
-
PackedRefList
-