Class Atomics

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