Class Atomics

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

public class Atomics extends Object
  • Method Details

    • updateMin

      public static boolean updateMin(AtomicLong currentMin, long newValue)
    • updateMin

      public static boolean updateMin(AtomicInteger currentMin, int newValue)
    • updateMax

      public static boolean updateMax(AtomicLong currentMax, long newValue)
    • updateMax

      public static boolean updateMax(AtomicInteger currentMax, int newValue)