de.lmu.ifi.dbs.elki.datasource.bundle
Class BundleMeta
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<SimpleTypeInformation<?>>
de.lmu.ifi.dbs.elki.datasource.bundle.BundleMeta
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<SimpleTypeInformation<?>>, Collection<SimpleTypeInformation<?>>, List<SimpleTypeInformation<?>>, RandomAccess
public class BundleMeta
- extends ArrayList<SimpleTypeInformation<?>>
Store the package metadata in an array list. While this is a trivial class,
it improves code readability and type safety.
- See Also:
- Serialized Form
Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize |
serialVersionUID
private static final long serialVersionUID
- Serial version
- See Also:
- Constant Field Values
BundleMeta
public BundleMeta()
- Constructor.
BundleMeta
public BundleMeta(int initialCapacity)
- Constructor.
- Parameters:
initialCapacity
-
BundleMeta
public BundleMeta(SimpleTypeInformation<?>... types)
- Constructor.
- Parameters:
types
-