Answer the question
In order to leave comments, you need to log in
What is collection breaking in java?
Couldn't find a clear explanation. There is something in Bruce Eckel in his philosophy. But it's not entirely clear. I would be grateful for an intelligible explanation. Thanks
Answer the question
In order to leave comments, you need to log in
I am almost not familiar with java, but perhaps you meant Java Collections Framework?
Perhaps it means thread-unsafe behavior? See ConcurrentModificationException
I can assume that we are talking about the incorrect behavior of collections when the equals / hashCode contract is not fulfilled. For example HashMap undertakes to work correctly only if this pair of methods is implemented correctly.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question