public class FutureLong extends SyncFuture<Long>
 This Future wraps a Long to directly return when it's retrieved.
 
| Constructor and Description | 
|---|
FutureLong(Long longValue)
 Builds a new instance. 
 | 
public FutureLong(Long longValue)
Builds a new instance.
longValue - the wrapped valueCopyright © 2012-2015. All Rights Reserved.