154155156157158159160161162163164
private void prefetch() throws NamingException { while ( underlying.hasMore() ) { Tuple tuple = underlying.next(); if ( swapKeyVal ) { throw new NotImplementedException(); // tmp.setSwapped( tuple, null );