Uses of Interface
bpiwowar.argparser.utils.Output.PrintFormatter

Packages that use Output.PrintFormatter
bpiwowar.argparser.utils   
 

Uses of Output.PrintFormatter in bpiwowar.argparser.utils
 

Methods in bpiwowar.argparser.utils with parameters of type Output.PrintFormatter
static
<T> void
Output.print(PrintStream out, String separator, T[] fields, Output.PrintFormatter<T> formatter)
           
static
<T,U extends Iterable<? extends T>>
void
Output.print(PrintStream out, String separator, U iterable, Output.PrintFormatter<T> printer)
           
static
<T,U extends Iterator<? extends T>>
void
Output.print(PrintStream out, String separator, U iterator, Output.PrintFormatter<T> printer)
           
 



Copyright © 2013. All Rights Reserved.