Package org.jdeferred2.impl
Class AbstractMutableMultipleResults
java.lang.Object
org.jdeferred2.impl.AbstractMultipleResults
org.jdeferred2.impl.AbstractMutableMultipleResults
- All Implemented Interfaces:
Iterable<OneResult<?>>,MutableMultipleResults,MultipleResults
- Direct Known Subclasses:
MutableMultipleResults2,MutableMultipleResults3,MutableMultipleResults4,MutableMultipleResults5,MutableMultipleResultsN,MutableMultipleResultsUntypedN
abstract class AbstractMutableMultipleResults
extends AbstractMultipleResults
implements MutableMultipleResults
Base implementation of
MutableMultipleResults.-
Field Summary
Fields inherited from class org.jdeferred2.impl.AbstractMultipleResults
results -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jdeferred2.impl.AbstractMultipleResults
get, iterator, size, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, iterator, spliteratorMethods inherited from interface org.jdeferred2.multiple.MultipleResults
get, size
-
Constructor Details
-
AbstractMutableMultipleResults
AbstractMutableMultipleResults(int size)
-
-
Method Details
-
set
- Specified by:
setin interfaceMutableMultipleResults
-