class EmptyDBIDs extends AbstractList<DBID> implements ArrayStaticDBIDs
modCount
Constructor and Description |
---|
EmptyDBIDs() |
Modifier and Type | Method and Description |
---|---|
Collection<DBID> |
asCollection()
Retrieve collection access to the IDs
|
boolean |
contains(Object o)
Test whether an ID is contained.
|
DBID |
get(int i) |
boolean |
isEmpty()
Test for an empty DBID collection.
|
Iterator<DBID> |
iterator()
Retrieve Iterator access to the IDs.
|
int |
size()
Retrieve the collection / data size.
|
add, add, addAll, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
addAll, containsAll, remove, removeAll, retainAll, toArray, toArray, toString
public Collection<DBID> asCollection()
DBIDs
asCollection
in interface DBIDs
public boolean contains(Object o)
DBIDs
Collection
.public Iterator<DBID> iterator()
DBIDs
public int size()
DBIDs
public boolean isEmpty()
DBIDs