Class Atomics

java.lang.Object
org.eclipse.jetty.util.Atomics

@Deprecated(since="2021-05-27") public class Atomics extends Object
Deprecated.
  • Method Details

    • 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.