类 FastUtilHackUtil.IntWrapperEntry<T>

java.lang.Object
cn.korostudio.c3h6n6o6.fastutil.FastUtilHackUtil.IntWrapperEntry<T>
所有已实现的接口:
it.unimi.dsi.fastutil.ints.Int2ObjectMap.Entry<T>, Map.Entry<Integer, T>
封闭类:
FastUtilHackUtil

public static class FastUtilHackUtil.IntWrapperEntry<T> extends Object implements it.unimi.dsi.fastutil.ints.Int2ObjectMap.Entry<T>
  • 字段详细资料

  • 构造器详细资料

  • 方法详细资料

    • getValue

      public T getValue()
      指定者:
      getValue 在接口中 Map.Entry<Integer, T>
    • setValue

      public T setValue (T value)
      指定者:
      setValue 在接口中 Map.Entry<Integer, T>
    • getIntKey

      public int getIntKey()
      指定者:
      getIntKey 在接口中 it.unimi.dsi.fastutil.ints.Int2ObjectMap.Entry<T>
    • getKey

      public Integer getKey()
      指定者:
      getKey 在接口中 it.unimi.dsi.fastutil.ints.Int2ObjectMap.Entry<T>
      指定者:
      getKey 在接口中 Map.Entry<Integer, T>