类 Long2ByteConcurrentHashMap

java.lang.Object
cn.korostudio.c3h6n6o6.fastutil.Long2ByteConcurrentHashMap
所有已实现的接口:
it.unimi.dsi.fastutil.Function<Long, Byte>, it.unimi.dsi.fastutil.longs.Long2ByteFunction, it.unimi.dsi.fastutil.longs.Long2ByteMap, Function<Long, Byte>, LongToIntFunction, Map<Long, Byte>

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

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

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

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

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

    修饰符和类型
    方法
    说明
    boolean
    containsKey (long key)
     
    boolean
    containsValue (byte value)
     
    byte
     
    void
    defaultReturnValue (byte rv)
     
    byte
    get (long key)
     
    boolean
     
    it.unimi.dsi.fastutil.longs.LongSet
     
    it.unimi.dsi.fastutil.objects.ObjectSet<it.unimi.dsi.fastutil.longs.Long2ByteMap.Entry>
     
    byte
    put (long key, byte value)
     
    put (Long key, Byte value)
     
    void
    putAll (Map<? extends Long, ? extends Byte> m)
     
    byte
    remove (long key)
     
    int
    size()
     
    it.unimi.dsi.fastutil.bytes.ByteCollection
     

    从类继承的方法 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.Long2ByteFunction

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

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

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

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

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

    • backing

      Map<Long,Byte> backing
    • defaultReturn

      byte defaultReturn
    • nullKey

      byte nullKey
  • 构造器详细资料

    • Long2ByteConcurrentHashMap

      public Long2ByteConcurrentHashMap()
  • 方法详细资料

    • get

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

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

      public boolean containsValue (byte value)
      指定者:
      containsValue 在接口中 it.unimi.dsi.fastutil.longs.Long2ByteMap
    • putAll

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

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

      public void defaultReturnValue (byte rv)
      指定者:
      defaultReturnValue 在接口中 it.unimi.dsi.fastutil.longs.Long2ByteFunction
      指定者:
      defaultReturnValue 在接口中 it.unimi.dsi.fastutil.longs.Long2ByteMap
    • defaultReturnValue

      public byte defaultReturnValue()
      指定者:
      defaultReturnValue 在接口中 it.unimi.dsi.fastutil.longs.Long2ByteFunction
      指定者:
      defaultReturnValue 在接口中 it.unimi.dsi.fastutil.longs.Long2ByteMap
    • long2ByteEntrySet

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

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

      public it.unimi.dsi.fastutil.bytes.ByteCollection values()
      指定者:
      values 在接口中 it.unimi.dsi.fastutil.longs.Long2ByteMap
      指定者:
      values 在接口中 Map<Long, Byte>
    • containsKey

      public boolean containsKey (long key)
      指定者:
      containsKey 在接口中 it.unimi.dsi.fastutil.longs.Long2ByteFunction
      指定者:
      containsKey 在接口中 it.unimi.dsi.fastutil.longs.Long2ByteMap
    • put

      public byte put (long key, byte value)
      指定者:
      put 在接口中 it.unimi.dsi.fastutil.longs.Long2ByteFunction
    • put

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

      public byte remove (long key)
      指定者:
      remove 在接口中 it.unimi.dsi.fastutil.longs.Long2ByteFunction