This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Structural modification definition (Was: Analysis of Mauve failures- Part 2)


Hi,

> >Where does the definition of structural change come from? Although I

For future reference. I found the definition:
http://java.sun.com/products/jdk/1.2/docs/api/java/util/AbstractList.html#modCount
"Structural modifications are those that change the size of the list, or
otherwise perturb it in such a fashion that iterations in progress may
yield incorrect results."

Cheers,

Mark


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]