程序包 net.neoforged.neoforge.common.util.strategy
@ParametersAreNonnullByDefault
package net.neoforged.neoforge.common.util.strategy
-
类类说明A strategy that uses
Objects.hashCode(Object)
andObject.equals(Object)
.A strategy that usesSystem.identityHashCode(Object)
anda == b
comparisons.