类 Long2IntConcurrentHashMap

java.lang.Object
cn.korostudio.c3h6n6o6.fastutil.Long2IntConcurrentHashMap
所有已实现的接口:
it.unimi.dsi.fastutil.Function<Long, Integer>, it.unimi.dsi.fastutil.longs.Long2IntFunction, it.unimi.dsi.fastutil.longs.Long2IntMap, Function<Long, Integer>, LongToIntFunction, Map<Long, Integer>

public class Long2IntConcurrentHashMap extends Object implements it.unimi.dsi.fastutil.longs.Long2IntMap
  • 嵌套类概要

    从接口继承的嵌套类/接口 it.unimi.dsi.fastutil.longs.Long2IntMap

    it.unimi.dsi.fastutil.longs.Long2IntMap.Entry, it.unimi.dsi.fastutil.longs.Long2IntMap.FastEntrySet
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
     
    (专用程序包) int
     
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    boolean
    containsKey (long key)
     
    boolean
    containsValue (int value)
     
    int
     
    void
     
    int
    get (long key)
     
    boolean
     
    it.unimi.dsi.fastutil.longs.LongSet
     
    it.unimi.dsi.fastutil.objects.ObjectSet<it.unimi.dsi.fastutil.longs.Long2IntMap.Entry>
     
    void
    putAll (Map<? extends Long, ? extends Integer> m)
     
    int
    size()
     
    it.unimi.dsi.fastutil.ints.IntCollection
     

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    从接口继承的方法 it.unimi.dsi.fastutil.Function

    apply

    从接口继承的方法 it.unimi.dsi.fastutil.longs.Long2IntFunction

    andThen, andThenByte, andThenChar, andThenDouble, andThenFloat, andThenInt, andThenLong, andThenObject, andThenReference, andThenShort, applyAsInt, compose, composeByte, composeChar, composeDouble, composeFloat, composeInt, composeLong, composeObject, composeReference, composeShort, put, remove

    从接口继承的方法 it.unimi.dsi.fastutil.longs.Long2IntMap

    clear, compute, compute, computeIfAbsent, computeIfAbsent, computeIfAbsent, computeIfAbsentNullable, computeIfAbsentPartial, computeIfPresent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, getOrDefault, merge, merge, mergeInt, mergeInt, put, putIfAbsent, putIfAbsent, remove, remove, remove, replace, replace, replace, replace

    从接口继承的方法 java.util.Map

    equals, hashCode, replaceAll
  • 字段详细资料

  • 构造器详细资料

    • Long2IntConcurrentHashMap

      public Long2IntConcurrentHashMap()
  • 方法详细资料

    • get

      public int get (long key)
      指定者:
      get 在接口中 it.unimi.dsi.fastutil.longs.Long2IntFunction
    • isEmpty

      public boolean isEmpty()
      指定者:
      isEmpty 在接口中 Map<Long, Integer>
    • putAll

      public void putAll (Map<? extends Long,? extends Integer> m)
      指定者:
      putAll 在接口中 Map<Long, Integer>
    • size

      public int size()
      指定者:
      size 在接口中 it.unimi.dsi.fastutil.Function<Long, Integer>
      指定者:
      size 在接口中 it.unimi.dsi.fastutil.longs.Long2IntMap
      指定者:
      size 在接口中 Map<Long, Integer>
    • defaultReturnValue

      public void defaultReturnValue (int rv)
      指定者:
      defaultReturnValue 在接口中 it.unimi.dsi.fastutil.longs.Long2IntFunction
      指定者:
      defaultReturnValue 在接口中 it.unimi.dsi.fastutil.longs.Long2IntMap
    • defaultReturnValue

      public int defaultReturnValue()
      指定者:
      defaultReturnValue 在接口中 it.unimi.dsi.fastutil.longs.Long2IntFunction
      指定者:
      defaultReturnValue 在接口中 it.unimi.dsi.fastutil.longs.Long2IntMap
    • long2IntEntrySet

      public it.unimi.dsi.fastutil.objects.ObjectSet<it.unimi.dsi.fastutil.longs.Long2IntMap.Entry> long2IntEntrySet()
      指定者:
      long2IntEntrySet 在接口中 it.unimi.dsi.fastutil.longs.Long2IntMap
    • keySet

      public it.unimi.dsi.fastutil.longs.LongSet keySet()
      指定者:
      keySet 在接口中 it.unimi.dsi.fastutil.longs.Long2IntMap
      指定者:
      keySet 在接口中 Map<Long, Integer>
    • values

      public it.unimi.dsi.fastutil.ints.IntCollection values()
      指定者:
      values 在接口中 it.unimi.dsi.fastutil.longs.Long2IntMap
      指定者:
      values 在接口中 Map<Long, Integer>
    • containsKey

      public boolean containsKey (long key)
      指定者:
      containsKey 在接口中 it.unimi.dsi.fastutil.longs.Long2IntFunction
      指定者:
      containsKey 在接口中 it.unimi.dsi.fastutil.longs.Long2IntMap
    • containsValue

      public boolean containsValue (int value)
      指定者:
      containsValue 在接口中 it.unimi.dsi.fastutil.longs.Long2IntMap