Class WeakConcurrentMap.LatentKey<T>

  • Enclosing class:
    WeakConcurrentMap<K,​V>

    private static class WeakConcurrentMap.LatentKey<T>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int hashCode  
      (package private) T key  
    • Constructor Summary

      Constructors 
      Constructor Description
      LatentKey​(T key)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • key

        final T key
      • hashCode

        private final int hashCode
    • Constructor Detail

      • LatentKey

        LatentKey​(T key)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object