Uses of Class
org.fusesource.hawtdispatch.DispatchQueue.QueueType

Packages that use DispatchQueue.QueueType
org.fusesource.hawtdispatch HawtDispatch HawtDispatch is an abstract model for expressing concurrency via simple but powerful API. 
 

Uses of DispatchQueue.QueueType in org.fusesource.hawtdispatch
 

Methods in org.fusesource.hawtdispatch that return DispatchQueue.QueueType
 DispatchQueue.QueueType DispatchQueue.getQueueType()
           
static DispatchQueue.QueueType DispatchQueue.QueueType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DispatchQueue.QueueType[] DispatchQueue.QueueType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2010-2014 FuseSource, Corp.. All Rights Reserved.