K - type of the first argumentV - type of the second argumentS - type of the third argumentpublic interface TriConsumer<K,V,S>
ReadOnlyStringMap| Modifier and Type | Method and Description |
|---|---|
void |
accept(K k,
V v,
S s)
Performs the operation given the specified arguments.
|
Copyright © 2020. All rights reserved.