* java.math.BigInteger)
*/
public boolean hasValue( RE regex, BigInteger id )
throws NamingException
{
IndexEnumeration list = new IndexEnumeration(
reverse.listTuples( id ), true, regex );
boolean hasValue = list.hasMore();
list.close();
return hasValue;
}