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