Package org.jivesoftware.smack.util
Class ArrayBlockingQueueWithShutdown.TryTakeResult<E>
- java.lang.Object
-
- org.jivesoftware.smack.util.ArrayBlockingQueueWithShutdown.TryTakeResult<E>
-
- Enclosing class:
- ArrayBlockingQueueWithShutdown<E>
public static final class ArrayBlockingQueueWithShutdown.TryTakeResult<E> extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description E
getElement()
ArrayBlockingQueueWithShutdown.TryTakeResultCode
getResultCode()
-
-
-
Method Detail
-
getResultCode
public ArrayBlockingQueueWithShutdown.TryTakeResultCode getResultCode()
-
getElement
public E getElement()
-
-