949596979899100101102
_abacus = abacus; } public Abacus getAbacus() { if (_abacus == null) { _abacus = new AbacusImpl(); } return _abacus; }