ezvcard.util
Interface StringUtils.JoinCallback<T>

Type Parameters:
T - the value type
Enclosing class:
StringUtils

public static interface StringUtils.JoinCallback<T>

Callback interface used with various VCardStringUtils.join() methods.

Author:
Michael Angstadt

Method Summary
 void handle(StringBuilder sb, T value)
           
 

Method Detail

handle

void handle(StringBuilder sb,
            T value)


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