Skip to content

Instantly share code, notes, and snippets.

View glektarssza's full-sized avatar
🐍
Hisssssss!

G'lek Tarssza glektarssza

🐍
Hisssssss!
View GitHub Profile
@glektarssza
glektarssza / HashCodeImpl.java
Last active January 26, 2026 09:10
Java hashCode Implementation
// Source - https://stackoverflow.com/a/31220250
// Posted by Christopher Rucinski, modified by community. See post 'Timeline' for change history
// Retrieved 2026-01-26, License - CC BY-SA 3.0
import java.util.Arrays;
import javax.annotation.Nullable;
public class HashCodeImpl {
public boolean booleanField;
public byte byteField;