Uses of Class
elki.utilities.datastructures.arraylike.ExtendedArray
-
Packages that use ExtendedArray Package Description elki.utilities.datastructures.arraylike Common API for accessing objects that are "array-like", including lists, numerical vectors, database vectors and arrays. -
-
Uses of ExtendedArray in elki.utilities.datastructures.arraylike
Methods in elki.utilities.datastructures.arraylike that return ExtendedArray Modifier and Type Method Description static <T,A>
ExtendedArray<T>ExtendedArray. extend(A array, ArrayAdapter<T,A> getter, T extra)
Static wrapper that has a nicer generics signature.Methods in elki.utilities.datastructures.arraylike with parameters of type ExtendedArray Modifier and Type Method Description T
ExtendedArray. get(ExtendedArray<T> array, int off)
int
ExtendedArray. size(ExtendedArray<T> array)
-