标签: java concurrenthashmap
我们知道ConcurrentHashMap并没有实现Cloneable接口,但我们也知道它的迭代器可以克隆原始对象。如果它没有实现特定的接口,那么这种行为是如何产生的呢?