konkreter Datentyp (Klasse) beschreibt Implementierung:
class TreeMap<K,V> implements Map<K,V> { ... }; class HashMap<K,V> implements Map<K,V> { ... };
Abstrakte und konkrete Datentypen im Java Collections Framework:
http://java.sun.com/j2se/1.5.0/docs/guide/collections/index.html
wesentliche Bestandteile: