public class BundleMeta extends ArrayList<SimpleTypeInformation<?>>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Serial version
|
modCount
Constructor and Description |
---|
BundleMeta()
Constructor.
|
BundleMeta(int initialCapacity)
Constructor.
|
BundleMeta(SimpleTypeInformation<?>... types)
Constructor.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
private static final long serialVersionUID
public BundleMeta()
public BundleMeta(int initialCapacity)
initialCapacity
- public BundleMeta(SimpleTypeInformation<?>... types)
types
- Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.