Uses of Class
org.jivesoftware.smack.util.ArrayBlockingQueueWithShutdown.TryTakeResultCode
-
Packages that use ArrayBlockingQueueWithShutdown.TryTakeResultCode Package Description org.jivesoftware.smack.util Utility classes. -
-
Uses of ArrayBlockingQueueWithShutdown.TryTakeResultCode in org.jivesoftware.smack.util
Methods in org.jivesoftware.smack.util that return ArrayBlockingQueueWithShutdown.TryTakeResultCode Modifier and Type Method Description ArrayBlockingQueueWithShutdown.TryTakeResultCodeArrayBlockingQueueWithShutdown.TryTakeResult. getResultCode()static ArrayBlockingQueueWithShutdown.TryTakeResultCodeArrayBlockingQueueWithShutdown.TryTakeResultCode. valueOf(String name)Returns the enum constant of this type with the specified name.static ArrayBlockingQueueWithShutdown.TryTakeResultCode[]ArrayBlockingQueueWithShutdown.TryTakeResultCode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-