
public interface DBIDRef
DBID. Could be a DBID, a
 DBIDIter, for example.
 
 Important note: do not assume this reference to be stable. Iterators
 are a good example how the DBIDRef may change.| 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)!Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.