v0
This commit is contained in:
6
src/com/hypixel/fastutil/bytes/Byte2ShortOperator.java
Normal file
6
src/com/hypixel/fastutil/bytes/Byte2ShortOperator.java
Normal file
@@ -0,0 +1,6 @@
|
||||
package com.hypixel.fastutil.bytes;
|
||||
|
||||
@FunctionalInterface
|
||||
public interface Byte2ShortOperator {
|
||||
short apply(byte var1, short var2);
|
||||
}
|
||||
Reference in New Issue
Block a user