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