Uses of Interface
bpiwowar.argparser.utils.Formatter

Packages that use Formatter
bpiwowar.argparser.utils   
 

Uses of Formatter in bpiwowar.argparser.utils
 

Fields in bpiwowar.argparser.utils declared as Formatter
static Formatter<Collection<?>> Output.COLLECTION_COUNT_FORMATTER
          A formmatter that outputs the size of the collection
 

Methods in bpiwowar.argparser.utils with parameters of type Formatter
static
<T,U extends Iterator<T>>
void
Output.print(PrintStream out, String separator, T[] array, Formatter<T> formatter)
           
static
<T,U extends Iterable<T>>
void
Output.print(PrintStream out, String separator, U iterable, Formatter<T> formatter)
           
static
<T,U extends Iterator<T>>
void
Output.print(PrintStream out, String separator, U iterator, Formatter<T> formatter)
           
static
<T,U extends Iterable<? extends T>>
void
Output.print(PrintWriter out, String separator, U iterable, Formatter<T> formatter)
           
static
<T,U extends Iterator<? extends T>>
void
Output.print(PrintWriter out, String separator, U iterator, Formatter<T> formatter)
           
static
<T,U extends Iterable<? extends T>>
void
Output.print(StringBuilder builder, String separator, U iterable, Formatter<T> formatter)
           
static
<T> String
Output.toString(String separator, T[] array, Formatter<T> formatter)
           
static
<T,U extends Iterable<? extends T>>
String
Output.toString(String separator, U iterable, Formatter<T> formatter)
           
 



Copyright © 2013. All Rights Reserved.