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