Package jetbrains.vcs.api.data.impl
Class VcsDataObjectBase
- java.lang.Object
-
- jetbrains.vcs.api.data.impl.VcsDataObjectBase
-
- All Implemented Interfaces:
VcsDataObject
- Direct Known Subclasses:
VcsRevisionData
public abstract class VcsDataObjectBase extends Object implements VcsDataObject
Created 24.10.12 12:53- Author:
- Eugene Petrenko (eugene.petrenko@jetbrains.com)
-
-
Constructor Summary
Constructors Constructor Description VcsDataObjectBase()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected booleanequal(Object a, Object b)abstract booleanequals(Object obj)abstract inthashCode()protected inthashCode(Object a)abstract StringtoString()protected StringtoStringAll(Object... a)
-
-
-
Method Detail
-
hashCode
protected int hashCode(@Nullable Object a)
-
-