Package org.eclipse.jetty.util
Class Atomics
java.lang.Object
org.eclipse.jetty.util.Atomics
-
Constructor Summary
Constructors -
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)
-
Constructor Details
-
Atomics
private Atomics()
-
-
Method Details
-
updateMin
-
updateMax
-
updateMin
-
updateMax
-