Package | Description |
---|---|
com.hazelcast.util |
This package contains classes to support the inner workings of Hazelcast
as well as some backports of newer Java features / data structures to
support older Java versions in a clean and nice way.
|
Modifier and Type | Method and Description |
---|---|
static <V> Int2ObjectHashMap<V> |
MapUtil.createInt2ObjectHashMap(int expectedMapSize)
Utility method that creates an
Int2ObjectHashMap with its initialCapacity calculated
to minimize rehash operations |
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.