Package com.google.gerrit.server.patch
Class DiffSummaryKey
- java.lang.Object
-
- com.google.gerrit.server.patch.DiffSummaryKey
-
- All Implemented Interfaces:
Serializable
public class DiffSummaryKey extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static long
serialVersionUID
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
static DiffSummaryKey
fromPatchListKey(PatchListKey plk)
int
hashCode()
String
toString()
-
-
-
Field Detail
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
fromPatchListKey
public static DiffSummaryKey fromPatchListKey(PatchListKey plk)
-
-