
public interface DoubleDBIDPair extends PairInterface<Double,DBID>, DBIDRef, Comparable<DoubleDBIDPair>
| Modifier and Type | Method and Description |
|---|---|
double |
doubleValue()
Get the double value of the pair.
|
Double |
getFirst()
Deprecated.
Avoid autoboxing. Use
doubleValue()! |
DBID |
getSecond()
Deprecated.
Avoid autoboxing! Use
DBIDRef interface! |
equals, hashCode, internalGetIndexcompareTodouble doubleValue()
@Deprecated Double getFirst()
doubleValue()!getFirst in interface PairInterface<Double,DBID>@Deprecated DBID getSecond()
DBIDRef interface!getSecond in interface PairInterface<Double,DBID>