Generated by
JDiff

Interface com.google.common.hash.PrimitiveSink

Added Methods
PrimitiveSink putUnencodedChars(CharSequence) Puts each 16-bit code unit from the CharSequence into this sink.
 

Changed Methods
PrimitiveSink putString(CharSequence) Now deprecated.
Use {PrimitiveSink#putUnencodedChars} instead.