
public class ArrayDBIDsAdapter extends Object implements ArrayAdapter<DBID,ArrayDBIDs>
| Modifier | Constructor and Description |
|---|---|
protected |
ArrayDBIDsAdapter()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DBID |
get(ArrayDBIDs array,
int off)
Deprecated.
|
int |
size(ArrayDBIDs array)
Get the size of the array.
|
protected ArrayDBIDsAdapter()
ArrayLikeUtil!public int size(ArrayDBIDs array)
ArrayAdaptersize in interface ArrayAdapter<DBID,ArrayDBIDs>array - Array-like thing@Deprecated public DBID get(ArrayDBIDs array, int off) throws IndexOutOfBoundsException
ArrayAdapterget in interface ArrayAdapter<DBID,ArrayDBIDs>array - Array to get fromoff - OffsetIndexOutOfBoundsException - for an invalid index.Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.