MCPcopy Create free account
hub / github.com/antlr/codebuff / update

Method update

output/java_guava/1.4.17/AbstractByteHasher.java:44–44  ·  view source on GitHub ↗

Updates this hasher with the given byte.

(byte b)

Source from the content-addressed store, hash-verified

42
43
44 protected abstract void update(byte b);
45
46 /**
47 * Updates this hasher with the given bytes.

Callers 10

putByteMethod · 0.95
putBytesMethod · 0.95
putShortMethod · 0.95
putIntMethod · 0.95
putLongMethod · 0.95
putCharMethod · 0.95
hashCodeMethod · 0.45
hashCodeMethod · 0.45
hashCodeMethod · 0.45
hashCodeMethod · 0.45

Calls 1

clearMethod · 0.65

Tested by

no test coverage detected