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