public static interface Pool.Queue
Modifier and Type | Method and Description |
---|---|
boolean |
empty()
Description of the Method
|
Object |
pop()
Description of the Method
|
boolean |
push(Object task)
Description of the Method
|
boolean push(Object task)
task
- Description of the ParameterObject pop()
boolean empty()
Copyright © 2016 Egothor. All Rights Reserved.