Class SmartQueue<E>
java.lang.Object
com.echothree.util.common.collection.SmartQueue<E>
-
Constructor Summary
ConstructorsConstructorDescriptionSmartQueue
(boolean monitorQueue, boolean monitorProgress, int queueLen, Long estimatedTotal) Creates a new instance of SmartQueue -
Method Summary
-
Constructor Details
-
SmartQueue
Creates a new instance of SmartQueue
-
-
Method Details
-
put
-
isEmpty
-
take
-
end
-
onEnd
-