public class BundleMeta extends java.util.ArrayList<SimpleTypeInformation<?>>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Serial version
|
Constructor and Description |
---|
BundleMeta()
Constructor.
|
BundleMeta(int initialCapacity)
Constructor.
|
BundleMeta(SimpleTypeInformation<?>... types)
Constructor.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
private static final long serialVersionUID
public BundleMeta()
public BundleMeta(int initialCapacity)
initialCapacity
- public BundleMeta(SimpleTypeInformation<?>... types)
types
- Copyright © 2019 ELKI Development Team. License information.