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
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 java.lang.Iterable
forEach, iterator, spliterator
Methods inherited from interface org.jdeferred2.multiple.MultipleResults
get, size
Methods inherited from interface org.jdeferred2.impl.MutableMultipleResults
set
-
Constructor Details
-
MutableMultipleResultsUntypedN
MutableMultipleResultsUntypedN(int size)
-