Modifier and Type | Field and Description |
---|---|
(package private) DBIDs[] |
childs
Childs to merge
|
Constructor and Description |
---|
MergedDBIDs(DBIDs... childs)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
contains(DBID o)
Test whether an ID is contained.
|
boolean |
isEmpty()
Test for an empty DBID collection.
|
DBIDIter |
iter()
Get a DBIDIterator (a more efficient API).
|
Iterator<DBID> |
iterator()
Retrieve Iterator access to the IDs.
|
int |
size()
Retrieve the collection / data size.
|
DBIDs[] childs
public MergedDBIDs(DBIDs... childs)
childs
- public Iterator<DBID> iterator()
DBIDs
public DBIDIter iter()
DBIDs
public int size()
DBIDs
public boolean isEmpty()
DBIDs