{
AvlIndex<?, Entry> avlIndex;
if ( index.getAttributeId().equals( ApacheSchemaConstants.APACHE_RDN_AT_OID ) )
{
avlIndex = new AvlRdnIndex( index.getAttributeId() );
}
else if ( index instanceof AvlIndex<?, ?> )
{
avlIndex = ( AvlIndex<?, Entry> ) index;
}