Package org.apache.storm.utils
Class ListDelegate
java.lang.Object
org.apache.storm.utils.ListDelegate
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidbooleanbooleanaddAll(int i, Collection<?> clctn) booleanaddAll(Collection<?> clctn) voidclear()booleanbooleancontainsAll(Collection<?> clctn) get(int i) intbooleanisEmpty()iterator()intlistIterator(int i) remove(int i) booleanbooleanremoveAll(Collection<?> clctn) booleanretainAll(Collection<?> clctn) voidsetDelegate(List<Object> delegate) intsize()subList(int i, int i1) Object[]toArray()<T> T[]toArray(T[] ts) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.CollectionparallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.Listequals, hashCode, replaceAll, sort, spliterator
- 
Constructor Details- 
ListDelegatepublic ListDelegate()
 
- 
- 
Method Details- 
getDelegate
- 
setDelegate
- 
sizepublic int size()
- 
isEmptypublic boolean isEmpty()
- 
contains
- 
iterator
- 
toArray
- 
toArraypublic <T> T[] toArray(T[] ts) 
- 
add
- 
add
- 
remove
- 
remove
- 
containsAll- Specified by:
- containsAllin interface- Collection<Object>
- Specified by:
- containsAllin interface- List<Object>
 
- 
addAll
- 
addAll
- 
removeAll
- 
retainAll
- 
clearpublic void clear()
- 
get
- 
set
- 
indexOf
- 
lastIndexOf- Specified by:
- lastIndexOfin interface- List<Object>
 
- 
listIterator- Specified by:
- listIteratorin interface- List<Object>
 
- 
listIterator- Specified by:
- listIteratorin interface- List<Object>
 
- 
subList
 
-