Package org.jdeferred2.impl
Class DefaultAllValues
- java.lang.Object
-
- org.jdeferred2.impl.DefaultAllValues
-
- Direct Known Subclasses:
DefaultMutableAllValues
class DefaultAllValues extends java.lang.Object implements AllValues
Base implementation ofAllValues
.
-
-
Constructor Summary
Constructors Constructor Description DefaultAllValues(int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OneValue<?>
get(int index)
java.util.Iterator<OneValue<?>>
iterator()
int
size()
java.lang.String
toString()
-
-
-
Field Detail
-
values
protected final java.util.List<OneValue<?>> values
-
-