Modifier and Type | Method and Description |
---|---|
static void |
write(HighScoringPair hsp,
PrintWriter writer)
Write the specified high-scoring segment pair with the specified print writer.
|
static void |
write(Iterable<HighScoringPair> hsps,
PrintWriter writer)
Write zero or more high-scoring segment pairs with the specified print writer.
|
public static void write(HighScoringPair hsp, PrintWriter writer)
hsp
- high-scoring segment pair to write, must not be nullwriter
- print writer to write high-scoring segment pair with, must not be nullpublic static void write(Iterable<HighScoringPair> hsps, PrintWriter writer)
hsps
- zero or more high-scoring segment pairs to write, must not be nullwriter
- print writer to write high-scoring segment pairs with, must not be nullCopyright © 2014–2015. All rights reserved.