ADTs in the Java class library
Class java.lang.String is similar to String above.
Class java.lang.StringBuffer is similar to MutableString above.
Interface java.util.List supports lists.
Interface java.util.Set supports sets.
Interface java.util.Map supports maps (tables).
Packages java.awt, java.io, java.util, etc., support many other ADTs.