Skip to content

Instantly share code, notes, and snippets.

@brikis98
Created May 3, 2014 07:42
Show Gist options
  • Save brikis98/3af68cdc37ccd3eeb743 to your computer and use it in GitHub Desktop.
Save brikis98/3af68cdc37ccd3eeb743 to your computer and use it in GitHub Desktop.
/**
* Returns the number of key-value mappings in this map.
*
* @return the number of key-value mappings in this map
*/
public int size() {
return size;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment