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