Skip to content

Instantly share code, notes, and snippets.

@mismatch
Created January 15, 2017 13:19
Show Gist options
  • Save mismatch/eefd5ffd09d6002ccd6540cd33970907 to your computer and use it in GitHub Desktop.
Save mismatch/eefd5ffd09d6002ccd6540cd33970907 to your computer and use it in GitHub Desktop.
public boolean add(E e) {
return this.m.put(e, PRESENT) == null;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment