public class ComboList extends AbstractList<Object>
Modifier and Type | Class and Description |
---|---|
static class |
ComboList.Factory |
modCount
Constructor and Description |
---|
ComboList(List[] delegates,
storm.trident.tuple.ComboList.Pointer[] index) |
Modifier and Type | Method and Description |
---|---|
Object |
get(int i) |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
public ComboList(List[] delegates, storm.trident.tuple.ComboList.Pointer[] index)
public Object get(int i)
public int size()
size
in interface Collection<Object>
size
in interface List<Object>
size
in class AbstractCollection<Object>
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.