Package elki.database.ids
Interface DoubleDBIDPair
-
- All Superinterfaces:
java.lang.Comparable<DoubleDBIDPair>
,DBIDRef
- All Known Implementing Classes:
DoubleIntegerDBIDPair
public interface DoubleDBIDPair extends DBIDRef, java.lang.Comparable<DoubleDBIDPair>
Pair of a double value and a DBID. Note: this interface implementsDBIDRef
, i.e. it can be used as DBID object reference.- Since:
- 0.5.5
- Author:
- Erich Schubert
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
doubleValue()
Get the double value of the pair.-
Methods inherited from interface elki.database.ids.DBIDRef
equals, hashCode, internalGetIndex
-
-