public class ComboList extends AbstractList<Object>
Modifier and Type | Class and Description |
---|---|
static class |
ComboList.Factory |
modCount
Constructor and Description |
---|
ComboList(List[] delegates,
org.apache.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
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
public ComboList(List[] delegates, org.apache.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 © 2022 The Apache Software Foundation. All rights reserved.