Package | Description |
---|---|
de.lmu.ifi.dbs.elki.utilities.datastructures.arraylike |
Common API for accessing objects that are "array-like", including lists, numerical vectors, database vectors and arrays.
|
Modifier and Type | Method and Description |
---|---|
static <T,A> ExtendedArray<T> |
ExtendedArray.extend(A array,
ArrayAdapter<T,A> getter,
T extra)
Static wrapper that has a nicer generics signature.
|
Modifier and Type | Method and Description |
---|---|
T |
ExtendedArray.get(ExtendedArray<T> array,
int off) |
int |
ExtendedArray.size(ExtendedArray<T> array) |
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.