public interface TimedVcsCommit extends GraphCommit<Hash>
GraphCommit
.
An instance of this object can be obtained via
VcsLogObjectsFactory#createTimedCommit
.
It is not recommended to create a custom implementation of this interface, but if you need it, make sure to implement equals()
and hashcode()
so that they consider only the Hash, i.e. two TimedVcsCommits are equal if and only if they have equal
hash codes. The VCS Log framework heavily relies on this fact.getId, getParents, getTimestamp