Uses of Interface
net.minecraftforge.common.util.MutableHashedLinkedMap.MergeFunction
Packages that use MutableHashedLinkedMap.MergeFunction
-
Uses of MutableHashedLinkedMap.MergeFunction in net.minecraftforge.common.util
Fields in net.minecraftforge.common.util declared as MutableHashedLinkedMap.MergeFunctionModifier and TypeFieldDescriptionprivate final MutableHashedLinkedMap.MergeFunction<K,V> MutableHashedLinkedMap.mergeConstructors in net.minecraftforge.common.util with parameters of type MutableHashedLinkedMap.MergeFunctionModifierConstructorDescriptionMutableHashedLinkedMap(it.unimi.dsi.fastutil.Hash.Strategy<? super K> strategy, MutableHashedLinkedMap.MergeFunction<K, V> merge) Creates a mutable linked map with a custom merge function.