Package org.jdeferred2.impl
Class MutableMultipleResults3<V1,V2,V3>
java.lang.Object
org.jdeferred2.impl.AbstractMultipleResults
org.jdeferred2.impl.AbstractMutableMultipleResults
org.jdeferred2.impl.MutableMultipleResults3<V1,V2,V3>
- All Implemented Interfaces:
Iterable<OneResult<?>>,MutableMultipleResults,MultipleResults,MultipleResults3<V1,V2, V3>
class MutableMultipleResults3<V1,V2,V3>
extends AbstractMutableMultipleResults
implements MutableMultipleResults, MultipleResults3<V1,V2,V3>
Contains 3 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, 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
-
Field Details
-
v1
-
v2
-
v3
-
-
Constructor Details
-
MutableMultipleResults3
MutableMultipleResults3()
-
-
Method Details
-
setFirst
-
setSecond
-
setThird
-
getFirst
- Specified by:
getFirstin interfaceMultipleResults3<V1,V2, V3>
-
getSecond
- Specified by:
getSecondin interfaceMultipleResults3<V1,V2, V3>
-
getThird
- Specified by:
getThirdin interfaceMultipleResults3<V1,V2, V3>
-
set
- Specified by:
setin interfaceMutableMultipleResults- Overrides:
setin classAbstractMutableMultipleResults
-
size
public final int size()- Specified by:
sizein interfaceMultipleResults- Overrides:
sizein classAbstractMultipleResults
-