Package org.jdeferred2.multiple
Interface AllValues
-
- All Superinterfaces:
java.lang.Iterable<OneValue<?>>
- All Known Subinterfaces:
MutableAllValues
- All Known Implementing Classes:
DefaultAllValues
,DefaultMutableAllValues
public interface AllValues extends java.lang.Iterable<OneValue<?>>
Contains a list ofOneValue
.- Since:
- 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OneValue<?>
get(int index)
int
size()
-
-
-
Method Detail
-
get
OneValue<?> get(int index)
-
size
int size()
-
-