271272273274275276277278279280281
{ } try { cursor.after( new IndexEntry<String, String>() ); fail( "should fail with UnsupportedOperationException " ); } catch ( UnsupportedOperationException uoe ) { }
270271272273274275276277278279280
266267268269270271272273274275276