Understanding of Java Collections
From the first look, Java Collection is a set of structures that fit different problems. But in practice, Java Collection interfaces represent notions from discrete math.
by
Join the DZone community and get the full member experience.Join For Free
Java Collection is a pretty favorite subject in Java articles. But here, I'll share my personal thoughts and ideas that you might not know.
Discrete Math and Java Collection
From the first look, Java Collection is a set of structures that fit different problems, like quick data search. But in practice, Java Collection interfaces are representing notions from discrete math.