Andr7st
Andr7st

Posts

Previous posts are not available right now due to server maintenance!

Experimental graph 1 | Video demo
Latest
jdc19

Experimental graph 1 | Video demo

This includes a visual representation (graph) paired with a short code example and concise explanations. These bite-sized summaries cover essential concepts that programmers should be familiar with to write more effective Java code.

December 29, 2025

teaser
experimental
demo
arrays
Read
Other articles(6)
Path of Map
jdc18
Path of Map

It focuses on the Map<K, V> interface, which does not extend Collection, and has key implementations like HashMap (unordered by hash table), TreeMap (ordered by natural/comparable keys), and LinkedHashMap (order of insertion), as well as specialized interfaces like SortedMap and NavigableMap for ordered functionality, allowing efficient storage of key-value pairs.

December 18, 2025
collection
map
summary
review
Path of Queue
jdc10
Path of Queue

The path from Queue to classes that implement this interface will be covered. We'll only see the classes ArrayDeque and PriorityQueue for now. Note that in concurrency, we have ArrayBlockingQueue and PriorityBlockingQueue among others, but they are not within the scope of the current review.

December 17, 2025
collection
queue
summary
review
Path of List
jdc0u
Path of List

The path of List from interface to classes that implement it. A theoretical review of interfaces and abstract classes is made, until reaching the classes that implement them. Also, some legacy classes are shown, which are no longer recommended for use in new code.

December 17, 2025
collection
list
summary
review
Path of Set
jdc0m
Path of Set

The path of Set to reach classes that implement this interface. A theoretical review of some interfaces, purpose to reach the classes that implement them. For later practice demonstration purposes.

December 15, 2025
collection
set
summary
review
Iterate on Collections
jdc0k
Iterate on Collections

In this post, a quick review of the forEach method for iterating over collections and maps is made, along with a brief tip on when to use it and when not to, and a small reminder that forEach is a terminal operation in Java streams.

December 11, 2025
collections
iterate
summary
review
Java Collections
jdc0j
Java Collections

This is the start of a series of quick reviews on collections, some classes and interfaces belonging to the Java Collections framework. Interfaces from which come the methods used for iteration in collections. And why an array is not considered a Java collection, from the Collections framework.

December 10, 2025
collections
iterate
summary
review

Featured posts

Licenses
id001
Licenses

Information about licenses of various resources used on this site.

November 4, 2025
config
legal
Cookies
id002
Cookies

The cookie policy is a legal notice that informs users about the use of cookies and similar technologies.

November 4, 2025
config
legal
Privacy Policy
id003
Privacy Policy

The privacy policy explains what user data are captured, why, and how they are handled, ensuring transparency and compliance with data protection laws.

November 4, 2025
config
legal