Package | Description |
---|---|
org.jivesoftware.smack.util |
Smack util classes.
|
Modifier and Type | Method and Description |
---|---|
ArrayBlockingQueueWithShutdown.TryPutResult |
ArrayBlockingQueueWithShutdown.tryPut(E e) |
static ArrayBlockingQueueWithShutdown.TryPutResult |
ArrayBlockingQueueWithShutdown.TryPutResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArrayBlockingQueueWithShutdown.TryPutResult[] |
ArrayBlockingQueueWithShutdown.TryPutResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|