Interface ForestMap<K,V>

Type Parameters:
K - 键类型
V - 值类型
All Superinterfaces:
Map<K,TreeEntry<K,V>>
All Known Implementing Classes:
LinkedForestMap

public interface ForestMap<K,V> extends Map<K,TreeEntry<K,V>>
基于多个TreeEntry构成的、彼此平行的树结构构成的森林集合。
Since:
Java 17+
Author:
Kimi Liu