类 WeakConcurrentMap.LookupKey<K>

java.lang.Object
com.tlcsdm.core.concurrent.WeakConcurrentMap.LookupKey<K>
封闭类:
WeakConcurrentMap<K,V>

static final class WeakConcurrentMap.LookupKey<K> extends Object
  • 字段详细资料

    • key

      private K key
    • hashCode

      private int hashCode
  • 构造器详细资料

    • LookupKey

      LookupKey()
  • 方法详细资料

    • withValue

      WeakConcurrentMap.LookupKey<K> withValue(K key)
    • reset

      void reset()
      Failing to reset a lookup key can lead to memory leaks as the key is strongly referenced.
    • equals

      public boolean equals(Object other)
      覆盖:
      equals 在类中 Object
    • hashCode

      public int hashCode()
      覆盖:
      hashCode 在类中 Object