AtomicBiInteger.encode

Atomically adds the given deltas to the current hi and lo values.

@param deltaHi the delta to apply to the hi value @param deltaLo the delta to apply to the lo value

  1. long encode(int hi, int lo)
  2. long encode(long encoded, int deltaHi, int deltaLo)
    class AtomicBiInteger
    static
    long
    encode
    (
    long encoded
    ,,)

Meta