Uniqueness based on primary key of triple.
只取三元组主键作为唯一性的依据
@override int get hashCode => Object.hash(start, ranking, end);