Overview | Package | Class | Tree | Deprecated | Index | Help | |||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
boolean | empty()
Return true if storage is empty otherwise false. |
boolean | full()
Returns true if storage is full otherwise false. |
void | put(java.lang.Object item)
Adds item to storage. |
java.lang.Object | take()
Removes item from storage and returns reference to it. |
Method Detail |
public boolean full()
public boolean empty()
public void put(java.lang.Object item)
public java.lang.Object take()
Overview | Package | Class | Tree | Deprecated | Index | Help | |||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |