public void stats(final String prefix) {
   for (Long2IntClosedMapFunction map : maps) {
     if (map != null) map.stats(prefix);
   }
 }