@ -112,8 +112,6 @@ public class SimpleArrayMap<K, V> implements ISimpleMap<K, V> {
@Override
public int size() {
// TODO Auto-generated method stub
return 0;
return size;
}