Class CommandReceiver.ResultHandler
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- java.util.ArrayList<File>
-
- com.levigo.jadice.server.msoffice.CommandReceiver.ResultHandler
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Iterable<File>
,Collection<File>
,List<File>
,RandomAccess
- Enclosing class:
- CommandReceiver
protected static final class CommandReceiver.ResultHandler extends ArrayList<File>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.AbstractList
modCount
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ResultHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(int index, File element)
boolean
add(File o)
boolean
addAll(int index, Collection<? extends File> c)
boolean
addAll(Collection<? extends File> c)
void
clear()
File
remove(int index)
boolean
remove(Object o)
boolean
removeAll(Collection<?> c)
boolean
retainAll(Collection<?> c)
-
Methods inherited from class java.util.ArrayList
clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, removeIf, removeRange, replaceAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
-
Methods inherited from class java.util.AbstractCollection
containsAll, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, stream, toArray
-
Methods inherited from interface java.util.List
containsAll
-
-
-
-
Method Detail
-
add
public void add(int index, File element)
-
add
public boolean add(File o)
-
addAll
public boolean addAll(Collection<? extends File> c)
-
addAll
public boolean addAll(int index, Collection<? extends File> c)
-
remove
public File remove(int index)
-
remove
public boolean remove(Object o)
-
removeAll
public boolean removeAll(Collection<?> c)
-
retainAll
public boolean retainAll(Collection<?> c)
-
-