
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, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeprivate static final long serialVersionUID
public BundleMeta()
public BundleMeta(int initialCapacity)
initialCapacity - public BundleMeta(SimpleTypeInformation<?>... types)
types -