Guest User

Untitled

a guest
Feb 25th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. int hashCode() {
  2. return ((bite[1] << 8 | bite[0]) << 8) | address;
  3. }
  4.  
  5. char address; // 'a' to 'z'
  6. int[] bite = new int[2]; // each bite is in [0..255]
Add Comment
Please, Sign In to add comment