
D - Distance typepublic interface ClusterOrderEntry<D extends Distance<D>>
| Modifier and Type | Method and Description | 
|---|---|
| DBID | getID()Returns the object id of this entry. | 
| DBID | getPredecessorID()Returns the id of the predecessor of this entry if this entry has a
 predecessor, null otherwise. | 
| D | getReachability()Returns the reachability distance of this entry | 
DBID getID()
DBID getPredecessorID()
D getReachability()