cursor.close();
// ---------- test last ----------
cursor = new SubstringCursor( store, evaluator );
cursor.last();
assertTrue( cursor.available() );
assertEquals( Strings.getUUID( 11 ), cursor.get().getId() );
assertEquals( "johnny walker", cursor.get().getKey() );
assertTrue( cursor.previous() );