Tag Archives: cheatsheets

Java Collections Cheatsheet – v2

Hello,
I have just updated the Java Collections Cheatsheet with a small modification : in the first table, I have mentioned the utility class “Collections” (thank you Evernat for your feedback).
If you are not familiar with the O-Notation (in our case, n is the number of elements managed by the collection):
O(1): Constant –> the time to [...]

Java Collections Cheatsheet

NOTE: a new version of this cheatsheet is available here.
Hello,
As I said in my previous post, I currently read this great book (not expensive and few hours to read it):
The second part describes the collections in details: I really recommend you to buy it if you want to understand how they are implemented. For my [...]