Uses of Class
com.liferay.portal.kernel.util.HashMapBuilder.HashMapWrapper
Packages that use HashMapBuilder.HashMapWrapper
Package
Description
This package defines the kernel utility interfaces and classes.
-
Uses of HashMapBuilder.HashMapWrapper in com.liferay.portal.kernel.util
Methods in com.liferay.portal.kernel.util that return HashMapBuilder.HashMapWrapperModifier and TypeMethodDescriptionstatic <K,
V> HashMapBuilder.HashMapWrapper<K, V> HashMapBuilder.create
(int initialCapacity) static <K,
V> HashMapBuilder.HashMapWrapper<K, V> HashMapBuilder.create
(int initialCapacity, float loadFactor) static <K,
V> HashMapBuilder.HashMapWrapper<K, V> HashMapBuilder.HashMapWrapper.put
(BaseMapBuilder.UnsafeSupplier<K, Exception> keyUnsafeSupplier, BaseMapBuilder.UnsafeSupplier<V, Exception> valueUnsafeSupplier) HashMapBuilder.HashMapWrapper.put
(BaseMapBuilder.UnsafeSupplier<K, Exception> keyUnsafeSupplier, V value) HashMapBuilder.HashMapWrapper.put
(Collection<? extends K> inputCollection, BaseMapBuilder.UnsafeFunction<K, V, Exception> unsafeFunction) HashMapBuilder.HashMapWrapper.put
(K key, BaseMapBuilder.UnsafeSupplier<V, Exception> valueUnsafeSupplier) static <K,
V> HashMapBuilder.HashMapWrapper<K, V> HashMapBuilder.put
(BaseMapBuilder.UnsafeSupplier<K, Exception> keyUnsafeSupplier, BaseMapBuilder.UnsafeSupplier<V, Exception> valueUnsafeSupplier) static <K,
V> HashMapBuilder.HashMapWrapper<K, V> HashMapBuilder.put
(BaseMapBuilder.UnsafeSupplier<K, Exception> keyUnsafeSupplier, V value) static <K,
V> HashMapBuilder.HashMapWrapper<K, V> HashMapBuilder.put
(Collection<? extends K> inputCollection, BaseMapBuilder.UnsafeFunction<K, V, Exception> unsafeFunction) static <K,
V> HashMapBuilder.HashMapWrapper<K, V> HashMapBuilder.put
(K key, BaseMapBuilder.UnsafeSupplier<V, Exception> valueUnsafeSupplier) static <K,
V> HashMapBuilder.HashMapWrapper<K, V> HashMapBuilder.put
(K key, V value) HashMapBuilder.HashMapWrapper.putAll
(Dictionary<? extends K, ? extends V> dictionary) static <K,
V> HashMapBuilder.HashMapWrapper<K, V> HashMapBuilder.putAll
(Dictionary<? extends K, ? extends V> dictionary) static <K,
V> HashMapBuilder.HashMapWrapper<K, V>