@Override
 public void init(
     SortedKeyValueIterator<Key, Value> source,
     Map<String, String> options,
     IteratorEnvironment env)
     throws IOException {
   super.init(source, options, env);
   validateOptions(options);
   sum = 0;
   hasTop = false;
 }