An implementation of a InstrumentedEventCounterManager . It
uses an unsynchronized two dimensional array of doubles to allocate
its counters. (see InstrumentedEventCounterManager.java for a
description of a counter manager)
NOTE: Much of this class was stolen from CounterArray.java, which
is now gone.