com.fasterxml.jackson.databind.util

Class CompactStringObjectMap



  • public final class CompactStringObjectMap
    extends Object
    Specialized lookup class that implements functionality similar to 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.

    Since:
    2.6

Copyright © 2014-2015 FasterXML. All Rights Reserved.