/**
* DMapImpl constructor comment.
*/
public DMapImpl()
{
this.entries = new ManageableHashSet();
// if(getTransaction() == null)
// {
// throw new TransactionNotInProgressException("Materialization of DCollection instances must be done" +
// " within a odmg-tx");
// }