Class RefDirectory.PackedRefList
- java.lang.Object
-
- org.eclipse.jgit.util.RefList<Ref>
-
- org.eclipse.jgit.internal.storage.file.RefDirectory.PackedRefList
-
- All Implemented Interfaces:
java.lang.Iterable<Ref>
- Enclosing class:
- RefDirectory
static class RefDirectory.PackedRefList extends RefList<Ref>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.jgit.util.RefList
RefList.Builder<T extends Ref>
-
-
Field Summary
Fields Modifier and Type Field Description private ObjectId
id
private FileSnapshot
snapshot
-
Constructor Summary
Constructors Modifier Constructor Description private
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
-
-
-
-
Field Detail
-
snapshot
private final FileSnapshot snapshot
-
id
private final ObjectId id
-
-
Constructor Detail
-
PackedRefList
private PackedRefList(RefList<Ref> src, FileSnapshot s, ObjectId i)
-
-