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