List of usage examples for java.util HashMap subclass-usage
From source file org.kevinferrare.solarSystemDataRetriever.jplhorizons.parser.JplHorizonsDataParser.java
/** * A HashMap used internally in the parse, key and values are modified when putting them using the putClean method * */ @SuppressWarnings("serial") class ParserHashMap extends HashMap<String, String> {