|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.github.libxjava.util.FixedSizeQueue
public class FixedSizeQueue
| Constructor Summary | |
|---|---|
FixedSizeQueue(int maxSize)
|
|
| Method Summary | |
|---|---|
Object |
get()
|
Object |
get(long timeout)
|
Object |
put(Object obj)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FixedSizeQueue(int maxSize)
| Method Detail |
|---|
public Object put(Object obj)
public Object get()
public Object get(long timeout)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||