org.egothor.util.thread
Interface Pool.Queue

Enclosing class:
Pool

public static interface Pool.Queue

This class is part of the Egothor Project

Author:
Leo Galambos

Method Summary
 boolean empty()
          Description of the Method
 java.lang.Object pop()
          Description of the Method
 boolean push(java.lang.Object task)
          Description of the Method
 

Method Detail

push

boolean push(java.lang.Object task)
Description of the Method

Parameters:
task - Description of the Parameter
Returns:
Description of the Return Value

pop

java.lang.Object pop()
Description of the Method

Returns:
Description of the Return Value

empty

boolean empty()
Description of the Method

Returns:
Description of the Return Value