
public interface DBIDRef
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)
Deprecated.  
 | 
int | 
hashCode()
Deprecated. 
 
Do not use this hash code. Some implementations will not offer
             stable hash codes! 
 | 
int | 
internalGetIndex()
Get the internal index. 
 | 
int internalGetIndex()
@Deprecated int hashCode()
DBIDUtil.deref(de.lmu.ifi.dbs.elki.database.ids.DBIDRef) to get an object with a stable hash code!@Deprecated boolean equals(Object obj)
DBIDUtil.equal(de.lmu.ifi.dbs.elki.database.ids.DBIDRef, de.lmu.ifi.dbs.elki.database.ids.DBIDRef) or DBIDUtil.compare(de.lmu.ifi.dbs.elki.database.ids.DBIDRef, de.lmu.ifi.dbs.elki.database.ids.DBIDRef)!