class Concurrent::Collection::AtomicReferenceMapBackend::Node

def matches?(key, hash)

def matches?(key, hash)
  pure_hash == hash && key?(key)
end