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