ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
Create a new ConcurrentReferenceHashMap instance.
Parameters
the initial capacity of the map
Create a new ConcurrentReferenceHashMap instance.
Parameters
the initial capacity of the map
the load factor. When the average number of references per table exceeds this value resize will be attempted
Create a new ConcurrentReferenceHashMap instance.
Parameters
the initial capacity of the map
the expected number of threads that will concurrently write to the map
Create a new ConcurrentReferenceHashMap instance.
Parameters
the initial capacity of the map
the reference type used for entries (soft or weak)
Create a new ConcurrentReferenceHashMap instance.
Parameters
the initial capacity of the map
the load factor. When the average number of references per table exceeds this value, resize will be attempted.
the expected number of threads that will concurrently write to the map
Create a new ConcurrentReferenceHashMap instance.
Parameters
the initial capacity of the map
the load factor. When the average number of references per table exceeds this value, resize will be attempted.
the expected number of threads that will concurrently write to the map
the reference type used for entries (soft or weak)