backtype.storm.tuple
Class Values
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<Object>
backtype.storm.tuple.Values
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<Object>, Collection<Object>, List<Object>, RandomAccess
public class Values
- extends ArrayList<Object>
A convenience class for making tuple values using new Values("field1", 2, 3)
syntax.
- 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 |
Values
public Values()
Values
public Values(Object... vals)
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.