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