ezvcard.util
Interface StringUtils.JoinMapCallback<K,V>

Type Parameters:
K - the key class
V - the value class
Enclosing class:
StringUtils

public static interface StringUtils.JoinMapCallback<K,V>

Callback interface used with the StringUtils.join(Map, String, JoinMapCallback) method.

Author:
Michael Angstadt

Method Summary
 void handle(StringBuilder sb, K key, V value)
           
 

Method Detail

handle

void handle(StringBuilder sb,
            K key,
            V value)


Copyright © 2012-2014 Michael Angstadt. All Rights Reserved.