Uses of Class
cn.sliew.milky.concurrent.Futures
-
Packages that use Futures Package Description cn.sliew.milky.concurrent -
-
Uses of Futures in cn.sliew.milky.concurrent
Methods in cn.sliew.milky.concurrent that return Futures Modifier and Type Method Description static FuturesFutures. valueOf(String name)Returns the enum constant of this type with the specified name.static Futures[]Futures. values()Returns an array containing the constants of this enum type, in the order they are declared.
-