|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
K
- the key classV
- the value classpublic static interface StringUtils.JoinMapCallback<K,V>
Callback interface used with the
StringUtils.join(Map, String, JoinMapCallback)
method.
Method Summary | |
---|---|
void |
handle(StringBuilder sb,
K key,
V value)
|
Method Detail |
---|
void handle(StringBuilder sb, K key, V value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |