Methods <public boolean containsKey(Objecrt key)> and <public Object
get(Object key)> in Class AbstractMap do not throw ClassCastException.
The sentence <Throws: ClassCastException - if the specified key is of
an inappropriate type.> is not needed in the description of containKey
method and get method in Class java.util.AbstractMap in the specification
of Java 2 Platform Std. Ed. v1.3.
get(Object key)> in Class AbstractMap do not throw ClassCastException.
The sentence <Throws: ClassCastException - if the specified key is of
an inappropriate type.> is not needed in the description of containKey
method and get method in Class java.util.AbstractMap in the specification
of Java 2 Platform Std. Ed. v1.3.