类 Long2ObjectConcurrentHashMap<V>

java.lang.Object
cn.korostudio.c3h6n6o6.fastutil.Long2ObjectConcurrentHashMap<V>
所有已实现的接口:
it.unimi.dsi.fastutil.Function<Long, V>, it.unimi.dsi.fastutil.longs.Long2ObjectFunction<V>, it.unimi.dsi.fastutil.longs.Long2ObjectMap<V>, Function<Long, V>, LongFunction<V>, Map<Long, V>

public class Long2ObjectConcurrentHashMap<V> extends Object implements it.unimi.dsi.fastutil.longs.Long2ObjectMap<V>
  • 嵌套类概要

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

    it.unimi.dsi.fastutil.longs.Long2ObjectMap.Entry<V extends Object>, it.unimi.dsi.fastutil.longs.Long2ObjectMap.FastEntrySet<V extends Object>
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    (专用程序包) Map<Long, V>
     
    (专用程序包) V
     
  • 构造器概要

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

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

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

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

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

    apply

    从接口继承的方法 java.util.function.Function

    andThen

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

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

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

    clear, compute, computeIfAbsent, computeIfAbsent, computeIfAbsentPartial, computeIfPresent, containsKey, entrySet, forEach, get, getOrDefault, getOrDefault, merge, putIfAbsent, remove, remove, replace, replace
  • 字段详细资料

    • backing

      Map<Long,V> backing
    • defaultReturn

      V defaultReturn
  • 构造器详细资料

    • Long2ObjectConcurrentHashMap

      public Long2ObjectConcurrentHashMap()
  • 方法详细资料

    • get

      public V get (long key)
      指定者:
      get 在接口中 it.unimi.dsi.fastutil.longs.Long2ObjectFunction<V>
    • isEmpty

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

      public boolean containsValue (Object value)
      指定者:
      containsValue 在接口中 Map<Long, V>
    • putAll

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

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

      public void defaultReturnValue (V rv)
      指定者:
      defaultReturnValue 在接口中 it.unimi.dsi.fastutil.longs.Long2ObjectFunction<V>
      指定者:
      defaultReturnValue 在接口中 it.unimi.dsi.fastutil.longs.Long2ObjectMap<V>
    • defaultReturnValue

      public V defaultReturnValue()
      指定者:
      defaultReturnValue 在接口中 it.unimi.dsi.fastutil.longs.Long2ObjectFunction<V>
      指定者:
      defaultReturnValue 在接口中 it.unimi.dsi.fastutil.longs.Long2ObjectMap<V>
    • long2ObjectEntrySet

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

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

      public it.unimi.dsi.fastutil.objects.ObjectCollection<V> values()
      指定者:
      values 在接口中 it.unimi.dsi.fastutil.longs.Long2ObjectMap<V>
      指定者:
      values 在接口中 Map<Long, V>
    • containsKey

      public boolean containsKey (long key)
      指定者:
      containsKey 在接口中 it.unimi.dsi.fastutil.longs.Long2ObjectFunction<V>
      指定者:
      containsKey 在接口中 it.unimi.dsi.fastutil.longs.Long2ObjectMap<V>
    • put

      public V put (long key, V value)
      指定者:
      put 在接口中 it.unimi.dsi.fastutil.longs.Long2ObjectFunction<V>
    • put

      public V put (Long key, V value)
      指定者:
      put 在接口中 it.unimi.dsi.fastutil.Function<Long, V>
      指定者:
      put 在接口中 it.unimi.dsi.fastutil.longs.Long2ObjectFunction<V>
      指定者:
      put 在接口中 it.unimi.dsi.fastutil.longs.Long2ObjectMap<V>
      指定者:
      put 在接口中 Map<Long, V>
    • remove

      public V remove (long key)
      指定者:
      remove 在接口中 it.unimi.dsi.fastutil.longs.Long2ObjectFunction<V>