Package | Description |
---|---|
org.biojava.nbio.genome.parsers.gff |
Modifier and Type | Method and Description |
---|---|
LocIterator |
Location.iterator()
Create a location iterator over this location with a window size of 1 and
an increment of +1 (successive symbols from start to end).
|
LocIterator |
Location.iterator(int windowSize,
int increment)
Create a location iterator over this location,
using specified window size and increment.
|
Copyright © 2000–2019 BioJava. All rights reserved.