All Packages Class Hierarchy This Package Previous Next Index
Class aid.util.thread.Buffer
java.lang.Object
|
+----aid.util.thread.Buffer
- public class Buffer
- extends Object
-
Buffer()
-
-
get()
-
-
get(long)
-
-
getEquals(Object)
-
-
getEquals(Object, long)
-
-
put(Object)
-
Buffer
public Buffer()
put
public synchronized void put(Object element)
get
public synchronized Object get() throws InterruptedException
get
public synchronized Object get(long timeout) throws InterruptedException
getEquals
public synchronized Object getEquals(Object o) throws InterruptedException
getEquals
public synchronized Object getEquals(Object o,
long timeout) throws InterruptedException
All Packages Class Hierarchy This Package Previous Next Index