Package elki.database.ids
Interface DBIDPair
-
- All Superinterfaces:
ArrayDBIDs,DBIDs
- All Known Implementing Classes:
IntegerDBIDPair
public interface DBIDPair extends ArrayDBIDs
Immutable pair of two DBIDs, more memory efficient than two DBIDs.- Since:
- 0.4.0
- Author:
- Erich Schubert
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description DBIDgetFirst()Deprecated.This method can be expensive.DBIDgetSecond()Deprecated.This method can be expensive.-
Methods inherited from interface elki.database.ids.ArrayDBIDs
assignVar, binarySearch, get, iter, size, slice
-
-