package com.mengcraft.protect.util; import java.util.HashMap; public class StringMap<V> extends HashMap<String, V> { /** * @see HashMap * @author mengcraft.com */ private static final long serialVersionUID = 2164786041302227980L; }