if ( available )
{
return userIdxCursor.get();
}
throw new InvalidCursorPositionException( I18n.err( I18n.ERR_708 ) );
}
if ( available )
{
return ( IndexEntry<V, ServerEntry, ID> ) ndnCandidate;
}
throw new InvalidCursorPositionException( I18n.err( I18n.ERR_708 ) );
}