{
this.collectionClass = collectionClass;
}
for ( Map.Entry<String, String> me: expressions.entrySet() )
{
PropertyValue keyValue = new Conversions.FlatPropertyValue( me.getKey() );
PropertyValue elementValue = new Conversions.FlatPropertyValue( me.getValue() );
initialValues.put( getInitialValue(keyValue, keyType, keyType), getInitialValue(elementValue, elementType, elementType) );
}
}