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 SummaryFields Modifier and Type Field Description static longserialVersionUID
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static DiffSummaryKeyfromPatchListKey(PatchListKey plk)inthashCode()StringtoString()
 
- 
- 
- 
Field Detail- 
serialVersionUIDpublic static final long serialVersionUID - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
fromPatchListKeypublic static DiffSummaryKey fromPatchListKey(PatchListKey plk) 
 
- 
 
-