values property

Map<K, V> values
final

A Map of keys to successfully completed values.

The returned Map will contain entries only for Futures that successfully completed and not for ones that failed.

Implementation

final Map<K, V> values;