this.m_evaluators.containsKey( dialect.toString() ) );
LOG.debug( "HashCode of key: " + String.valueOf( key.hashCode() ) );
LOG.debug( "HashCode of dialect: " + String.valueOf( dialect.toString().hashCode() ) );
LOG.debug( "Object stored for key: " + this.m_evaluators.get( key ) );
}
throw new TopicPathDialectUnknownException( "The dialect " + dialect + " was not recognized." );
}
return evaluator.evaluate( topicSpaceSet, topicExpression );
}