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 AbstractMultipleResults
results -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractMultipleResults
get, iterator, size, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Iterable
forEach, iterator, spliteratorMethods inherited from interface 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
-