public interface PairDPCursor
Modifier and Type | Method and Description |
---|---|
int[] |
getDepth()
retrieve the depth of this cursor
|
boolean |
hasNext()
test wether the cursor can be advanced further
|
void |
next(Cell[][] cells)
retrieve the next block of cells
|
Cell[][] |
press()
press out a new correctly sized cell array
|
boolean hasNext()
void next(Cell[][] cells) throws IllegalSymbolException
IllegalSymbolException
int[] getDepth()
Copyright © 2020 BioJava. All rights reserved.