Package org.eclipse.jetty.util
Class Atomics
- java.lang.Object
-
- org.eclipse.jetty.util.Atomics
-
@Deprecated(since="2021-05-27") public class Atomics extends Object
Deprecated.
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static boolean
updateMax(AtomicInteger currentMax, int newValue)
Deprecated.static boolean
updateMax(AtomicLong currentMax, long newValue)
Deprecated.static boolean
updateMin(AtomicInteger currentMin, int newValue)
Deprecated.static boolean
updateMin(AtomicLong currentMin, long newValue)
Deprecated.
-
-
-
Method Detail
-
updateMin
public static boolean updateMin(AtomicLong currentMin, long newValue)
Deprecated.
-
updateMax
public static boolean updateMax(AtomicLong currentMax, long newValue)
Deprecated.
-
updateMin
public static boolean updateMin(AtomicInteger currentMin, int newValue)
Deprecated.
-
updateMax
public static boolean updateMax(AtomicInteger currentMax, int newValue)
Deprecated.
-
-