|
Colt 1.0.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SynchronizedInt | |
edu.oswego.cs.dl.util.concurrent | Standardized, efficient utility classes commonly encountered in concurrent programming. |
Uses of SynchronizedInt in edu.oswego.cs.dl.util.concurrent |
Subclasses of SynchronizedInt in edu.oswego.cs.dl.util.concurrent | |
class |
WaitableInt
A class useful for offloading waiting and signalling operations on single int variables. |
Methods in edu.oswego.cs.dl.util.concurrent with parameters of type SynchronizedInt | |
int |
SynchronizedInt.compareTo(SynchronizedInt other)
|
int |
SynchronizedInt.swap(SynchronizedInt other)
Atomically swap values with another SynchronizedInt. |
|
Colt 1.0.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |