Package org.jdeferred2.impl
Class MutableMultipleResultsN<V1,V2,V3,V4,V5>
java.lang.Object
org.jdeferred2.impl.AbstractMultipleResults
org.jdeferred2.impl.AbstractMutableMultipleResults
org.jdeferred2.impl.MutableMultipleResultsN<V1,V2,V3,V4,V5>
- All Implemented Interfaces:
Iterable<OneResult<?>>,MutableMultipleResults,MultipleResults,MultipleResultsN<V1,V2, V3, V4, V5>
class MutableMultipleResultsN<V1,V2,V3,V4,V5>
extends AbstractMutableMultipleResults
implements MutableMultipleResults, MultipleResultsN<V1,V2,V3,V4,V5>
Contains multiple instances of
OneResult.-
Field Summary
FieldsModifier and TypeFieldDescriptionFields 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
-
Field Details
-
v1
-
v2
-
v3
-
v4
-
v5
-
-
Constructor Details
-
MutableMultipleResultsN
MutableMultipleResultsN(int size)
-
-
Method Details
-
setFirst
-
setSecond
-
setThird
-
setFourth
-
setFifth
-
getFirst
-
getSecond
-
getThird
-
getFourth
-
getFifth
-
set
- Specified by:
setin interfaceMutableMultipleResults- Overrides:
setin classAbstractMutableMultipleResults
-