SortedMapIterator source = new SortedMapIterator(tm);
SortedKeyValueIterator<Key,Value> iter = IteratorUtil.loadIterators(IteratorScope.minc, source, new KeyExtent(new Text("tab"), null, null), conf,
new DefaultIteratorEnvironment(conf));
iter.seek(new Range(), EMPTY_COL_FAMS, false);
assertTrue(iter.hasTop());
assertTrue(iter.getTopKey().equals(MultiIteratorTest.nk(1, 0)));
assertTrue(iter.getTopValue().toString().equals("4"));