elte.java2_utikalauz5.thread
ReentrantLockTeszt.IntQueue osztály
java.lang.Object
elte.java2_utikalauz5.thread.ReentrantLockTeszt.IntQueue
- Beágyazó osztály:
- ReentrantLockTeszt
- static class ReentrantLockTeszt.IntQueue
- extends Object
Metódusok |
int |
get()
|
void |
put(int value)
|
java.lang.Object osztálytól örökölt metódusok |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
row
int[] row
first
int first
last
int last
num_of_elements
int num_of_elements
row_length
int row_length
lock
private Lock lock
notEmpty
private Condition notEmpty
notFull
private Condition notFull
Konstruktorok részletezése |
ReentrantLockTeszt.IntQueue
public ReentrantLockTeszt.IntQueue(int row_length)
put
public void put(int value)
throws InterruptedException
- Specifikált kivételek:
InterruptedException
get
public int get()
throws InterruptedException
- Specifikált kivételek:
InterruptedException