K
- KEY类型V
- VALUE类型@FunctionalInterface public static interface CollUtil.KVConsumer<K,V> extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
accept(K key,
V value,
int index)
接受并处理一对参数
|
Copyright © 2024. All rights reserved.