Class DeltaTask.WeightedPath
- java.lang.Object
-
- org.eclipse.jgit.internal.storage.pack.DeltaTask.WeightedPath
-
- All Implemented Interfaces:
java.lang.Comparable<DeltaTask.WeightedPath>
- Enclosing class:
- DeltaTask
static final class DeltaTask.WeightedPath extends java.lang.Object implements java.lang.Comparable<DeltaTask.WeightedPath>
-
-
Field Summary
Fields Modifier and Type Field Description (package private) DeltaTask.Slice
slice
(package private) long
weight
-
Constructor Summary
Constructors Constructor Description WeightedPath(long weight, DeltaTask.Slice s)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(DeltaTask.WeightedPath o)
-
-
-
Field Detail
-
weight
final long weight
-
slice
final DeltaTask.Slice slice
-
-
Constructor Detail
-
WeightedPath
WeightedPath(long weight, DeltaTask.Slice s)
-
-
Method Detail
-
compareTo
public int compareTo(DeltaTask.WeightedPath o)
- Specified by:
compareTo
in interfacejava.lang.Comparable<DeltaTask.WeightedPath>
-
-