32333435363738
/** * Creates an initial value of a Map. */ @Override protected Map initialValue() { return new ConcurrentReferenceHashMap(); }