Package | Description |
---|---|
de.lmu.ifi.dbs.elki.database.datastore |
General data store layer API (along the lines of
Map<DBID, T> - use everywhere!) |
de.lmu.ifi.dbs.elki.database.datastore.memory |
Memory data store implementation for ELKI.
|
de.lmu.ifi.dbs.elki.database.ids |
Database object identification and ID group handling API.
|
de.lmu.ifi.dbs.elki.database.ids.generic |
Database object identification and ID group handling - generic implementations.
|
de.lmu.ifi.dbs.elki.database.ids.integer |
Integer-based DBID implementation --
do not use directly - always use
DBIDUtil . |
Modifier and Type | Method and Description |
---|---|
void |
DBIDDataStore.assignVar(DBIDRef id,
DBIDVar var)
Retrieves an object from the storage.
|
Modifier and Type | Method and Description |
---|---|
void |
ArrayDBIDStore.assignVar(DBIDRef id,
DBIDVar var) |
void |
MapIntegerDBIDDBIDStore.assignVar(DBIDRef id,
DBIDVar var) |
Modifier and Type | Method and Description |
---|---|
static DBIDVar |
DBIDUtil.newVar()
Make a new DBID variable.
|
static DBIDVar |
DBIDUtil.newVar(DBIDRef val)
Make a new DBID variable.
|
DBIDVar |
DBIDFactory.newVar(DBIDRef val)
Make a new DBID variable.
|
Modifier and Type | Method and Description |
---|---|
void |
EmptyDBIDs.assign(int index,
DBIDVar var) |
void |
ArrayDBIDs.assign(int index,
DBIDVar var)
Assign a DBID variable the value of position
index . |
void |
DBIDFactory.assignVar(DBIDVar var,
int val)
Assign an integer value to a DBID variable.
|
Modifier and Type | Method and Description |
---|---|
void |
UnmodifiableArrayDBIDs.assign(int index,
DBIDVar var) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
IntegerDBIDVar
Variable for storing a single DBID reference.
|
Modifier and Type | Method and Description |
---|---|
DBIDVar |
SimpleDBIDFactory.newVar(DBIDRef val) |
DBIDVar |
TrivialDBIDFactory.newVar(DBIDRef val) |
Modifier and Type | Method and Description |
---|---|
void |
TroveArrayDBIDs.assign(int index,
DBIDVar var) |
void |
IntArrayStaticDBIDs.assign(int i,
DBIDVar var) |
void |
UnmodifiableIntegerArrayDBIDs.assign(int index,
DBIDVar var) |
void |
IntegerDBID.assign(int index,
DBIDVar var) |
void |
IntegerDBIDVar.assign(int i,
DBIDVar var) |
void |
IntegerDBIDRange.assign(int index,
DBIDVar var) |
void |
SimpleDBIDFactory.assignVar(DBIDVar var,
int val) |
void |
TrivialDBIDFactory.assignVar(DBIDVar var,
int val) |