Package org.jdeferred2.impl
Class AbstractMutableMultipleResults
- java.lang.Object
-
- org.jdeferred2.impl.AbstractMultipleResults
-
- org.jdeferred2.impl.AbstractMutableMultipleResults
-
- All Implemented Interfaces:
java.lang.Iterable<OneResult<?>>,MutableMultipleResults,MultipleResults
- Direct Known Subclasses:
MutableMultipleResults2,MutableMultipleResults3,MutableMultipleResults4,MutableMultipleResults5,MutableMultipleResultsN,MutableMultipleResultsUntypedN
abstract class AbstractMutableMultipleResults extends AbstractMultipleResults implements MutableMultipleResults
Base implementation ofMutableMultipleResults.
-
-
Field Summary
-
Fields inherited from class org.jdeferred2.impl.AbstractMultipleResults
results
-
-
Constructor Summary
Constructors Constructor Description AbstractMutableMultipleResults(int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidset(int index, OneResult<?> result)-
Methods inherited from class org.jdeferred2.impl.AbstractMultipleResults
get, iterator, size, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.jdeferred2.multiple.MultipleResults
get, size
-
-
-
-
Method Detail
-
set
public void set(int index, OneResult<?> result)- Specified by:
setin interfaceMutableMultipleResults
-
-