Callback used by TreeMap entry-wise utilities.
SELF is intentionally generic to avoid type-layer circular imports. Implementations (e.g. TreeMap<K, V>) should bind SELF at use sites.
SELF
TreeMap<K, V>
Callback used by TreeMap entry-wise utilities.
SELFis intentionally generic to avoid type-layer circular imports. Implementations (e.g.TreeMap<K, V>) should bindSELFat use sites.