ImmutableMapSnapshots

public final class ImmutableMapSnapshots

Creates immutable point-in-time map snapshots while retaining the historical HashMap return type used by the public FMM API. Keeping that concrete return type preserves binary compatibility for already-compiled integrations.

Functions

Link copied to clipboard
public static HashMap<K, V> hashMapCopyOf<K, V>(Map<? extends K, ? extends V> source)