Short2ObjectOperator.java
package com.hypixel.fastutil.shorts;
@FunctionalInterface
public interface Short2ObjectOperator<V> {
V apply(short var1, V var2);
}
package com.hypixel.fastutil.shorts;
@FunctionalInterface
public interface Short2ObjectOperator<V> {
V apply(short var1, V var2);
}