storm.trident.tuple
Class ComboList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<Object>
storm.trident.tuple.ComboList
- All Implemented Interfaces:
- Iterable<Object>, Collection<Object>, List<Object>
public class ComboList
- extends AbstractList<Object>
|
Constructor Summary |
ComboList(List[] delegates,
storm.trident.tuple.ComboList.Pointer[] index)
|
| Methods inherited from class java.util.AbstractList |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList |
ComboList
public ComboList(List[] delegates,
storm.trident.tuple.ComboList.Pointer[] index)
get
public Object get(int i)
- Specified by:
get in interface List<Object>- Specified by:
get in class AbstractList<Object>
size
public int size()
- Specified by:
size in interface Collection<Object>- Specified by:
size in interface List<Object>- Specified by:
size in class AbstractCollection<Object>
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.