Package org.pkl.core.util
Class CollectionUtils
java.lang.Object
org.pkl.core.util.CollectionUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic <K,V> ConcurrentHashMap <K, V> newConcurrentHashMap(int expectedSize) static <K,V> HashMap <K, V> newHashMap(int expectedSize) static <T> HashSet<T> static <T> HashSet<T> newHashSet(int expectedSize) static <K,V> LinkedHashMap <K, V> newLinkedHashMap(int expectedSize) static <T> LinkedHashSet<T> newLinkedHashSet(int expectedSize)
-
Method Details
-
newHashSet
-
newHashSet
-
newLinkedHashSet
-
newHashMap
-
newLinkedHashMap
-
newConcurrentHashMap
-