类 FastUtilHackUtil.Long2IntWrapperEntry
java.lang.Object
cn.korostudio.c3h6n6o6.fastutil.FastUtilHackUtil.Long2IntWrapperEntry
- 封闭类:
- FastUtilHackUtil
public static class FastUtilHackUtil.Long2IntWrapperEntry
extends Object
implements it.unimi.dsi.fastutil.longs.Long2IntMap.Entry
-
字段详细资料
-
parent
-
-
构造器详细资料
-
Long2IntWrapperEntry
-
-
方法详细资料
-
getLongKey
public long getLongKey()- 指定者:
getLongKey
在接口中it.unimi.dsi.fastutil.longs.Long2IntMap.Entry
-
getIntValue
public int getIntValue()- 指定者:
getIntValue
在接口中it.unimi.dsi.fastutil.longs.Long2IntMap.Entry
-
setValue
public int setValue(int value) - 指定者:
setValue
在接口中it.unimi.dsi.fastutil.longs.Long2IntMap.Entry
-