public final class CompactStringObjectMap extends Object implements Serializable
Map, but for special case of key always being
 String and using more compact (and memory-access
 friendly) hashing scheme. Assumption is also that keys are typically
 intern()ed.
Generics are not used to avoid bridge methods and since these maps are not exposed as part of external API.
Copyright © 2008–2016 FasterXML. All rights reserved.