Searched refs:CompactStringObjectMap (Results 1 – 4 of 4) sorted by relevance
17 public final class CompactStringObjectMap class25 private final static CompactStringObjectMap EMPTY = new CompactStringObjectMap(1, 0,32 private CompactStringObjectMap(int hashMask, int spillCount, Object[] hashArea) in CompactStringObjectMap() method in CompactStringObjectMap39 public static <T> CompactStringObjectMap construct(Map<String,T> all) in construct()80 return new CompactStringObjectMap(mask, spillCount, hashArea); in construct()
178 public CompactStringObjectMap constructLookup() { in constructLookup()179 return CompactStringObjectMap.construct(_enumsById); in constructLookup()
17 import com.fasterxml.jackson.databind.util.CompactStringObjectMap;41 protected final CompactStringObjectMap _lookupByName;49 protected CompactStringObjectMap _lookupByToString;212 … CompactStringObjectMap lookup = ctxt.isEnabled(DeserializationFeature.READ_ENUMS_USING_TO_STRING) in deserialize()231 CompactStringObjectMap lookup, String name) throws IOException in _deserializeAltString()289 protected CompactStringObjectMap _getToStringLookup(DeserializationContext ctxt) in _getToStringLookup()291 CompactStringObjectMap lookup = _lookupByToString; in _getToStringLookup()
16 CompactStringObjectMap map = CompactStringObjectMap.construct(all); in testBig()