Fixed up older calculators and started some file cleanup

This commit is contained in:
Jeff Moser
2010-10-03 20:17:34 -04:00
parent 930444a0f7
commit 4308831e82
8 changed files with 11 additions and 50 deletions

View File

@ -35,7 +35,7 @@ class HashMap
}
public function count()
{
{
return \count($this->_hashToKey);
}