Java Collections - Map | tutorials.jenkov.com
Explains how Java's Map interface works which is part of the Java Collection API. ... The java.util.Map interface represents a mapping between a key and a value. The Map interface is not a subtype of the Collection interface....