Skip to content

Instantly share code, notes, and snippets.

@daynebatten
Created March 21, 2016 18:33
Show Gist options
  • Save daynebatten/728aecb694911430c321 to your computer and use it in GitHub Desktop.
Save daynebatten/728aecb694911430c321 to your computer and use it in GitHub Desktop.
if (newSize == 0) {
key = null;
value = null;
return false;
} else {
return true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment