Class DeltaTask.WeightedPath
java.lang.Object
org.eclipse.jgit.internal.storage.pack.DeltaTask.WeightedPath
- All Implemented Interfaces:
Comparable<DeltaTask.WeightedPath>
- Enclosing class:
- DeltaTask
static final class DeltaTask.WeightedPath
extends Object
implements Comparable<DeltaTask.WeightedPath>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final DeltaTask.Slice
(package private) final long
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
weight
final long weight -
slice
-
-
Constructor Details
-
WeightedPath
WeightedPath(long weight, DeltaTask.Slice s)
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable<DeltaTask.WeightedPath>
-