Package org.jdeferred2.impl
Class MutableMultipleResultsUntypedN
java.lang.Object
org.jdeferred2.impl.AbstractMultipleResults
org.jdeferred2.impl.AbstractMutableMultipleResults
org.jdeferred2.impl.MutableMultipleResultsUntypedN
- All Implemented Interfaces:
Iterable<OneResult<?>>,MutableMultipleResults,MultipleResults
class MutableMultipleResultsUntypedN
extends AbstractMutableMultipleResults
implements MutableMultipleResults, MultipleResults
Contains multiple instances of
OneResult.-
Field Summary
Fields inherited from class org.jdeferred2.impl.AbstractMultipleResults
results -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jdeferred2.impl.AbstractMutableMultipleResults
setMethods 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, sizeMethods inherited from interface org.jdeferred2.impl.MutableMultipleResults
set
-
Constructor Details
-
MutableMultipleResultsUntypedN
MutableMultipleResultsUntypedN(int size)
-