Interface MutableLong

All Superinterfaces:
AutoCloseable

public interface MutableLong extends AutoCloseable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    default boolean
    compareAndSet(long expectedValue, long newValue)
    This is not meant to be atomic; it's semantically equivalent to:
    long
    get()
     
     
    void
    set(long value)