| Removed Methods | 
  | longaccumulateAndGet(K,long, LongBinaryOperator) | Updates the value currently associated with {@code key} by combining it with {@code x} via the
 specified accumulator function, returning the new value. | 
  | longgetAndAccumulate(K,long, LongBinaryOperator) | Updates the value currently associated with {@code key} by combining it with {@code x} via the
 specified accumulator function, returning the old value. | 
  | longgetAndUpdate(K,LongUnaryOperator) | Updates the value currently associated with {@code key} with the specified function, and
 returns the old value. | 
  | longupdateAndGet(K,LongUnaryOperator) | Updates the value currently associated with {@code key} with the specified function, and
 returns the new value. |