122123124125126127128129130131132
{ iter.remove(); TransactionImpl tx = dlist.getTransaction(); if (tx != null) { tx.markDelete(currentEntry); } currentEntry = null; } /**
63646566676869707172
{ iter.remove(); TransactionImpl tx = dSet.getTransaction(); if (tx != null) { tx.markDelete(currentEntry); } currentEntry = null; } }