Class Atomics
java.lang.Object
org.eclipse.jetty.util.Atomics
- 
Method Summary
Modifier and TypeMethodDescriptionstatic booleanupdateMax(AtomicInteger currentMax, int newValue) static booleanupdateMax(AtomicLong currentMax, long newValue) static booleanupdateMin(AtomicInteger currentMin, int newValue) static booleanupdateMin(AtomicLong currentMin, long newValue)  
- 
Method Details
- 
updateMin
 - 
updateMin
 - 
updateMax
 - 
updateMax
 
 -