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, 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
-
Field Details
-
v1
-
v2
-
v3
-
-
Constructor Details
-
MutableMultipleResults3
MutableMultipleResults3()
-
-
Method Details
-
setFirst
-
setSecond
-
setThird
-
getFirst
- Specified by:
getFirst
in interfaceMultipleResults3<V1,
V2, V3>
-
getSecond
- Specified by:
getSecond
in interfaceMultipleResults3<V1,
V2, V3>
-
getThird
- Specified by:
getThird
in interfaceMultipleResults3<V1,
V2, V3>
-
set
- Specified by:
set
in interfaceMutableMultipleResults
- Overrides:
set
in classAbstractMutableMultipleResults
-
size
public final int size()- Specified by:
size
in interfaceMultipleResults
- Overrides:
size
in classAbstractMultipleResults
-