Generated by
JDiff

Interface com.google.common.hash.PrimitiveSink

Changed Methods
PrimitiveSink putBoolean(boolean) Changed from non-abstract to abstract. Puts a boolean into this sink.
PrimitiveSink putByte(byte) Changed from non-abstract to abstract. Puts a byte into this sink.
PrimitiveSink putChar(char) Changed from non-abstract to abstract. Puts a character into this sink.
PrimitiveSink putDouble(double) Changed from non-abstract to abstract. Puts a double into this sink.
PrimitiveSink putFloat(float) Changed from non-abstract to abstract. Puts a float into this sink.
PrimitiveSink putInt(int) Changed from non-abstract to abstract. Puts an int into this sink.
PrimitiveSink putLong(long) Changed from non-abstract to abstract. Puts a long into this sink.
PrimitiveSink putShort(short) Changed from non-abstract to abstract. Puts a short into this sink.
PrimitiveSink putString(CharSequence, Charset) Changed from non-abstract to abstract. Puts a string into this sink using the given charset.
PrimitiveSink putUnencodedChars(CharSequence) Changed from non-abstract to abstract. Puts each 16-bit code unit from the CharSequence into this sink.
PrimitiveSink putBytes(byte[]) Changed from non-abstract to abstract. Puts an array of bytes into this sink.
PrimitiveSink putBytes(byte[], int, int) Changed from non-abstract to abstract. Puts a chunk of an array of bytes into this sink.