Class DelegatingScheduledFuture<V>
java.lang.Object
net.sf.jstuff.core.types.Decorator.Default<Future<V>>
net.sf.jstuff.core.concurrent.future.DelegatingFuture<V>
net.sf.jstuff.core.concurrent.future.DelegatingScheduledFuture<V>
- All Implemented Interfaces:
Comparable<Delayed>
,Delayed
,Future<V>
,ScheduledFuture<V>
,Decorator<Future<V>>
- Author:
- Sebastian Thomschke
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.sf.jstuff.core.types.Decorator
Decorator.Default<T>
-
Field Summary
Fields inherited from class net.sf.jstuff.core.types.Decorator.Default
wrapped, wrappedGettable, wrappedSettable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
long
Methods inherited from class net.sf.jstuff.core.concurrent.future.DelegatingFuture
cancel, get, get, isCancelled, isDone
Methods inherited from class net.sf.jstuff.core.types.Decorator.Default
freezeWrapped, hideWrapped, isWrappedGettable, isWrappedSettable, setWrapped
-
Constructor Details
-
DelegatingScheduledFuture
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable<V>
-
getDelay
-
getWrapped
- Specified by:
getWrapped
in interfaceDecorator<V>
- Overrides:
getWrapped
in classDecorator.Default<Future<V>>
-