public interface ModifiableDBIDs extends DBIDs
Modifier and Type | Method and Description |
---|---|
boolean |
add(DBID id)
Add a single DBID to the collection.
|
boolean |
addDBIDs(DBIDs ids)
Add DBIDs to collection.
|
void |
clear()
Clear this collection.
|
boolean |
remove(DBID id)
Remove a single DBID from the collection.
|
boolean |
removeDBIDs(DBIDs ids)
Remove DBIDs from collection.
|
boolean addDBIDs(DBIDs ids)
ids
- IDs to add.true
when modifiedboolean removeDBIDs(DBIDs ids)
ids
- IDs to remove.true
when modifiedboolean add(DBID id)
id
- ID to addboolean remove(DBID id)
id
- ID to removevoid clear()