Class WeakConcurrentMap.LatentKey<T>

java.lang.Object
org.mockito.internal.util.concurrent.WeakConcurrentMap.LatentKey<T>
Enclosing class:
WeakConcurrentMap<K,V>

private static class WeakConcurrentMap.LatentKey<T> extends Object
  • Field Details

    • key

      final T key
    • hashCode

      private final int hashCode
  • Constructor Details

    • LatentKey

      LatentKey(T key)
  • Method Details