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 TypeMethodDescriptionintlongMethods inherited from class net.sf.jstuff.core.concurrent.future.DelegatingFuture
cancel, get, get, isCancelled, isDoneMethods inherited from class net.sf.jstuff.core.types.Decorator.Default
freezeWrapped, hideWrapped, isWrappedGettable, isWrappedSettable, setWrapped
-
Constructor Details
-
DelegatingScheduledFuture
-
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable<V>
-
getDelay
-
getWrapped
- Specified by:
getWrappedin interfaceDecorator<V>- Overrides:
getWrappedin classDecorator.Default<Future<V>>
-