L
L
leafchild2012-04-13 21:08:24
Java
leafchild, 2012-04-13 21:08:24

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

3 answer(s)
N
Nickel3000, 2012-04-19
@Nickel3000

I am almost not familiar with java, but perhaps you meant Java Collections Framework?

L
leventov, 2012-05-06
@leventov

Perhaps it means thread-unsafe behavior? See ConcurrentModificationException

D
dborovikov, 2012-06-24
@dborovikov

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 question

Ask a Question

731 491 924 answers to any question