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 RefList
RefList.Builder<T> -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivatePackedRefList(RefList<Ref> src, FileSnapshot s, ObjectId i) -
Method Summary
Methods inherited from class RefList
add, asList, contains, copy, emptyList, find, get, get, isEmpty, iterator, put, remove, set, size, toRefList, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
snapshot
-
id
-
-
Constructor Details
-
PackedRefList
-